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 "GETSET" #19

Closed evoxmusic closed 3 years ago

evoxmusic commented 3 years ago

Let's support Redis command "GETSET"

clarity0 commented 3 years ago

Is the reason for the timeouts on the start and stop server multiple times test something to do with the ports?

evoxmusic commented 3 years ago

Is the reason for the timeouts on the start and stop server multiple times test something to do with the ports?

Yes, that's why we are maybe better to randomize the listening port for tests.