1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

fix GEO* commands

This commit is contained in:
Leibale
2023-05-08 11:04:22 +03:00
parent d2e244a77d
commit 6a0b4db4f7
37 changed files with 1115 additions and 990 deletions

View File

@@ -13,7 +13,7 @@ export default {
const args = ['GEODIST', key, member1, member2];
if (unit) {
args.push(unit);
args.push(unit);
}
return args;