module RediSearcher

Constants

DEFAULT_WEIGHT
VERSION

Public Class Methods

client() click to toggle source
# File lib/redi_searcher.rb, line 16
def client
  @client ||= Client.new
end