You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not able to repro this. Could you share a full code reproduction along with:
which version of redis you have installed
which version of handy-redis you have installed
which version of redis-commands is in your lockfile
how you're initialising Redisclient above - it's a good idea to call addNodeRedisCommand as early as possible
Note that lpos is included in the latest redis-commands package, so you may be able to solve this problem just by updating the redis dependency (npm install redis@latest)
i am trying this in express/ nodejs using
handyredis.addNodeRedisCommand('lpos')
handyredis.createNodeRedisClient(Redisclient)
console.log('handy redis connected HANDY REDIS HANDY REDIS HANDY REDIS HANDY REDISH HANDY REDIS HANDY REDIS HANDY REDIS')
on calling lpos with handyredis client it says .lpos is not a function
The text was updated successfully, but these errors were encountered: