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
[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