Redis
9/55
Key/Value Stores
Redis: Sets
•
Keys
in Redis are binary safe strings
•
Values
in Redis are binary safe "Strings"
or
•
Lists, Sets, Hashses, Sorted Sets and some others
•
Interaction through
redis-cli
or
predis/predis
•
Normal Strings are special too