Hey Stackoverflow community,
I am using a lettuce framework with spring-data-redis version 2.5.2.
I am interested in using a pop command on a list for n elements. I see that the Redis doc has an option to provide count as an argument, but I can't find a method for the same in spring-data-redis framwork.
Would anyone know if lpop or rpop with count is supported on spring-data-redis?