Skip to content

Commit fa0a459

Browse files
committed
feat: add redis sadd and smembers key
1 parent 4b946a3 commit fa0a459

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

data/redis.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,14 @@
101101
{
102102
"definition": "সক্রিয় সংযোগ গুলো দেখতে",
103103
"code": "CLIENT LIST"
104+
},
105+
{
106+
"definition": "গ্রুপ বা ট্যাগ এর মধ্যে মেম্বার কী(key) রাখতে",
107+
"code": "SADD <group_key> <member_key>"
108+
},
109+
{
110+
"definition": "গ্রুপ বা ট্যাগ এর মধ্যে সকল মেম্বার কী(Key) দেখতে",
111+
"code": "SMEMBERS <group_key>"
104112
}
105113
]
106114
}

0 commit comments

Comments
 (0)