February 2018
Intermediate to advanced
382 pages
11h 33m
English
To understand how to use the hash data type, take the following steps:
127.0.0.1:6379> HMSET "Kyoto Ramen" "address" "801 Mission St, San Jose, CA" "phone" "555-123-6543" "rating" "5.0" OK
127.0.0.1:6379> HMGET "Kyoto Ramen" "address" "phone" "rating" 1) "801 Mission St, San Jose, CA" 2) "555-123-6543" 3) "5.0"
127.0.0.1:6379> HGET "Kyoto Ramen" "rating" "5.0"
127.0.0.1:6379> HEXISTS "Kyoto Ramen" "phone" (integer) ...
Read now
Unlock full access