Redis命令html
參考:http://redis.io/commands#redis
或:http://www.redis.cn/commands.html# spa
#redic-clicode
1、infoorm
查看redis系統信息,包括內存使用等等信息server
The optional parameter can be used to select a specific section of information:htm
server
: General information about the Redis server內存
clients
: Client connections sectionci
memory
: Memory consumption related informationget
persistence
: RDB and AOF related information
stats
: General statistics
replication
: Master/slave replication information
cpu
: CPU consumption statistics
commandstats
: Redis command statistics
cluster
: Redis Cluster section
keyspace
: Database related statistics