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
ERROR
TypeError: redis.bzpopmin is not a function
at Redis.redis.on (/www/test/test.js:9:27)
at emitOne (events.js:116:13)
at Redis.emit (events.js:211:7)
at _combinedTickCallback (internal/process/next_tick.js:132:7)
at process._tickCallback (internal/process/next_tick.js:181:9)
I use the last version 4.0.1, include the redis-commands 1.3.5:
In my node_modules/redis-commands/package.json I have the last version, 1.3.5, but the node_modules/redis-commands/commands.json doesn't include Redis 5.0 commands.... It's not the master branch where the Redis 5.0 commands have been added in July.
Hello,
I've just tested from scratch, and I still have the problem:
I use the last version 4.0.1, include the redis-commands 1.3.5:
The redis-commands correctly declare the command bzpopmin:
https://github.com/NodeRedis/redis-commands/search?q=bzpopmin&unscoped_q=bzpopmin
EDIT: And I use Redis 5.0 RC5, and if I use the command in my redis-cli it's works fine.
Regards
The text was updated successfully, but these errors were encountered: