alicebob / miniredis

Pure Go Redis server for Go unittests
MIT License
3.1k stars 217 forks source link

Support for checking lack of hash tag in redis cluster mode #355

Open okhowang opened 8 months ago

okhowang commented 8 months ago

maybe we can set miniredis in a cluster mode. and it may failed in multikey command without hashtag. eg eval "return 0" 2 key1 key2 wil failed