package
0.0.0-20181115013041-b67df6e626f9
Repository: https://github.com/mediocregopher/radix.v2.git
Documentation: pkg.go.dev

# Functions

LuaEval calls EVAL on the given Cmder for the given script, passing the key count and argument list in as well.
NewScanner initializes a Scanner struct with the given options and returns it.
Scan is DEPRECATED.

# Structs

ScanOpts are various parameters which can be passed into ScanWithOpts.

# Interfaces

Cmder is an interface which can be used to interchangeably work with either redis.Client (the basic, single connection redis client), pool.Pool, or cluster.Cluster.
Scanner is used to iterate through the results of a SCAN call (or HSCAN, SSCAN, etc...).