Skip to content

Commit

Permalink
Support smismember command
Browse files Browse the repository at this point in the history
  • Loading branch information
Antti committed Jun 13, 2022
1 parent cfbfcd5 commit ed3e121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/redis/namespace.rb
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ class Namespace
"sinterstore" => [ :all ],
"sismember" => [ :first ],
"smembers" => [ :first ],
"smismember" => [ :first ],
"smove" => [ :exclude_last ],
"sort" => [ :sort ],
"spop" => [ :first ],
Expand Down

0 comments on commit ed3e121

Please sign in to comment.