http://www.redis.cn/commands.html#
1 keys * list all keys
Redis127.0.0.1:6379> Keys *1)"s:0" 2)"o:20150829001001" 3)"o:20150829001002" 4)"o:20150829001020" 5)"o:20150829001003" 6)"o:20150829001021" 7)"o:20150829001004" 8)"o:20150829001022" 9)"o:20150829001005"Ten)"o:20150829001023" One)"o:20150829001006" A)"o:20150829001024" -)"o:20150829001007" -)"o:20150829001008" the)"oseq:20150829" -)"o:20150829001026" -)"o:20150829001009" -)"o:20150829001027" +)"s:936" -)"o:20150829001028" +)"o:20150829001029" A)"o:20150829000001" at)"o:20150829001010" -)"o:20150829001030" -)"o:20150829001012" -)"o:20150829001031" -)"o:20150829001013" -)"o:20150829001032" in)"o:20150829001014" -)"o:20150829001033" to)"o:20150829001015" +)"o:20150829001034" -)"o:20150829001016" the)"o:20150829001035" *)"o:20150829001017" $)"o:20150829001036"Panax Notoginseng)"o:20150829001018" -)"o:20150829001019"
2 hkeys key gets all the fields of the hash
Redis127.0.0.1:6379> Hkeys S:9361)"UserName"2)"Grade"3)"ServerHost"4)"ClientHost"5)"Logintime"6)"Lastmsgtime"7)"Stat"8)"AuthToken"9)"OrderNo"
3 hgetall key reads all fields and values from a hash set
Redis127.0.0.1:6379> Hgetall S:936 1)"UserName" 2)"232323233" 3)"Grade" 4)"1" 5)"ServerHost" 6)"127.0.0.1:9932" 7)"ClientHost" 8)"192.168.139.1:64858" 9)"Logintime"Ten)"1440850336" One)"Lastmsgtime" A)"1440850403" -)"Stat" -)"0" the)"AuthToken" -)"KSKTEBSNFXKZERWD" -)"OrderNo" -)"20150829001036"
Redis Command Line Common summary