February 2018
Intermediate to advanced
382 pages
11h 33m
English
The steps for using SORT are as follows:
127.0.0.1:6379> SADD "user:123:favorite_restaurant_ids" 200 365 104 455 333(integer) 5127.0.0.1:6379> SORT "user:123:favorite_restaurant_ids"1) "104"2) "200"3) "333"4) "365"5) "455"
127.0.0.1:6379> SADD "user:123:favorite_restaurants" "Dunkin Donuts" "Subway" "KFC" "Burger King" "Wendy's" (integer) ...
Read now
Unlock full access