Redis - Open Source Advanced key-value Store (NoSQL)
Redis is an open source, advanced key-value store. This is often referred to as server data structure because the key can contain strings, hashes, lists, sets and set sorted. You can perform atomic operations on this type, such as adding to a string, incrementing the value in the hash; encouraged to list; computing set intersection, [...]