February 2018
Intermediate to advanced
382 pages
11h 33m
English
To understand how to use the Set data type, take the following steps:
127.0.0.1:6379> SADD "Original Buffalo Wings" "affordable" "spicy" "busy" "great taste"(integer) 4
127.0.0.1:6379> SISMEMBER "Original Buffalo Wings" "busy"(integer) 1127.0.0.1:6379> SISMEMBER "Original Buffalo Wings" "costly"(integer) 0
127.0.0.1:6379> SREM "Original Buffalo Wings" "busy" "spicy"(integer) 2127.0.0.1:6379> SISMEMBER "Original Buffalo Wings" ...
Read now
Unlock full access