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 LINDEX, LSET and LINSERT #63

Closed Murugesh-R closed 3 years ago

Murugesh-R commented 3 years ago
  1. Added support for LINDEX, LSET and LINSERT commands
  2. Added test for LINDEX, LSET and LINSERT commands
evoxmusic commented 3 years ago

Thanks for the contribution @Murugesh-R