class RediSet::Configuration

Attributes

prefix[RW]

Public Class Methods

new() click to toggle source
# File lib/redi_set.rb, line 17
def initialize
  @prefix = "rs"
end