- Run
$ make run
in a terminal - Run
$ redis-cli
in another terminal and start running the commands
> ping
> ping abc
> GET key
> SET key value
> DEL key1 key2
> EXISTS key1 key2
HSET hashKey1 innerKey1 value
HGET hashKey1 innerKey1
HGETALL hashKey1
$ make run
in a terminal$ redis-cli
in another terminal and start running the commands> ping
> ping abc
> GET key
> SET key value
> DEL key1 key2
> EXISTS key1 key2
HSET hashKey1 innerKey1 value
HGET hashKey1 innerKey1
HGETALL hashKey1