Class: Redic
- Inherits:
-
Object
- Object
- Redic
- Defined in:
- lib/midori-contrib/redic.rb
Overview
Meta-programming Redic for redis async extension
Defined Under Namespace
Classes: Client
Instance Method Summary collapse
-
#call(*args) ⇒ Object
Call without thread lock.
Instance Method Details
#call(*args) ⇒ Object
Call without thread lock
95 96 97 98 |
# File 'lib/midori-contrib/redic.rb', line 95 def call(*args) @client.connect @client.call(args) end |