sds / mock_redis

Mock Redis gem for Ruby
Other
492 stars 154 forks source link

feat(add_lpop_count): Add third arg to lpop to allow popping multiple… #268

Closed ted-hanson closed 1 year ago

ted-hanson commented 1 year ago

… elements as defined here: https://redis.io/commands/lpop/

Resolves #269

sds commented 1 year ago

Thanks!