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
In the redis documentation, lpop supports a count argument. I can't seem to figure out how to do that with redis-rb.
Am I missing something or does redis-rb not support the count argument?
Hi - you can do this today with the call command, which supports arbitrary commands so you don't need to wait on any client modifications when using a new command (or using modules, etc):
In the redis documentation, lpop supports a count argument. I can't seem to figure out how to do that with redis-rb.
Am I missing something or does redis-rb not support the count argument?
https://redis.io/commands/lpop
The text was updated successfully, but these errors were encountered: