You've already forked node-redis
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:
@@ -13,7 +13,7 @@ export default {
|
||||
const args = ['GEODIST', key, member1, member2];
|
||||
|
||||
if (unit) {
|
||||
args.push(unit);
|
||||
args.push(unit);
|
||||
}
|
||||
|
||||
return args;
|
||||
|
Reference in New Issue
Block a user