Loading

Redis-Data Types And Commands

Redis-Data Types And Commands

[root@localhost bin]# ./redis-server hconfig/redis.conf 
[root@localhost bin]# ./redis-cli 
127.0.0.1:6379> ping
PONG
127.0.0.1:6379> FLUSHDB
OK

0.Keys

1.Strings

2.Lists

3.Hashes

4.Sets

5.Sorted Sets

6.Bitmaps

7.HyperLogLogs

8.Geospatial

posted @ 2021-02-25 20:37  齐玉  阅读(47)  评论(0)    收藏  举报