Redis Tutorial // Redis Introduction and Installation of Redis on a Linux Server



Redis Tutorial // Redis Introduction and Installation of Redis on a Linux Server

Redis Tutorial // Redis Introduction and Installation of Redis on a Linux Server

Redis is an open source (BSD licensed), in-memory data structure store used as a database, cache, message broker, and streaming engine. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams. Redis has built-in replication, Lua scripting, LRU eviction, transactions, and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster.

00:00 Redis Introduction
02:42 Installing Redis on Centos server
05:10 Starting Redis Service
05:30 Checking Redis Service Status
05:45 Stopping Redis Service
06:05 Enabling Redis to start at Boot time
08:18 Enabling password on Redis Database
09:39 Connecting to redis-cli (command line interface)
10:57 Writing and reading data to and from redis database
11:50 removing all the data from redis database (redis flushall)