Qovery / RedisLess

RedisLess is a fast, lightweight, embedded and scalable in-memory Key/Value store library compatible with the Redis API.
MIT License
150 stars 16 forks source link

Add rpush command #57

Closed Murugesh-R closed 3 years ago

Murugesh-R commented 3 years ago
  1. Added support for rpush command
  2. created lread and lwrite method in storage trait to read and write list in memory
  3. added test for rpush command
evoxmusic commented 3 years ago

Thank you for your contrib @Murugesh-R :)

evoxmusic commented 3 years ago

There is an error - can you take a look?