You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`Promise<string>`| On success, the promise resolves with the selected random member. | If the set does not exist, the promise is rejected with an error. |
|`Promise<string>`| On success, the promise resolves with the selected random member. | If the set doesn't exist, the promise is rejected with an error. |
21
21
22
22
### Example
23
23
@@ -32,11 +32,10 @@ const redisClient = new redis.Client('redis://localhost:6379');
0 commit comments