javascript - Is it possible to add custom commands to the Redis client for NodeJS? -


i'm using redis node package connecting, storing , retrieving data redis. possible add new commands client redis introduces commands? example, there way define geoadd command on client?

it not possible add custom commands node-redis client. however, ioredis package offers support new redis commands.


Comments