Skip to content

Latest commit

 

History

History
executable file
·
24 lines (15 loc) · 220 Bytes

Redis详解.md

File metadata and controls

executable file
·
24 lines (15 loc) · 220 Bytes

#redis

Redis命令

客户端

$ redis-cli -h host -p port -a password

启动

windows

redis-server.exe redis.windows.conf

Linux

./redis-server ../redis.conf