Redis, more than a key/value store

ThijsFeryn
Yes, Redis is a key/value store and a lot of people compare it to Memcached. But in reality it can do much more. Redis is a child of the NoSQL/Big Data generation.
 
It supports multiple data types such as strings, hashes, lists, sets, sorted sets and bitmaps. Redis leverages these datatypes by offering an array of powerful commands that are fast and that reduce network round trips with the client.
 
Redis is not just a cache, it has persistence options and is essentially a NoSQL database that is good at real-time processing.
 
This talk will cover the datatypes and some powerful commands you can use. We’ll also talk about integrating Redis into your PHP project. And finally we’ll dive into the persistence options, security mechanisms and replication/clustering features.

Session Track

DevOps

Experience Level

Intermediate

Drupal Version