Hacker News new | ask | show | jobs
by computerex 2666 days ago
It's a key value store.
1 comments

Where the value is not just a string but can also be a set, list, ordered set, hash (dictionary), etc.

You can store basically any common data structure in Redis and operate on individual elements as if they were local variables in your program.