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 LTRIM LREM RPOPLPUSH #64

Closed Murugesh-R closed 3 years ago

Murugesh-R commented 3 years ago
  1. Added support for LTRIM, LREM and RPOPLPUSH command
  2. Added test for LTRIM, LREM and RPOPLPUSH command