We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d5db80 + fa0a459 commit 5e4118aCopy full SHA for 5e4118a
1 file changed
data/redis.json
@@ -101,6 +101,14 @@
101
{
102
"definition": "সক্রিয় সংযোগ গুলো দেখতে",
103
"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>"
112
}
113
]
114
0 commit comments