youzan / ZanRedisDB

Yet another distributed fault-tolerant key-value database Compatible with Redis written in Golang.
MIT License
388 stars 60 forks source link

exists命令貌似只支持kv,对list/hash永远返回0 #75

Open jony4096 opened 4 years ago

jony4096 commented 4 years ago

求确认

absolute8511 commented 4 years ago

是的, 还有类似del, ttl, expire, persist. 因为其他都是集合类型, 都需要用对应类型的扩展命令比如hclear, hexpire, hkeyexist, httl, hpersist

jony4096 commented 4 years ago

多谢!