SET key value
GET key
APPEND key value
GETSET key valueSADD key member
SMEMBERS key
SISMEMBER key member
SINTER key [key ...]
SUNION key [key ...]HSET key field value
HGET key field
HGETALL key
HDEL key field
HSETNX key field valueLPUSH key value [value ...]
LPOP key
RPOP key
LSET key index valuePUBLISH channel
SUBSCRIBE channel
UNSUBSCRIBE channel
PSUBSCRIBE patternHMSET courses/CSCI/1200
name Data_Structures
credits 4
instructor GoldschmidtSADD courses/CSCI/1200/sections
01 02 03SET /pages/courses/CSCI/1200
<html>
<body>
<div class="course">
<h1>Data Structures</h1>
</div>
</body>
</html>EXPIRE /pages/courses/CSCI/1200 60000