Redis is a simple key, value pair database. The common commands include:
Data Structure | Commands |
---|---|
Strings | SET, GET, DEL, APPEND, DECR, INCR... |
Hashs | HSET, HGET, HDEL, HGETALL... |
Lists | LPUSH, LREM, LTRIM, RPOP, LINSERT... |
Sets | SADD, SREM, SMOVE, SMEMBERS... |