设置字符串 : set 名 值取值 : get 名 重新赋值并返回原值 : getset 名 值 设置多个值 : mset 名1 值1 名2 值2 名3 值3 获取多个值 : mget 名1 名2 名3 设置限时的值 : setex 名 时间(秒) 值