Method: Rediska::Databases::PStore#method_missing
- Defined in:
- lib/rediska/databases/pstore.rb
#method_missing(*args, &block) ⇒ Object
39 40 41 42 43 44 |
# File 'lib/rediska/databases/pstore.rb', line 39 def method_missing(*args, &block) @store.transaction do hash = @db hash.send(*args, &block) end end |