The basic syntax of Redis client.
$redis-cli
Run Commands on the Remote Server
You need to connect to the server by the same client redis-cli
$ redis-cli -h host -p port -a password
The basic syntax of Redis client.
$redis-cli
Run Commands on the Remote Server
You need to connect to the server by the same client redis-cli
$ redis-cli -h host -p port -a password