#redis #redisWindows
The Redis project does not officially support Windows.
Redis download : https://github.com/microsoftarchive/r...
Redis docker : https://hub.docker.com/_/redis/ (docker pull redis)
Redis command list : https://redis.io/commands/copy
Connect to remote server
redis-cli -h [hostIP] -p [hostPort]