keys * /key my? --查看所有的key del key1 key2 key3 --删除key exists my1 --key是否存在 rename company newcompany --key重命名 expire newcompany 1000 --设置过期时间 ttl newcompany --查看剩余超时时间 type newcompany -- 查看类型
good