module RedisBrowser
Constants
- DEFAULTS
- VERSION
Public Class Methods
configure(opts)
click to toggle source
# File lib/redis-browser.rb, line 18 def self.configure(opts) Web.configure do |config| config.set opts end end