Return the number of key-value pairs in the hashmap.
name
- The name of the hashmapInteger reply.
ssdb 127.0.0.1:8888> hsize h
7
(0.000 sec)
ssdb 127.0.0.1:8888> hclear h
7
(0.000 sec)
ssdb 127.0.0.1:8888> hsize h
0
(0.000 sec)
ssdb 127.0.0.1:8888>