redis-mock icon indicating copy to clipboard operation
redis-mock copied to clipboard

No basic functions like keys, flushall

Open aldayj-intific opened this issue 7 years ago • 2 comments

Hello, I did see that these commands are not in the list of supported commands, but they really should be.

we need to be able to empty the database without having to null it. I tried stopping and starting again, but that doesn't seem to work. I can't just reinstanciate the server because it's referenced, and reinstanciation would break the reference.

Please include keys and flushall command.

aldayj-intific avatar May 17 '17 14:05 aldayj-intific

@aldayj-intific this fork contains more commands for what it's worth: https://github.com/graknlabs/redis-mock/tree/164124f97236eac/src/main/java/ai/grakn/redismock/commands

erran avatar Apr 30 '18 11:04 erran

Hi. My fork has support for more commands: https://github.com/fppt/jedis-mock

fppt avatar Dec 07 '18 08:12 fppt