I'm trying to create a native list structure on top of redis for a given user (there are multiple users). The list will hold about 20 bytes of data in each element and should use the redis R PUSH X command. I am new to the concept of redis therefore I'm looking for a simple example on how I would do this using Spring Data - Redis. Thanks in advance
↧