spring-data-redis
spring-data-redis copied to clipboard
Support count argument for LPOP/RPOP
Redis 6.2.0 added support for count argument to LPOP and RPOP: https://redis.io/commands/rpop. Can we add the support? I'm currently using luascript as a workaround