Please enable JavaScript.
Coggle requires JavaScript to display documents.
Redis (REmote DIctionary Server) - Coggle Diagram
Redis (REmote DIctionary Server)
key-value storage
keep data in memory
Data type to save
строки
хєши
списки
наборы
command
set
get
exists
flushall
GETSET
DEL
APPEND
keys [some template]
INCR / DECR [key]
TTL [key] - time to live
PERSIST [key] - make key permanent
RENAME
Other data structure to save and command
Hash table
hset [obj] [field] value
hget [obj] [field]
hgetat [obj]
set
config via Docker
-v [path to custom redis.conf file]:/usr/local/etc/redis/redis.conf