After talking to @nrk about this project he shortly after published niseredis, a redis server mock:
https://github.com/nrk/niseredis
It already includes an implementation for quite a few commands missing from this project. However, due to its blocking nature it made some fundamentally different design decisions.
We should look into how (or whether) we can integrate niseredis.
After talking to @nrk about this project he shortly after published niseredis, a redis server mock:
https://github.com/nrk/niseredis
It already includes an implementation for quite a few commands missing from this project. However, due to its blocking nature it made some fundamentally different design decisions.
We should look into how (or whether) we can integrate niseredis.