Skip to content

Commit

Permalink
Merge pull request #200 from fetlife/add-smismember
Browse files Browse the repository at this point in the history
Support smismember command
  • Loading branch information
byroot authored Jun 28, 2022
2 parents cfbfcd5 + ed3e121 commit f2f6016
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 f2f6016

Please sign in to comment.