Saturday 18 April 2015

HVALS key

Syntax
HVALS key
    Returns all values stored at key.

127.0.0.1:6379> hgetall employee 
1) "2" 
2) "Kiran Kumar" 
3) "3" 
4) "Naveen" 
127.0.0.1:6379> hvals employee 
1) "Kiran Kumar" 
2) "Naveen" 

 
Prevoius                                                 Next                                                 Home

No comments:

Post a Comment