The Redis In-memory Data Store: An Introduction to Redis
Redis is an in-memory key-value store with many use cases. It is a popular tool among software developers for delivering improved performance to end-users due to its ease of use rich feature set and open source status. In this course youll explore the various use cases features and limitations of the Redis in-memory store. Youll examine the different data types structures and client connections supported in Redis. Next youll learn how to install Redis and to set up an instance of the Redis server. Youll then learn to carry out basic Redis operations involving string and numeric data such as create read update and delete (CRUD) operations and key expiration setting.