# Functions
setKeyValueWithoutExpiration 添加键值对到Redis(不携带过期时间).
setStructWithExpiration 添加带有过期时间的结构体到键.
addMultipleToSet 批量添加元素到集合.
addToSetWithExpiration 批量添加元素到集合并设置过期时间.
addToSetWithExpiration 向集合中添加元素.
addToSetWithExpiration 向集合中添加元素并设置过期时间.
No description provided by the author
No description provided by the author
getStruct 获取键的结构体值.
No description provided by the author
getSetMembers 获取集合中的所有元素.
No description provided by the author
isMemberOfSet 检查元素是否属于集合.
No description provided by the author
removeFromSet 从集合中删除元素.