class Dalli::KeysMatch::Configuration

Constants

TELNET_DEFAULS

Public Class Methods

new(options = {}) click to toggle source
# File lib/dalli/keys_match/configuration.rb, line 9
def initialize(options = {})
  @telnet = TELNET_DEFAULS.merge options.fetch(:telnet, {})
end

Public Instance Methods

telnet(args = {}) click to toggle source
# File lib/dalli/keys_match/configuration.rb, line 13
def telnet(args = {})
  @telnet.merge args
end