Redis!...Huh? What ISN'T it good for?
Redis is an in-memory key-value data store that allows you store your actual data structures rather than having a mapping layer between your application and your storage. Support exists for any data type you'd need including lists, sets and hashes/ma...
Nov 24, 20194 min read2

