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 support for RPUSHX and LPUSHX command #61

Closed Murugesh-R closed 3 years ago

Murugesh-R commented 3 years ago
  1. Added support for RPUSHX and LPUSHX command
  2. Added test for RPUSHX and LPUSHX command
evoxmusic commented 3 years ago

I will take a look this weekend

Murugesh-R commented 3 years ago

I added support for three new commands, if you have time please review this pr, so i can create a new pr for new commands. thank you.