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 SADD, SCARD and SREM commands #65

Closed Murugesh-R closed 3 years ago

Murugesh-R commented 3 years ago
  1. Added support for SADD, SCARD and SREM commands
  2. Added a set_store hashmap in InMemoryStorage to store sets
  3. Added sread and swrite methods in storage trait to read and write sets
  4. Added test for SADD, SCARD and SREM commands