package
0.0.0-20160329201051-d65df50f17e7
Repository: https://github.com/everythingme/meduza.git
Documentation: pkg.go.dev
# Functions
NewBatch create a new non-transactional batch object.
NewCompoundIndex creates a new compound index using a descriptor, for the given table name.
NewDriver creates a new redis driver instance.
No description provided by the author
NewBatchTransaction creates a new transactional batch object.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ms.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
Batch represents a set of batched results, either a transaction or just send/receive.
CompoundIndex is an index that can index just one column, regardless of its type.
Config represents the configurations for the redis driver.
No description provided by the author
Driver is the driver implementation over a redis data store.
No description provided by the author
Promise represents the future return value of a queued commmand in a batch.
A transaction is similar to a Batch, but has MULTI/EXEC/DISCARD.