设置键值对应:

set <key> <value>

取值:

get <key>

删除键值:

del <key>

值自增加(值为数字):

incr <key>

当键不存在时创建:

setnx <key> <......