Redis Odp
Redis Odp
Redis Odp
Prasad
What is Redis?
Installing Redis:
● $sudo apt-get update
● $sudo apt-get install redis-server
Starting Redis:
● $redis-server
Redis Command line
EDITING CONFIGURATION:
redis 127.0.0.1:6379> config set loglevel “notice”
Data Types
● Binary-safe strings.
● Lists
● Sets
● Sorted sets
● Hashes
● Bit arrays (or simply bitmaps)
● HyperLogLogs:
Redis Keys