class DoctorStrange::Providers::Redis::Configuration
Constants
- DEFAULT_URL
Attributes
connection[RW]
max_used_memory[RW]
url[RW]
Public Class Methods
new()
click to toggle source
# File lib/doctor_strange/providers/redis.rb, line 13 def initialize @url = DEFAULT_URL end