class Pepito::Database

Database for pepito configurations

Attributes

redis[R]

Public Class Methods

new() click to toggle source

@return [void]

Calls superclass method
# File lib/pepito/database.rb, line 9
def initialize
  @redis = Redis.new
  super(Pepito::REDIS_NAMESPACE, redis: @redis)
end