Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要检查是否存在数据类型集的键。如何找到它?Redis中有任何财产吗?检查了redis命令,但没有找到。请帮忙。
示例:sadd("Uid132423","Apple");
需要检查“Uid132423”是否存在。请帮忙。
可能你必须使用 SCARD。如果 key 不存在,则返回 0。