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

Support command "GETDEL" #18

Closed evoxmusic closed 3 years ago

evoxmusic commented 3 years ago

Let's support Redis command "GETDEL"

clarity0 commented 3 years ago

The Redis crate doesn't implement getdel on its client, so can't test it easily with that

evoxmusic commented 3 years ago

The Redis crate doesn't implement getdel on its client, so can't test it easily with that

https://github.com/Qovery/RedisLess/blob/main/redisless/src/server.rs#L382

Maybe this way will work?