Skip to content

Commit

Permalink
The expireat command should be modified for the namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
activeprospect committed Aug 16, 2011
1 parent 9c041e5 commit 25d33ec
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 @@ -51,6 +51,7 @@ class Namespace
"del" => [ :all ],
"exists" => [ :first ],
"expire" => [ :first ],
"expireat" => [ :first ],
"flushall" => [],
"flushdb" => [],
"get" => [ :first ],
Expand Down

0 comments on commit 25d33ec

Please sign in to comment.