Class: RProxy::RedisService
- Inherits:
-
Object
- Object
- RProxy::RedisService
- Defined in:
- lib/r_proxy/redis_service.rb
Class Method Summary collapse
Class Method Details
.instance(url) ⇒ Object
3 4 5 |
# File 'lib/r_proxy/redis_service.rb', line 3 def self.instance(url) Redis.new(url: url) end |