redis-cli
redis-cli copied to clipboard
A pure go implementation of redis-cli.
Results
2
redis-cli issues
Sort by
recently updated
recently updated
newest added
I tried to connect to a rediis server instance using holys/redis-cli exe on windows 10 Command Prompt. It did gave me the redis-cli prompt but every command results in (long...
If I type `quit` to return to my shell prompt, it is in a broken state and I have to run `reset` to get it working again. This isn't a...