Memurai Command Line Interface
Memurai comes with a command-line interface program called memurai-cli.exe
, that allows sending commands to Memurai and reading the data sent back by the server.
Since Memurai implements the Redis®️* protocol, memurai-cli.exe
also supports the same API and it's compatible with the official Redis CLI redis-cli
.
memurai-cli
can be used on a Windows machine to connect to a Redis 5 server running on Linux and redis-cli
version 5 can be used on a Linux machine to connect to a Memurai server.
memurai-cli
supports a preference file .memurairc
and a command history file .memuraicli_history
that are saved in the current user home folder.
The notes in the redis-cli
documentation also applies to memurai-cli.exe