Redis - studiofu/brain GitHub Wiki
run redis-server.exe on windows
GET
SET
set a a123
set b b123
append a 999
INCR
incr counter
incr counter
decr counter
incrby counter 10
EXPIRE 120
TTL
RPUSH
LPUSH
LRANGE start end, example, LRANGE key 0 -1, -1 mean to the end of the list
SADD
SREM '
Redis Usage