cmds

package
v0.0.0-...-c14f4f2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 13, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// InitSlot indicates that the command be sent to any redis node in cluster
	InitSlot = uint16(1 << 14)
	// NoSlot indicates that the command has no key slot specified
	NoSlot = uint16(1 << 15)
)

Variables

View Source
var (
	// OptInCmd is predefined CLIENT CACHING YES
	OptInCmd = Completed{
				// contains filtered or unexported fields
	}
	// MultiCmd is predefined MULTI
	MultiCmd = Completed{
				// contains filtered or unexported fields
	}
	// ExecCmd is predefined EXEC
	ExecCmd = Completed{
			// contains filtered or unexported fields
	}
	// RoleCmd is predefined ROLE
	RoleCmd = Completed{
			// contains filtered or unexported fields
	}
	// QuitCmd is predefined QUIT
	QuitCmd = Completed{
			// contains filtered or unexported fields
	}
	// UnsubscribeCmd is predefined UNSUBSCRIBE
	UnsubscribeCmd = Completed{
					// contains filtered or unexported fields
	}
	// PUnsubscribeCmd is predefined PUNSUBSCRIBE
	PUnsubscribeCmd = Completed{
					// contains filtered or unexported fields
	}
	// SUnsubscribeCmd is predefined SUNSUBSCRIBE
	SUnsubscribeCmd = Completed{
					// contains filtered or unexported fields
	}
	// PingCmd is predefined PING
	PingCmd = Completed{
			// contains filtered or unexported fields
	}
	// SlotCmd is predefined CLUSTER SLOTS
	SlotCmd = Completed{
			// contains filtered or unexported fields
	}
	// AskingCmd is predefined CLUSTER ASKING
	AskingCmd = Completed{
				// contains filtered or unexported fields
	}
	// SentinelSubscribe is predefined SUBSCRIBE ASKING
	SentinelSubscribe = Completed{
						// contains filtered or unexported fields
	}
)

Functions

func JsonMGets

func JsonMGets(keys []string, path string) map[uint16]Completed

JsonMGets groups keys by their slot and returns multi JSON.MGET commands

func MGets

func MGets(keys []string) map[uint16]Completed

MGets groups keys by their slot and returns multi MGET commands

func Put

func Put(cs *CommandSlice)

Put recycles the CommandSlice

Types

type AclCat

type AclCat Completed

func (AclCat) Build

func (c AclCat) Build() Completed

func (AclCat) Categoryname

func (c AclCat) Categoryname(categoryname string) AclCatCategoryname

type AclCatCategoryname

type AclCatCategoryname Completed

func (AclCatCategoryname) Build

func (c AclCatCategoryname) Build() Completed

type AclDeluser

type AclDeluser Completed

func (AclDeluser) Username

func (c AclDeluser) Username(username ...string) AclDeluserUsername

type AclDeluserUsername

type AclDeluserUsername Completed

func (AclDeluserUsername) Build

func (c AclDeluserUsername) Build() Completed

func (AclDeluserUsername) Username

func (c AclDeluserUsername) Username(username ...string) AclDeluserUsername

type AclDryrun

type AclDryrun Completed

func (AclDryrun) Username

func (c AclDryrun) Username(username string) AclDryrunUsername

type AclDryrunArg

type AclDryrunArg Completed

func (AclDryrunArg) Arg

func (c AclDryrunArg) Arg(arg ...string) AclDryrunArg

func (AclDryrunArg) Build

func (c AclDryrunArg) Build() Completed

type AclDryrunCommand

type AclDryrunCommand Completed

func (AclDryrunCommand) Arg

func (c AclDryrunCommand) Arg(arg ...string) AclDryrunArg

func (AclDryrunCommand) Build

func (c AclDryrunCommand) Build() Completed

type AclDryrunUsername

type AclDryrunUsername Completed

func (AclDryrunUsername) Command

func (c AclDryrunUsername) Command(command string) AclDryrunCommand

type AclGenpass

type AclGenpass Completed

func (AclGenpass) Bits

func (c AclGenpass) Bits(bits int64) AclGenpassBits

func (AclGenpass) Build

func (c AclGenpass) Build() Completed

type AclGenpassBits

type AclGenpassBits Completed

func (AclGenpassBits) Build

func (c AclGenpassBits) Build() Completed

type AclGetuser

type AclGetuser Completed

func (AclGetuser) Username

func (c AclGetuser) Username(username string) AclGetuserUsername

type AclGetuserUsername

type AclGetuserUsername Completed

func (AclGetuserUsername) Build

func (c AclGetuserUsername) Build() Completed

type AclHelp

type AclHelp Completed

func (AclHelp) Build

func (c AclHelp) Build() Completed

type AclList

type AclList Completed

func (AclList) Build

func (c AclList) Build() Completed

type AclLoad

type AclLoad Completed

func (AclLoad) Build

func (c AclLoad) Build() Completed

type AclLog

type AclLog Completed

func (AclLog) Count

func (c AclLog) Count(count int64) AclLogCountCount

func (AclLog) Reset

func (c AclLog) Reset() AclLogCountReset

type AclLogCountCount

type AclLogCountCount Completed

func (AclLogCountCount) Build

func (c AclLogCountCount) Build() Completed

func (AclLogCountCount) Reset

type AclLogCountReset

type AclLogCountReset Completed

func (AclLogCountReset) Build

func (c AclLogCountReset) Build() Completed

type AclSave

type AclSave Completed

func (AclSave) Build

func (c AclSave) Build() Completed

type AclSetuser

type AclSetuser Completed

func (AclSetuser) Username

func (c AclSetuser) Username(username string) AclSetuserUsername

type AclSetuserRule

type AclSetuserRule Completed

func (AclSetuserRule) Build

func (c AclSetuserRule) Build() Completed

func (AclSetuserRule) Rule

func (c AclSetuserRule) Rule(rule ...string) AclSetuserRule

type AclSetuserUsername

type AclSetuserUsername Completed

func (AclSetuserUsername) Build

func (c AclSetuserUsername) Build() Completed

func (AclSetuserUsername) Rule

func (c AclSetuserUsername) Rule(rule ...string) AclSetuserRule

type AclUsers

type AclUsers Completed

func (AclUsers) Build

func (c AclUsers) Build() Completed

type AclWhoami

type AclWhoami Completed

func (AclWhoami) Build

func (c AclWhoami) Build() Completed

type AiModeldel

type AiModeldel Completed

func (AiModeldel) Key

func (c AiModeldel) Key(key string) AiModeldelKey

type AiModeldelKey

type AiModeldelKey Completed

func (AiModeldelKey) Build

func (c AiModeldelKey) Build() Completed

type AiModelexecute

type AiModelexecute Completed

func (AiModelexecute) Key

type AiModelexecuteInputsInput

type AiModelexecuteInputsInput Completed

func (AiModelexecuteInputsInput) Input

func (AiModelexecuteInputsInput) Outputs

type AiModelexecuteInputsInputs

type AiModelexecuteInputsInputs Completed

func (AiModelexecuteInputsInputs) Input

type AiModelexecuteKey

type AiModelexecuteKey Completed

func (AiModelexecuteKey) Inputs

func (c AiModelexecuteKey) Inputs(inputCount int64) AiModelexecuteInputsInputs

type AiModelexecuteOutputsOutput

type AiModelexecuteOutputsOutput Completed

func (AiModelexecuteOutputsOutput) Build

func (AiModelexecuteOutputsOutput) Cache

func (AiModelexecuteOutputsOutput) Output

func (AiModelexecuteOutputsOutput) Timeout

type AiModelexecuteOutputsOutputs

type AiModelexecuteOutputsOutputs Completed

func (AiModelexecuteOutputsOutputs) Output

type AiModelexecuteTimeout

type AiModelexecuteTimeout Completed

func (AiModelexecuteTimeout) Build

func (c AiModelexecuteTimeout) Build() Completed

func (AiModelexecuteTimeout) Cache

func (c AiModelexecuteTimeout) Cache() Cacheable

type AiModelget

type AiModelget Completed

func (AiModelget) Key

func (c AiModelget) Key(key string) AiModelgetKey

type AiModelgetBlob

type AiModelgetBlob Completed

func (AiModelgetBlob) Build

func (c AiModelgetBlob) Build() Completed

func (AiModelgetBlob) Cache

func (c AiModelgetBlob) Cache() Cacheable

type AiModelgetKey

type AiModelgetKey Completed

func (AiModelgetKey) Blob

func (c AiModelgetKey) Blob() AiModelgetBlob

func (AiModelgetKey) Build

func (c AiModelgetKey) Build() Completed

func (AiModelgetKey) Cache

func (c AiModelgetKey) Cache() Cacheable

func (AiModelgetKey) Meta

func (c AiModelgetKey) Meta() AiModelgetMeta

type AiModelgetMeta

type AiModelgetMeta Completed

func (AiModelgetMeta) Blob

func (c AiModelgetMeta) Blob() AiModelgetBlob

func (AiModelgetMeta) Build

func (c AiModelgetMeta) Build() Completed

func (AiModelgetMeta) Cache

func (c AiModelgetMeta) Cache() Cacheable

type AiModelstore

type AiModelstore Completed

func (AiModelstore) Key

func (c AiModelstore) Key(key string) AiModelstoreKey

type AiModelstoreBackendOnnx

type AiModelstoreBackendOnnx Completed

func (AiModelstoreBackendOnnx) Cpu

func (AiModelstoreBackendOnnx) Gpu

type AiModelstoreBackendTf

type AiModelstoreBackendTf Completed

func (AiModelstoreBackendTf) Cpu

func (AiModelstoreBackendTf) Gpu

type AiModelstoreBackendTorch

type AiModelstoreBackendTorch Completed

func (AiModelstoreBackendTorch) Cpu

func (AiModelstoreBackendTorch) Gpu

type AiModelstoreBatchsize

type AiModelstoreBatchsize Completed

func (AiModelstoreBatchsize) Blob

func (AiModelstoreBatchsize) Build

func (c AiModelstoreBatchsize) Build() Completed

func (AiModelstoreBatchsize) Inputs

func (AiModelstoreBatchsize) Minbatchsize

func (c AiModelstoreBatchsize) Minbatchsize(minbatchsize int64) AiModelstoreMinbatchsize

func (AiModelstoreBatchsize) Minbatchtimeout

func (c AiModelstoreBatchsize) Minbatchtimeout(minbatchtimeout int64) AiModelstoreMinbatchtimeout

func (AiModelstoreBatchsize) Outputs

type AiModelstoreBlob

type AiModelstoreBlob Completed

func (AiModelstoreBlob) Build

func (c AiModelstoreBlob) Build() Completed

type AiModelstoreDeviceCpu

type AiModelstoreDeviceCpu Completed

func (AiModelstoreDeviceCpu) Batchsize

func (c AiModelstoreDeviceCpu) Batchsize(batchsize int64) AiModelstoreBatchsize

func (AiModelstoreDeviceCpu) Blob

func (AiModelstoreDeviceCpu) Build

func (c AiModelstoreDeviceCpu) Build() Completed

func (AiModelstoreDeviceCpu) Inputs

func (AiModelstoreDeviceCpu) Minbatchsize

func (c AiModelstoreDeviceCpu) Minbatchsize(minbatchsize int64) AiModelstoreMinbatchsize

func (AiModelstoreDeviceCpu) Minbatchtimeout

func (c AiModelstoreDeviceCpu) Minbatchtimeout(minbatchtimeout int64) AiModelstoreMinbatchtimeout

func (AiModelstoreDeviceCpu) Outputs

func (AiModelstoreDeviceCpu) Tag

type AiModelstoreDeviceGpu

type AiModelstoreDeviceGpu Completed

func (AiModelstoreDeviceGpu) Batchsize

func (c AiModelstoreDeviceGpu) Batchsize(batchsize int64) AiModelstoreBatchsize

func (AiModelstoreDeviceGpu) Blob

func (AiModelstoreDeviceGpu) Build

func (c AiModelstoreDeviceGpu) Build() Completed

func (AiModelstoreDeviceGpu) Inputs

func (AiModelstoreDeviceGpu) Minbatchsize

func (c AiModelstoreDeviceGpu) Minbatchsize(minbatchsize int64) AiModelstoreMinbatchsize

func (AiModelstoreDeviceGpu) Minbatchtimeout

func (c AiModelstoreDeviceGpu) Minbatchtimeout(minbatchtimeout int64) AiModelstoreMinbatchtimeout

func (AiModelstoreDeviceGpu) Outputs

func (AiModelstoreDeviceGpu) Tag

type AiModelstoreInputsInput

type AiModelstoreInputsInput Completed

func (AiModelstoreInputsInput) Blob

func (AiModelstoreInputsInput) Build

func (AiModelstoreInputsInput) Input

func (AiModelstoreInputsInput) Outputs

type AiModelstoreInputsInputs

type AiModelstoreInputsInputs Completed

func (AiModelstoreInputsInputs) Input

type AiModelstoreKey

type AiModelstoreKey Completed

func (AiModelstoreKey) Onnx

func (AiModelstoreKey) Tf

func (AiModelstoreKey) Torch

type AiModelstoreMinbatchsize

type AiModelstoreMinbatchsize Completed

func (AiModelstoreMinbatchsize) Blob

func (AiModelstoreMinbatchsize) Build

func (AiModelstoreMinbatchsize) Inputs

func (AiModelstoreMinbatchsize) Minbatchtimeout

func (c AiModelstoreMinbatchsize) Minbatchtimeout(minbatchtimeout int64) AiModelstoreMinbatchtimeout

func (AiModelstoreMinbatchsize) Outputs

type AiModelstoreMinbatchtimeout

type AiModelstoreMinbatchtimeout Completed

func (AiModelstoreMinbatchtimeout) Blob

func (AiModelstoreMinbatchtimeout) Build

func (AiModelstoreMinbatchtimeout) Inputs

func (AiModelstoreMinbatchtimeout) Outputs

type AiModelstoreOutputsOutput

type AiModelstoreOutputsOutput Completed

func (AiModelstoreOutputsOutput) Blob

func (AiModelstoreOutputsOutput) Build

func (AiModelstoreOutputsOutput) Output

type AiModelstoreOutputsOutputs

type AiModelstoreOutputsOutputs Completed

func (AiModelstoreOutputsOutputs) Output

type AiModelstoreTag

type AiModelstoreTag Completed

func (AiModelstoreTag) Batchsize

func (c AiModelstoreTag) Batchsize(batchsize int64) AiModelstoreBatchsize

func (AiModelstoreTag) Blob

func (AiModelstoreTag) Build

func (c AiModelstoreTag) Build() Completed

func (AiModelstoreTag) Inputs

func (c AiModelstoreTag) Inputs(inputCount int64) AiModelstoreInputsInputs

func (AiModelstoreTag) Minbatchsize

func (c AiModelstoreTag) Minbatchsize(minbatchsize int64) AiModelstoreMinbatchsize

func (AiModelstoreTag) Minbatchtimeout

func (c AiModelstoreTag) Minbatchtimeout(minbatchtimeout int64) AiModelstoreMinbatchtimeout

func (AiModelstoreTag) Outputs

func (c AiModelstoreTag) Outputs(outputCount int64) AiModelstoreOutputsOutputs

type AiScriptdel

type AiScriptdel Completed

func (AiScriptdel) Key

func (c AiScriptdel) Key(key string) AiScriptdelKey

type AiScriptdelKey

type AiScriptdelKey Completed

func (AiScriptdelKey) Build

func (c AiScriptdelKey) Build() Completed

type AiScriptexecute

type AiScriptexecute Completed

func (AiScriptexecute) Key

type AiScriptexecuteArgsArg

type AiScriptexecuteArgsArg Completed

func (AiScriptexecuteArgsArg) Arg

func (AiScriptexecuteArgsArg) Build

func (AiScriptexecuteArgsArg) Outputs

func (AiScriptexecuteArgsArg) Timeout

type AiScriptexecuteArgsArgs

type AiScriptexecuteArgsArgs Completed

func (AiScriptexecuteArgsArgs) Arg

type AiScriptexecuteFunction

type AiScriptexecuteFunction Completed

func (AiScriptexecuteFunction) Args

func (AiScriptexecuteFunction) Build

func (AiScriptexecuteFunction) Inputs

func (AiScriptexecuteFunction) Keys

func (AiScriptexecuteFunction) Outputs

func (AiScriptexecuteFunction) Timeout

type AiScriptexecuteInputsInput

type AiScriptexecuteInputsInput Completed

func (AiScriptexecuteInputsInput) Args

func (AiScriptexecuteInputsInput) Build

func (AiScriptexecuteInputsInput) Input

func (AiScriptexecuteInputsInput) Outputs

func (AiScriptexecuteInputsInput) Timeout

type AiScriptexecuteInputsInputs

type AiScriptexecuteInputsInputs Completed

func (AiScriptexecuteInputsInputs) Input

type AiScriptexecuteKey

type AiScriptexecuteKey Completed

func (AiScriptexecuteKey) Function

func (c AiScriptexecuteKey) Function(function string) AiScriptexecuteFunction

type AiScriptexecuteKeysKey

type AiScriptexecuteKeysKey Completed

func (AiScriptexecuteKeysKey) Args

func (AiScriptexecuteKeysKey) Build

func (AiScriptexecuteKeysKey) Inputs

func (AiScriptexecuteKeysKey) Key

func (AiScriptexecuteKeysKey) Outputs

func (AiScriptexecuteKeysKey) Timeout

type AiScriptexecuteKeysKeys

type AiScriptexecuteKeysKeys Completed

func (AiScriptexecuteKeysKeys) Key

type AiScriptexecuteOutputsOutput

type AiScriptexecuteOutputsOutput Completed

func (AiScriptexecuteOutputsOutput) Build

func (AiScriptexecuteOutputsOutput) Output

func (AiScriptexecuteOutputsOutput) Timeout

type AiScriptexecuteOutputsOutputs

type AiScriptexecuteOutputsOutputs Completed

func (AiScriptexecuteOutputsOutputs) Output

type AiScriptexecuteTimeout

type AiScriptexecuteTimeout Completed

func (AiScriptexecuteTimeout) Build

type AiScriptget

type AiScriptget Completed

func (AiScriptget) Key

func (c AiScriptget) Key(key string) AiScriptgetKey

type AiScriptgetKey

type AiScriptgetKey Completed

func (AiScriptgetKey) Build

func (c AiScriptgetKey) Build() Completed

func (AiScriptgetKey) Cache

func (c AiScriptgetKey) Cache() Cacheable

func (AiScriptgetKey) Meta

func (AiScriptgetKey) Source

func (c AiScriptgetKey) Source() AiScriptgetSource

type AiScriptgetMeta

type AiScriptgetMeta Completed

func (AiScriptgetMeta) Build

func (c AiScriptgetMeta) Build() Completed

func (AiScriptgetMeta) Cache

func (c AiScriptgetMeta) Cache() Cacheable

func (AiScriptgetMeta) Source

type AiScriptgetSource

type AiScriptgetSource Completed

func (AiScriptgetSource) Build

func (c AiScriptgetSource) Build() Completed

func (AiScriptgetSource) Cache

func (c AiScriptgetSource) Cache() Cacheable

type AiScriptstore

type AiScriptstore Completed

func (AiScriptstore) Key

type AiScriptstoreDeviceCpu

type AiScriptstoreDeviceCpu Completed

func (AiScriptstoreDeviceCpu) EntryPoints

func (c AiScriptstoreDeviceCpu) EntryPoints(entryPointCount int64) AiScriptstoreEntryPointsEntryPoints

func (AiScriptstoreDeviceCpu) Tag

type AiScriptstoreDeviceGpu

type AiScriptstoreDeviceGpu Completed

func (AiScriptstoreDeviceGpu) EntryPoints

func (c AiScriptstoreDeviceGpu) EntryPoints(entryPointCount int64) AiScriptstoreEntryPointsEntryPoints

func (AiScriptstoreDeviceGpu) Tag

type AiScriptstoreEntryPointsEntryPoint

type AiScriptstoreEntryPointsEntryPoint Completed

func (AiScriptstoreEntryPointsEntryPoint) Build

func (AiScriptstoreEntryPointsEntryPoint) EntryPoint

type AiScriptstoreEntryPointsEntryPoints

type AiScriptstoreEntryPointsEntryPoints Completed

func (AiScriptstoreEntryPointsEntryPoints) EntryPoint

type AiScriptstoreKey

type AiScriptstoreKey Completed

func (AiScriptstoreKey) Cpu

func (AiScriptstoreKey) Gpu

type AiScriptstoreTag

type AiScriptstoreTag Completed

func (AiScriptstoreTag) EntryPoints

func (c AiScriptstoreTag) EntryPoints(entryPointCount int64) AiScriptstoreEntryPointsEntryPoints

type AiTensorget

type AiTensorget Completed

func (AiTensorget) Key

func (c AiTensorget) Key(key string) AiTensorgetKey

type AiTensorgetFormatBlob

type AiTensorgetFormatBlob Completed

func (AiTensorgetFormatBlob) Build

func (c AiTensorgetFormatBlob) Build() Completed

func (AiTensorgetFormatBlob) Cache

func (c AiTensorgetFormatBlob) Cache() Cacheable

type AiTensorgetFormatValues

type AiTensorgetFormatValues Completed

func (AiTensorgetFormatValues) Build

func (AiTensorgetFormatValues) Cache

type AiTensorgetKey

type AiTensorgetKey Completed

func (AiTensorgetKey) Meta

type AiTensorgetMeta

type AiTensorgetMeta Completed

func (AiTensorgetMeta) Blob

func (AiTensorgetMeta) Build

func (c AiTensorgetMeta) Build() Completed

func (AiTensorgetMeta) Cache

func (c AiTensorgetMeta) Cache() Cacheable

func (AiTensorgetMeta) Values

type AiTensorset

type AiTensorset Completed

func (AiTensorset) Key

func (c AiTensorset) Key(key string) AiTensorsetKey

type AiTensorsetBlob

type AiTensorsetBlob Completed

func (AiTensorsetBlob) Build

func (c AiTensorsetBlob) Build() Completed

func (AiTensorsetBlob) Values

func (c AiTensorsetBlob) Values(value ...string) AiTensorsetValues

type AiTensorsetKey

type AiTensorsetKey Completed

func (AiTensorsetKey) Bool

func (AiTensorsetKey) Double

func (AiTensorsetKey) Float

func (AiTensorsetKey) Int16

func (AiTensorsetKey) Int32

func (AiTensorsetKey) Int64

func (AiTensorsetKey) Int8

func (AiTensorsetKey) String

func (AiTensorsetKey) Uint16

func (AiTensorsetKey) Uint8

type AiTensorsetShape

type AiTensorsetShape Completed

func (AiTensorsetShape) Blob

func (AiTensorsetShape) Build

func (c AiTensorsetShape) Build() Completed

func (AiTensorsetShape) Shape

func (c AiTensorsetShape) Shape(shape ...int64) AiTensorsetShape

func (AiTensorsetShape) Values

func (c AiTensorsetShape) Values(value ...string) AiTensorsetValues

type AiTensorsetTypeBool

type AiTensorsetTypeBool Completed

func (AiTensorsetTypeBool) Shape

func (c AiTensorsetTypeBool) Shape(shape ...int64) AiTensorsetShape

type AiTensorsetTypeDouble

type AiTensorsetTypeDouble Completed

func (AiTensorsetTypeDouble) Shape

func (c AiTensorsetTypeDouble) Shape(shape ...int64) AiTensorsetShape

type AiTensorsetTypeFloat

type AiTensorsetTypeFloat Completed

func (AiTensorsetTypeFloat) Shape

func (c AiTensorsetTypeFloat) Shape(shape ...int64) AiTensorsetShape

type AiTensorsetTypeInt16

type AiTensorsetTypeInt16 Completed

func (AiTensorsetTypeInt16) Shape

func (c AiTensorsetTypeInt16) Shape(shape ...int64) AiTensorsetShape

type AiTensorsetTypeInt32

type AiTensorsetTypeInt32 Completed

func (AiTensorsetTypeInt32) Shape

func (c AiTensorsetTypeInt32) Shape(shape ...int64) AiTensorsetShape

type AiTensorsetTypeInt64

type AiTensorsetTypeInt64 Completed

func (AiTensorsetTypeInt64) Shape

func (c AiTensorsetTypeInt64) Shape(shape ...int64) AiTensorsetShape

type AiTensorsetTypeInt8

type AiTensorsetTypeInt8 Completed

func (AiTensorsetTypeInt8) Shape

func (c AiTensorsetTypeInt8) Shape(shape ...int64) AiTensorsetShape

type AiTensorsetTypeString

type AiTensorsetTypeString Completed

func (AiTensorsetTypeString) Shape

func (c AiTensorsetTypeString) Shape(shape ...int64) AiTensorsetShape

type AiTensorsetTypeUint16

type AiTensorsetTypeUint16 Completed

func (AiTensorsetTypeUint16) Shape

func (c AiTensorsetTypeUint16) Shape(shape ...int64) AiTensorsetShape

type AiTensorsetTypeUint8

type AiTensorsetTypeUint8 Completed

func (AiTensorsetTypeUint8) Shape

func (c AiTensorsetTypeUint8) Shape(shape ...int64) AiTensorsetShape

type AiTensorsetValues

type AiTensorsetValues Completed

func (AiTensorsetValues) Build

func (c AiTensorsetValues) Build() Completed

func (AiTensorsetValues) Values

func (c AiTensorsetValues) Values(value ...string) AiTensorsetValues

type Append

type Append Completed

func (Append) Key

func (c Append) Key(key string) AppendKey

type AppendKey

type AppendKey Completed

func (AppendKey) Value

func (c AppendKey) Value(value string) AppendValue

type AppendValue

type AppendValue Completed

func (AppendValue) Build

func (c AppendValue) Build() Completed

type Arbitrary

type Arbitrary Completed

Arbitrary allows user to build an arbitrary redis command with Builder.Arbitrary

func (Arbitrary) Args

func (c Arbitrary) Args(args ...string) Arbitrary

Args is used to construct non-key parts of the command.

func (Arbitrary) Blocking

func (c Arbitrary) Blocking() Completed

Blocking is used to complete constructing a command and mark it as blocking command. Blocking command will occupy a connection from a separated connection pool.

func (Arbitrary) Build

func (c Arbitrary) Build() Completed

Build is used to complete constructing a command

func (Arbitrary) IsZero

func (c Arbitrary) IsZero() bool

IsZero is used to test if Arbitrary is initialized

func (Arbitrary) Keys

func (c Arbitrary) Keys(keys ...string) Arbitrary

Keys calculate which key slot the command belongs to. Users must use Keys to construct the key part of the command, otherwise the command will not be sent to correct redis node.

func (Arbitrary) MultiGet

func (c Arbitrary) MultiGet() Completed

MultiGet is used to complete constructing a command and mark it as mtGetTag command.

func (Arbitrary) ReadOnly

func (c Arbitrary) ReadOnly() Completed

ReadOnly is used to complete constructing a command and mark it as readonly command. ReadOnly will be retried under network issues.

type Asking

type Asking Completed

func (Asking) Build

func (c Asking) Build() Completed

type Auth

type Auth Completed

func (Auth) Password

func (c Auth) Password(password string) AuthPassword

func (Auth) Username

func (c Auth) Username(username string) AuthUsername

type AuthPassword

type AuthPassword Completed

func (AuthPassword) Build

func (c AuthPassword) Build() Completed

type AuthUsername

type AuthUsername Completed

func (AuthUsername) Password

func (c AuthUsername) Password(password string) AuthPassword

type BfAdd

type BfAdd Completed

func (BfAdd) Key

func (c BfAdd) Key(key string) BfAddKey

type BfAddItem

type BfAddItem Completed

func (BfAddItem) Build

func (c BfAddItem) Build() Completed

type BfAddKey

type BfAddKey Completed

func (BfAddKey) Item

func (c BfAddKey) Item(item string) BfAddItem

type BfExists

type BfExists Completed

func (BfExists) Key

func (c BfExists) Key(key string) BfExistsKey

type BfExistsItem

type BfExistsItem Completed

func (BfExistsItem) Build

func (c BfExistsItem) Build() Completed

func (BfExistsItem) Cache

func (c BfExistsItem) Cache() Cacheable

type BfExistsKey

type BfExistsKey Completed

func (BfExistsKey) Item

func (c BfExistsKey) Item(item string) BfExistsItem

type BfInfo

type BfInfo Completed

func (BfInfo) Key

func (c BfInfo) Key(key string) BfInfoKey

type BfInfoKey

type BfInfoKey Completed

func (BfInfoKey) Build

func (c BfInfoKey) Build() Completed

func (BfInfoKey) Cache

func (c BfInfoKey) Cache() Cacheable

func (BfInfoKey) Capacity

func (c BfInfoKey) Capacity() BfInfoSingleValueCapacity

func (BfInfoKey) Expansion

func (c BfInfoKey) Expansion() BfInfoSingleValueExpansion

func (BfInfoKey) Filters

func (c BfInfoKey) Filters() BfInfoSingleValueFilters

func (BfInfoKey) Items

func (BfInfoKey) Size

type BfInfoSingleValueCapacity

type BfInfoSingleValueCapacity Completed

func (BfInfoSingleValueCapacity) Build

func (BfInfoSingleValueCapacity) Cache

type BfInfoSingleValueExpansion

type BfInfoSingleValueExpansion Completed

func (BfInfoSingleValueExpansion) Build

func (BfInfoSingleValueExpansion) Cache

type BfInfoSingleValueFilters

type BfInfoSingleValueFilters Completed

func (BfInfoSingleValueFilters) Build

func (BfInfoSingleValueFilters) Cache

type BfInfoSingleValueItems

type BfInfoSingleValueItems Completed

func (BfInfoSingleValueItems) Build

func (BfInfoSingleValueItems) Cache

type BfInfoSingleValueSize

type BfInfoSingleValueSize Completed

func (BfInfoSingleValueSize) Build

func (c BfInfoSingleValueSize) Build() Completed

func (BfInfoSingleValueSize) Cache

func (c BfInfoSingleValueSize) Cache() Cacheable

type BfInsert

type BfInsert Completed

func (BfInsert) Key

func (c BfInsert) Key(key string) BfInsertKey

type BfInsertCapacity

type BfInsertCapacity Completed

func (BfInsertCapacity) Error

func (c BfInsertCapacity) Error(error float64) BfInsertError

func (BfInsertCapacity) Expansion

func (c BfInsertCapacity) Expansion(expansion int64) BfInsertExpansion

func (BfInsertCapacity) Items

func (c BfInsertCapacity) Items() BfInsertItems

func (BfInsertCapacity) Nocreate

func (c BfInsertCapacity) Nocreate() BfInsertNocreate

func (BfInsertCapacity) Nonscaling

func (c BfInsertCapacity) Nonscaling() BfInsertNonscaling

type BfInsertError

type BfInsertError Completed

func (BfInsertError) Expansion

func (c BfInsertError) Expansion(expansion int64) BfInsertExpansion

func (BfInsertError) Items

func (c BfInsertError) Items() BfInsertItems

func (BfInsertError) Nocreate

func (c BfInsertError) Nocreate() BfInsertNocreate

func (BfInsertError) Nonscaling

func (c BfInsertError) Nonscaling() BfInsertNonscaling

type BfInsertExpansion

type BfInsertExpansion Completed

func (BfInsertExpansion) Items

func (c BfInsertExpansion) Items() BfInsertItems

func (BfInsertExpansion) Nocreate

func (c BfInsertExpansion) Nocreate() BfInsertNocreate

func (BfInsertExpansion) Nonscaling

func (c BfInsertExpansion) Nonscaling() BfInsertNonscaling

type BfInsertItem

type BfInsertItem Completed

func (BfInsertItem) Build

func (c BfInsertItem) Build() Completed

func (BfInsertItem) Item

func (c BfInsertItem) Item(item ...string) BfInsertItem

type BfInsertItems

type BfInsertItems Completed

func (BfInsertItems) Item

func (c BfInsertItems) Item(item ...string) BfInsertItem

type BfInsertKey

type BfInsertKey Completed

func (BfInsertKey) Capacity

func (c BfInsertKey) Capacity(capacity int64) BfInsertCapacity

func (BfInsertKey) Error

func (c BfInsertKey) Error(error float64) BfInsertError

func (BfInsertKey) Expansion

func (c BfInsertKey) Expansion(expansion int64) BfInsertExpansion

func (BfInsertKey) Items

func (c BfInsertKey) Items() BfInsertItems

func (BfInsertKey) Nocreate

func (c BfInsertKey) Nocreate() BfInsertNocreate

func (BfInsertKey) Nonscaling

func (c BfInsertKey) Nonscaling() BfInsertNonscaling

type BfInsertNocreate

type BfInsertNocreate Completed

func (BfInsertNocreate) Items

func (c BfInsertNocreate) Items() BfInsertItems

func (BfInsertNocreate) Nonscaling

func (c BfInsertNocreate) Nonscaling() BfInsertNonscaling

type BfInsertNonscaling

type BfInsertNonscaling Completed

func (BfInsertNonscaling) Items

type BfLoadchunk

type BfLoadchunk Completed

func (BfLoadchunk) Key

func (c BfLoadchunk) Key(key string) BfLoadchunkKey

type BfLoadchunkData

type BfLoadchunkData Completed

func (BfLoadchunkData) Build

func (c BfLoadchunkData) Build() Completed

type BfLoadchunkIterator

type BfLoadchunkIterator Completed

func (BfLoadchunkIterator) Data

type BfLoadchunkKey

type BfLoadchunkKey Completed

func (BfLoadchunkKey) Iterator

func (c BfLoadchunkKey) Iterator(iterator int64) BfLoadchunkIterator

type BfMadd

type BfMadd Completed

func (BfMadd) Key

func (c BfMadd) Key(key string) BfMaddKey

type BfMaddItem

type BfMaddItem Completed

func (BfMaddItem) Build

func (c BfMaddItem) Build() Completed

func (BfMaddItem) Item

func (c BfMaddItem) Item(item ...string) BfMaddItem

type BfMaddKey

type BfMaddKey Completed

func (BfMaddKey) Item

func (c BfMaddKey) Item(item ...string) BfMaddItem

type BfMexists

type BfMexists Completed

func (BfMexists) Key

func (c BfMexists) Key(key string) BfMexistsKey

type BfMexistsItem

type BfMexistsItem Completed

func (BfMexistsItem) Build

func (c BfMexistsItem) Build() Completed

func (BfMexistsItem) Item

func (c BfMexistsItem) Item(item ...string) BfMexistsItem

type BfMexistsKey

type BfMexistsKey Completed

func (BfMexistsKey) Item

func (c BfMexistsKey) Item(item ...string) BfMexistsItem

type BfReserve

type BfReserve Completed

func (BfReserve) Key

func (c BfReserve) Key(key string) BfReserveKey

type BfReserveCapacity

type BfReserveCapacity Completed

func (BfReserveCapacity) Build

func (c BfReserveCapacity) Build() Completed

func (BfReserveCapacity) Expansion

func (c BfReserveCapacity) Expansion(expansion int64) BfReserveExpansion

func (BfReserveCapacity) Nonscaling

func (c BfReserveCapacity) Nonscaling() BfReserveNonscaling

type BfReserveErrorRate

type BfReserveErrorRate Completed

func (BfReserveErrorRate) Capacity

func (c BfReserveErrorRate) Capacity(capacity int64) BfReserveCapacity

type BfReserveExpansion

type BfReserveExpansion Completed

func (BfReserveExpansion) Build

func (c BfReserveExpansion) Build() Completed

func (BfReserveExpansion) Nonscaling

func (c BfReserveExpansion) Nonscaling() BfReserveNonscaling

type BfReserveKey

type BfReserveKey Completed

func (BfReserveKey) ErrorRate

func (c BfReserveKey) ErrorRate(errorRate float64) BfReserveErrorRate

type BfReserveNonscaling

type BfReserveNonscaling Completed

func (BfReserveNonscaling) Build

func (c BfReserveNonscaling) Build() Completed

type BfScandump

type BfScandump Completed

func (BfScandump) Key

func (c BfScandump) Key(key string) BfScandumpKey

type BfScandumpIterator

type BfScandumpIterator Completed

func (BfScandumpIterator) Build

func (c BfScandumpIterator) Build() Completed

type BfScandumpKey

type BfScandumpKey Completed

func (BfScandumpKey) Iterator

func (c BfScandumpKey) Iterator(iterator int64) BfScandumpIterator

type Bgrewriteaof

type Bgrewriteaof Completed

func (Bgrewriteaof) Build

func (c Bgrewriteaof) Build() Completed

type Bgsave

type Bgsave Completed

func (Bgsave) Build

func (c Bgsave) Build() Completed

func (Bgsave) Schedule

func (c Bgsave) Schedule() BgsaveSchedule

type BgsaveSchedule

type BgsaveSchedule Completed

func (BgsaveSchedule) Build

func (c BgsaveSchedule) Build() Completed

type Bitcount

type Bitcount Completed

func (Bitcount) Key

func (c Bitcount) Key(key string) BitcountKey

type BitcountIndexEnd

type BitcountIndexEnd Completed

func (BitcountIndexEnd) Bit

func (BitcountIndexEnd) Build

func (c BitcountIndexEnd) Build() Completed

func (BitcountIndexEnd) Byte

func (BitcountIndexEnd) Cache

func (c BitcountIndexEnd) Cache() Cacheable

type BitcountIndexIndexUnitBit

type BitcountIndexIndexUnitBit Completed

func (BitcountIndexIndexUnitBit) Build

func (BitcountIndexIndexUnitBit) Cache

type BitcountIndexIndexUnitByte

type BitcountIndexIndexUnitByte Completed

func (BitcountIndexIndexUnitByte) Build

func (BitcountIndexIndexUnitByte) Cache

type BitcountIndexStart

type BitcountIndexStart Completed

func (BitcountIndexStart) End

type BitcountKey

type BitcountKey Completed

func (BitcountKey) Build

func (c BitcountKey) Build() Completed

func (BitcountKey) Cache

func (c BitcountKey) Cache() Cacheable

func (BitcountKey) Start

func (c BitcountKey) Start(start int64) BitcountIndexStart

type Bitfield

type Bitfield Completed

func (Bitfield) Key

func (c Bitfield) Key(key string) BitfieldKey

type BitfieldKey

type BitfieldKey Completed

func (BitfieldKey) Get

func (c BitfieldKey) Get(encoding string, offset int64) BitfieldOperationGet

func (BitfieldKey) Incrby

func (c BitfieldKey) Incrby(encoding string, offset int64, increment int64) BitfieldOperationWriteSetIncrby

func (BitfieldKey) OverflowFail

func (BitfieldKey) OverflowSat

func (BitfieldKey) OverflowWrap

func (BitfieldKey) Set

func (c BitfieldKey) Set(encoding string, offset int64, value int64) BitfieldOperationWriteSetSet

type BitfieldOperationGet

type BitfieldOperationGet Completed

func (BitfieldOperationGet) Incrby

func (c BitfieldOperationGet) Incrby(encoding string, offset int64, increment int64) BitfieldOperationWriteSetIncrby

func (BitfieldOperationGet) OverflowFail

func (BitfieldOperationGet) OverflowSat

func (BitfieldOperationGet) OverflowWrap

func (BitfieldOperationGet) Set

func (c BitfieldOperationGet) Set(encoding string, offset int64, value int64) BitfieldOperationWriteSetSet

type BitfieldOperationWriteOverflowFail

type BitfieldOperationWriteOverflowFail Completed

func (BitfieldOperationWriteOverflowFail) Incrby

func (BitfieldOperationWriteOverflowFail) Set

type BitfieldOperationWriteOverflowSat

type BitfieldOperationWriteOverflowSat Completed

func (BitfieldOperationWriteOverflowSat) Incrby

func (BitfieldOperationWriteOverflowSat) Set

type BitfieldOperationWriteOverflowWrap

type BitfieldOperationWriteOverflowWrap Completed

func (BitfieldOperationWriteOverflowWrap) Incrby

func (BitfieldOperationWriteOverflowWrap) Set

type BitfieldOperationWriteSetIncrby

type BitfieldOperationWriteSetIncrby Completed

func (BitfieldOperationWriteSetIncrby) Build

func (BitfieldOperationWriteSetIncrby) Get

func (BitfieldOperationWriteSetIncrby) Incrby

func (BitfieldOperationWriteSetIncrby) OverflowFail

func (BitfieldOperationWriteSetIncrby) OverflowSat

func (BitfieldOperationWriteSetIncrby) OverflowWrap

func (BitfieldOperationWriteSetIncrby) Set

type BitfieldOperationWriteSetSet

type BitfieldOperationWriteSetSet Completed

func (BitfieldOperationWriteSetSet) Build

func (BitfieldOperationWriteSetSet) Get

func (BitfieldOperationWriteSetSet) Incrby

func (c BitfieldOperationWriteSetSet) Incrby(encoding string, offset int64, increment int64) BitfieldOperationWriteSetIncrby

func (BitfieldOperationWriteSetSet) OverflowFail

func (BitfieldOperationWriteSetSet) OverflowSat

func (BitfieldOperationWriteSetSet) OverflowWrap

func (BitfieldOperationWriteSetSet) Set

type BitfieldRo

type BitfieldRo Completed

func (BitfieldRo) Key

func (c BitfieldRo) Key(key string) BitfieldRoKey

type BitfieldRoGet

type BitfieldRoGet Completed

func (BitfieldRoGet) Build

func (c BitfieldRoGet) Build() Completed

func (BitfieldRoGet) Cache

func (c BitfieldRoGet) Cache() Cacheable

func (BitfieldRoGet) Get

func (c BitfieldRoGet) Get(encoding string, offset int64) BitfieldRoGet

type BitfieldRoKey

type BitfieldRoKey Completed

func (BitfieldRoKey) Get

func (c BitfieldRoKey) Get() BitfieldRoGet

type Bitop

type Bitop Completed

func (Bitop) Operation

func (c Bitop) Operation(operation string) BitopOperation

type BitopDestkey

type BitopDestkey Completed

func (BitopDestkey) Key

func (c BitopDestkey) Key(key ...string) BitopKey

type BitopKey

type BitopKey Completed

func (BitopKey) Build

func (c BitopKey) Build() Completed

func (BitopKey) Key

func (c BitopKey) Key(key ...string) BitopKey

type BitopOperation

type BitopOperation Completed

func (BitopOperation) Destkey

func (c BitopOperation) Destkey(destkey string) BitopDestkey

type Bitpos

type Bitpos Completed

func (Bitpos) Key

func (c Bitpos) Key(key string) BitposKey

type BitposBit

type BitposBit Completed

func (BitposBit) Build

func (c BitposBit) Build() Completed

func (BitposBit) Cache

func (c BitposBit) Cache() Cacheable

func (BitposBit) Start

func (c BitposBit) Start(start int64) BitposIndexStart

type BitposIndexEndIndexEnd

type BitposIndexEndIndexEnd Completed

func (BitposIndexEndIndexEnd) Bit

func (BitposIndexEndIndexEnd) Build

func (BitposIndexEndIndexEnd) Byte

func (BitposIndexEndIndexEnd) Cache

type BitposIndexEndIndexIndexUnitBit

type BitposIndexEndIndexIndexUnitBit Completed

func (BitposIndexEndIndexIndexUnitBit) Build

func (BitposIndexEndIndexIndexUnitBit) Cache

type BitposIndexEndIndexIndexUnitByte

type BitposIndexEndIndexIndexUnitByte Completed

func (BitposIndexEndIndexIndexUnitByte) Build

func (BitposIndexEndIndexIndexUnitByte) Cache

type BitposIndexStart

type BitposIndexStart Completed

func (BitposIndexStart) Build

func (c BitposIndexStart) Build() Completed

func (BitposIndexStart) Cache

func (c BitposIndexStart) Cache() Cacheable

func (BitposIndexStart) End

type BitposKey

type BitposKey Completed

func (BitposKey) Bit

func (c BitposKey) Bit(bit int64) BitposBit

type Blmove

type Blmove Completed

func (Blmove) Source

func (c Blmove) Source(source string) BlmoveSource

type BlmoveDestination

type BlmoveDestination Completed

func (BlmoveDestination) Left

func (BlmoveDestination) Right

type BlmoveSource

type BlmoveSource Completed

func (BlmoveSource) Destination

func (c BlmoveSource) Destination(destination string) BlmoveDestination

type BlmoveTimeout

type BlmoveTimeout Completed

func (BlmoveTimeout) Build

func (c BlmoveTimeout) Build() Completed

type BlmoveWherefromLeft

type BlmoveWherefromLeft Completed

func (BlmoveWherefromLeft) Left

func (BlmoveWherefromLeft) Right

type BlmoveWherefromRight

type BlmoveWherefromRight Completed

func (BlmoveWherefromRight) Left

func (BlmoveWherefromRight) Right

type BlmoveWheretoLeft

type BlmoveWheretoLeft Completed

func (BlmoveWheretoLeft) Timeout

func (c BlmoveWheretoLeft) Timeout(timeout float64) BlmoveTimeout

type BlmoveWheretoRight

type BlmoveWheretoRight Completed

func (BlmoveWheretoRight) Timeout

func (c BlmoveWheretoRight) Timeout(timeout float64) BlmoveTimeout

type Blmpop

type Blmpop Completed

func (Blmpop) Timeout

func (c Blmpop) Timeout(timeout float64) BlmpopTimeout

type BlmpopCount

type BlmpopCount Completed

func (BlmpopCount) Build

func (c BlmpopCount) Build() Completed

type BlmpopKey

type BlmpopKey Completed

func (BlmpopKey) Key

func (c BlmpopKey) Key(key ...string) BlmpopKey

func (BlmpopKey) Left

func (c BlmpopKey) Left() BlmpopWhereLeft

func (BlmpopKey) Right

func (c BlmpopKey) Right() BlmpopWhereRight

type BlmpopNumkeys

type BlmpopNumkeys Completed

func (BlmpopNumkeys) Key

func (c BlmpopNumkeys) Key(key ...string) BlmpopKey

type BlmpopTimeout

type BlmpopTimeout Completed

func (BlmpopTimeout) Numkeys

func (c BlmpopTimeout) Numkeys(numkeys int64) BlmpopNumkeys

type BlmpopWhereLeft

type BlmpopWhereLeft Completed

func (BlmpopWhereLeft) Build

func (c BlmpopWhereLeft) Build() Completed

func (BlmpopWhereLeft) Count

func (c BlmpopWhereLeft) Count(count int64) BlmpopCount

type BlmpopWhereRight

type BlmpopWhereRight Completed

func (BlmpopWhereRight) Build

func (c BlmpopWhereRight) Build() Completed

func (BlmpopWhereRight) Count

func (c BlmpopWhereRight) Count(count int64) BlmpopCount

type Blpop

type Blpop Completed

func (Blpop) Key

func (c Blpop) Key(key ...string) BlpopKey

type BlpopKey

type BlpopKey Completed

func (BlpopKey) Key

func (c BlpopKey) Key(key ...string) BlpopKey

func (BlpopKey) Timeout

func (c BlpopKey) Timeout(timeout float64) BlpopTimeout

type BlpopTimeout

type BlpopTimeout Completed

func (BlpopTimeout) Build

func (c BlpopTimeout) Build() Completed

type Brpop

type Brpop Completed

func (Brpop) Key

func (c Brpop) Key(key ...string) BrpopKey

type BrpopKey

type BrpopKey Completed

func (BrpopKey) Key

func (c BrpopKey) Key(key ...string) BrpopKey

func (BrpopKey) Timeout

func (c BrpopKey) Timeout(timeout float64) BrpopTimeout

type BrpopTimeout

type BrpopTimeout Completed

func (BrpopTimeout) Build

func (c BrpopTimeout) Build() Completed

type Brpoplpush

type Brpoplpush Completed

func (Brpoplpush) Source

func (c Brpoplpush) Source(source string) BrpoplpushSource

type BrpoplpushDestination

type BrpoplpushDestination Completed

func (BrpoplpushDestination) Timeout

func (c BrpoplpushDestination) Timeout(timeout float64) BrpoplpushTimeout

type BrpoplpushSource

type BrpoplpushSource Completed

func (BrpoplpushSource) Destination

func (c BrpoplpushSource) Destination(destination string) BrpoplpushDestination

type BrpoplpushTimeout

type BrpoplpushTimeout Completed

func (BrpoplpushTimeout) Build

func (c BrpoplpushTimeout) Build() Completed

type Builder

type Builder struct {
	// contains filtered or unexported fields
}

Builder builds commands by reusing CommandSlice from the sync.Pool

func NewBuilder

func NewBuilder(initSlot uint16) Builder

NewBuilder creates a Builder and initializes the internal sync.Pool

func (Builder) AclCat

func (b Builder) AclCat() (c AclCat)

func (Builder) AclDeluser

func (b Builder) AclDeluser() (c AclDeluser)

func (Builder) AclDryrun

func (b Builder) AclDryrun() (c AclDryrun)

func (Builder) AclGenpass

func (b Builder) AclGenpass() (c AclGenpass)

func (Builder) AclGetuser

func (b Builder) AclGetuser() (c AclGetuser)

func (Builder) AclHelp

func (b Builder) AclHelp() (c AclHelp)

func (Builder) AclList

func (b Builder) AclList() (c AclList)

func (Builder) AclLoad

func (b Builder) AclLoad() (c AclLoad)

func (Builder) AclLog

func (b Builder) AclLog() (c AclLog)

func (Builder) AclSave

func (b Builder) AclSave() (c AclSave)

func (Builder) AclSetuser

func (b Builder) AclSetuser() (c AclSetuser)

func (Builder) AclUsers

func (b Builder) AclUsers() (c AclUsers)

func (Builder) AclWhoami

func (b Builder) AclWhoami() (c AclWhoami)

func (Builder) AiModeldel

func (b Builder) AiModeldel() (c AiModeldel)

func (Builder) AiModelexecute

func (b Builder) AiModelexecute() (c AiModelexecute)

func (Builder) AiModelget

func (b Builder) AiModelget() (c AiModelget)

func (Builder) AiModelstore

func (b Builder) AiModelstore() (c AiModelstore)

func (Builder) AiScriptdel

func (b Builder) AiScriptdel() (c AiScriptdel)

func (Builder) AiScriptexecute

func (b Builder) AiScriptexecute() (c AiScriptexecute)

func (Builder) AiScriptget

func (b Builder) AiScriptget() (c AiScriptget)

func (Builder) AiScriptstore

func (b Builder) AiScriptstore() (c AiScriptstore)

func (Builder) AiTensorget

func (b Builder) AiTensorget() (c AiTensorget)

func (Builder) AiTensorset

func (b Builder) AiTensorset() (c AiTensorset)

func (Builder) Append

func (b Builder) Append() (c Append)

func (Builder) Arbitrary

func (b Builder) Arbitrary(token ...string) (c Arbitrary)

Arbitrary allows user to build an arbitrary redis command by following Arbitrary.Keys and Arbitrary.Args

func (Builder) Asking

func (b Builder) Asking() (c Asking)

func (Builder) Auth

func (b Builder) Auth() (c Auth)

func (Builder) BfAdd

func (b Builder) BfAdd() (c BfAdd)

func (Builder) BfExists

func (b Builder) BfExists() (c BfExists)

func (Builder) BfInfo

func (b Builder) BfInfo() (c BfInfo)

func (Builder) BfInsert

func (b Builder) BfInsert() (c BfInsert)

func (Builder) BfLoadchunk

func (b Builder) BfLoadchunk() (c BfLoadchunk)

func (Builder) BfMadd

func (b Builder) BfMadd() (c BfMadd)

func (Builder) BfMexists

func (b Builder) BfMexists() (c BfMexists)

func (Builder) BfReserve

func (b Builder) BfReserve() (c BfReserve)

func (Builder) BfScandump

func (b Builder) BfScandump() (c BfScandump)

func (Builder) Bgrewriteaof

func (b Builder) Bgrewriteaof() (c Bgrewriteaof)

func (Builder) Bgsave

func (b Builder) Bgsave() (c Bgsave)

func (Builder) Bitcount

func (b Builder) Bitcount() (c Bitcount)

func (Builder) Bitfield

func (b Builder) Bitfield() (c Bitfield)

func (Builder) BitfieldRo

func (b Builder) BitfieldRo() (c BitfieldRo)

func (Builder) Bitop

func (b Builder) Bitop() (c Bitop)

func (Builder) Bitpos

func (b Builder) Bitpos() (c Bitpos)

func (Builder) Blmove

func (b Builder) Blmove() (c Blmove)

func (Builder) Blmpop

func (b Builder) Blmpop() (c Blmpop)

func (Builder) Blpop

func (b Builder) Blpop() (c Blpop)

func (Builder) Brpop

func (b Builder) Brpop() (c Brpop)

func (Builder) Brpoplpush

func (b Builder) Brpoplpush() (c Brpoplpush)

func (Builder) Bzmpop

func (b Builder) Bzmpop() (c Bzmpop)

func (Builder) Bzpopmax

func (b Builder) Bzpopmax() (c Bzpopmax)

func (Builder) Bzpopmin

func (b Builder) Bzpopmin() (c Bzpopmin)

func (Builder) CfAdd

func (b Builder) CfAdd() (c CfAdd)

func (Builder) CfAddnx

func (b Builder) CfAddnx() (c CfAddnx)

func (Builder) CfCount

func (b Builder) CfCount() (c CfCount)

func (Builder) CfDel

func (b Builder) CfDel() (c CfDel)

func (Builder) CfExists

func (b Builder) CfExists() (c CfExists)

func (Builder) CfInfo

func (b Builder) CfInfo() (c CfInfo)

func (Builder) CfInsert

func (b Builder) CfInsert() (c CfInsert)

func (Builder) CfInsertnx

func (b Builder) CfInsertnx() (c CfInsertnx)

func (Builder) CfLoadchunk

func (b Builder) CfLoadchunk() (c CfLoadchunk)

func (Builder) CfMexists

func (b Builder) CfMexists() (c CfMexists)

func (Builder) CfReserve

func (b Builder) CfReserve() (c CfReserve)

func (Builder) CfScandump

func (b Builder) CfScandump() (c CfScandump)

func (Builder) ClientCaching

func (b Builder) ClientCaching() (c ClientCaching)

func (Builder) ClientGetname

func (b Builder) ClientGetname() (c ClientGetname)

func (Builder) ClientGetredir

func (b Builder) ClientGetredir() (c ClientGetredir)

func (Builder) ClientId

func (b Builder) ClientId() (c ClientId)

func (Builder) ClientInfo

func (b Builder) ClientInfo() (c ClientInfo)

func (Builder) ClientKill

func (b Builder) ClientKill() (c ClientKill)

func (Builder) ClientList

func (b Builder) ClientList() (c ClientList)

func (Builder) ClientNoEvict

func (b Builder) ClientNoEvict() (c ClientNoEvict)

func (Builder) ClientPause

func (b Builder) ClientPause() (c ClientPause)

func (Builder) ClientReply

func (b Builder) ClientReply() (c ClientReply)

func (Builder) ClientSetname

func (b Builder) ClientSetname() (c ClientSetname)

func (Builder) ClientTracking

func (b Builder) ClientTracking() (c ClientTracking)

func (Builder) ClientTrackinginfo

func (b Builder) ClientTrackinginfo() (c ClientTrackinginfo)

func (Builder) ClientUnblock

func (b Builder) ClientUnblock() (c ClientUnblock)

func (Builder) ClientUnpause

func (b Builder) ClientUnpause() (c ClientUnpause)

func (Builder) ClusterAddslots

func (b Builder) ClusterAddslots() (c ClusterAddslots)

func (Builder) ClusterAddslotsrange

func (b Builder) ClusterAddslotsrange() (c ClusterAddslotsrange)

func (Builder) ClusterBumpepoch

func (b Builder) ClusterBumpepoch() (c ClusterBumpepoch)

func (Builder) ClusterCountFailureReports

func (b Builder) ClusterCountFailureReports() (c ClusterCountFailureReports)

func (Builder) ClusterCountkeysinslot

func (b Builder) ClusterCountkeysinslot() (c ClusterCountkeysinslot)

func (Builder) ClusterDelslots

func (b Builder) ClusterDelslots() (c ClusterDelslots)

func (Builder) ClusterDelslotsrange

func (b Builder) ClusterDelslotsrange() (c ClusterDelslotsrange)

func (Builder) ClusterFailover

func (b Builder) ClusterFailover() (c ClusterFailover)

func (Builder) ClusterFlushslots

func (b Builder) ClusterFlushslots() (c ClusterFlushslots)

func (Builder) ClusterForget

func (b Builder) ClusterForget() (c ClusterForget)

func (Builder) ClusterGetkeysinslot

func (b Builder) ClusterGetkeysinslot() (c ClusterGetkeysinslot)

func (Builder) ClusterInfo

func (b Builder) ClusterInfo() (c ClusterInfo)

func (Builder) ClusterKeyslot

func (b Builder) ClusterKeyslot() (c ClusterKeyslot)
func (b Builder) ClusterLinks() (c ClusterLinks)

func (Builder) ClusterMeet

func (b Builder) ClusterMeet() (c ClusterMeet)

func (Builder) ClusterMyid

func (b Builder) ClusterMyid() (c ClusterMyid)

func (Builder) ClusterNodes

func (b Builder) ClusterNodes() (c ClusterNodes)

func (Builder) ClusterReplicas

func (b Builder) ClusterReplicas() (c ClusterReplicas)

func (Builder) ClusterReplicate

func (b Builder) ClusterReplicate() (c ClusterReplicate)

func (Builder) ClusterReset

func (b Builder) ClusterReset() (c ClusterReset)

func (Builder) ClusterSaveconfig

func (b Builder) ClusterSaveconfig() (c ClusterSaveconfig)

func (Builder) ClusterSetConfigEpoch

func (b Builder) ClusterSetConfigEpoch() (c ClusterSetConfigEpoch)

func (Builder) ClusterSetslot

func (b Builder) ClusterSetslot() (c ClusterSetslot)

func (Builder) ClusterShards

func (b Builder) ClusterShards() (c ClusterShards)

func (Builder) ClusterSlaves

func (b Builder) ClusterSlaves() (c ClusterSlaves)

func (Builder) ClusterSlots

func (b Builder) ClusterSlots() (c ClusterSlots)

func (Builder) CmsIncrby

func (b Builder) CmsIncrby() (c CmsIncrby)

func (Builder) CmsInfo

func (b Builder) CmsInfo() (c CmsInfo)

func (Builder) CmsInitbydim

func (b Builder) CmsInitbydim() (c CmsInitbydim)

func (Builder) CmsInitbyprob

func (b Builder) CmsInitbyprob() (c CmsInitbyprob)

func (Builder) CmsMerge

func (b Builder) CmsMerge() (c CmsMerge)

func (Builder) CmsQuery

func (b Builder) CmsQuery() (c CmsQuery)

func (Builder) Command

func (b Builder) Command() (c Command)

func (Builder) CommandCount

func (b Builder) CommandCount() (c CommandCount)

func (Builder) CommandDocs

func (b Builder) CommandDocs() (c CommandDocs)

func (Builder) CommandGetkeys

func (b Builder) CommandGetkeys() (c CommandGetkeys)

func (Builder) CommandGetkeysandflags

func (b Builder) CommandGetkeysandflags() (c CommandGetkeysandflags)

func (Builder) CommandInfo

func (b Builder) CommandInfo() (c CommandInfo)

func (Builder) CommandList

func (b Builder) CommandList() (c CommandList)

func (Builder) ConfigGet

func (b Builder) ConfigGet() (c ConfigGet)

func (Builder) ConfigResetstat

func (b Builder) ConfigResetstat() (c ConfigResetstat)

func (Builder) ConfigRewrite

func (b Builder) ConfigRewrite() (c ConfigRewrite)

func (Builder) ConfigSet

func (b Builder) ConfigSet() (c ConfigSet)

func (Builder) Copy

func (b Builder) Copy() (c Copy)

func (Builder) Dbsize

func (b Builder) Dbsize() (c Dbsize)

func (Builder) DebugObject

func (b Builder) DebugObject() (c DebugObject)

func (Builder) DebugSegfault

func (b Builder) DebugSegfault() (c DebugSegfault)

func (Builder) Decr

func (b Builder) Decr() (c Decr)

func (Builder) Decrby

func (b Builder) Decrby() (c Decrby)

func (Builder) Del

func (b Builder) Del() (c Del)

func (Builder) Discard

func (b Builder) Discard() (c Discard)

func (Builder) Dump

func (b Builder) Dump() (c Dump)

func (Builder) Echo

func (b Builder) Echo() (c Echo)

func (Builder) Eval

func (b Builder) Eval() (c Eval)

func (Builder) EvalRo

func (b Builder) EvalRo() (c EvalRo)

func (Builder) Evalsha

func (b Builder) Evalsha() (c Evalsha)

func (Builder) EvalshaRo

func (b Builder) EvalshaRo() (c EvalshaRo)

func (Builder) Exec

func (b Builder) Exec() (c Exec)

func (Builder) Exists

func (b Builder) Exists() (c Exists)

func (Builder) Expire

func (b Builder) Expire() (c Expire)

func (Builder) Expireat

func (b Builder) Expireat() (c Expireat)

func (Builder) Expiretime

func (b Builder) Expiretime() (c Expiretime)

func (Builder) Failover

func (b Builder) Failover() (c Failover)

func (Builder) Fcall

func (b Builder) Fcall() (c Fcall)

func (Builder) FcallRo

func (b Builder) FcallRo() (c FcallRo)

func (Builder) Flushall

func (b Builder) Flushall() (c Flushall)

func (Builder) Flushdb

func (b Builder) Flushdb() (c Flushdb)

func (Builder) FtAggregate

func (b Builder) FtAggregate() (c FtAggregate)

func (Builder) FtAliasadd

func (b Builder) FtAliasadd() (c FtAliasadd)

func (Builder) FtAliasdel

func (b Builder) FtAliasdel() (c FtAliasdel)

func (Builder) FtAliasupdate

func (b Builder) FtAliasupdate() (c FtAliasupdate)

func (Builder) FtAlter

func (b Builder) FtAlter() (c FtAlter)

func (Builder) FtConfigGet

func (b Builder) FtConfigGet() (c FtConfigGet)

func (Builder) FtConfigHelp

func (b Builder) FtConfigHelp() (c FtConfigHelp)

func (Builder) FtConfigSet

func (b Builder) FtConfigSet() (c FtConfigSet)

func (Builder) FtCreate

func (b Builder) FtCreate() (c FtCreate)

func (Builder) FtCursorDel

func (b Builder) FtCursorDel() (c FtCursorDel)

func (Builder) FtCursorRead

func (b Builder) FtCursorRead() (c FtCursorRead)

func (Builder) FtDictadd

func (b Builder) FtDictadd() (c FtDictadd)

func (Builder) FtDictdel

func (b Builder) FtDictdel() (c FtDictdel)

func (Builder) FtDictdump

func (b Builder) FtDictdump() (c FtDictdump)

func (Builder) FtDropindex

func (b Builder) FtDropindex() (c FtDropindex)

func (Builder) FtExplain

func (b Builder) FtExplain() (c FtExplain)

func (Builder) FtExplaincli

func (b Builder) FtExplaincli() (c FtExplaincli)

func (Builder) FtInfo

func (b Builder) FtInfo() (c FtInfo)

func (Builder) FtList

func (b Builder) FtList() (c FtList)

func (Builder) FtProfile

func (b Builder) FtProfile() (c FtProfile)

func (Builder) FtSearch

func (b Builder) FtSearch() (c FtSearch)

func (Builder) FtSpellcheck

func (b Builder) FtSpellcheck() (c FtSpellcheck)

func (Builder) FtSugadd

func (b Builder) FtSugadd() (c FtSugadd)

func (Builder) FtSugdel

func (b Builder) FtSugdel() (c FtSugdel)

func (Builder) FtSugget

func (b Builder) FtSugget() (c FtSugget)

func (Builder) FtSuglen

func (b Builder) FtSuglen() (c FtSuglen)

func (Builder) FtSyndump

func (b Builder) FtSyndump() (c FtSyndump)

func (Builder) FtSynupdate

func (b Builder) FtSynupdate() (c FtSynupdate)

func (Builder) FtTagvals

func (b Builder) FtTagvals() (c FtTagvals)

func (Builder) FunctionDelete

func (b Builder) FunctionDelete() (c FunctionDelete)

func (Builder) FunctionDump

func (b Builder) FunctionDump() (c FunctionDump)

func (Builder) FunctionFlush

func (b Builder) FunctionFlush() (c FunctionFlush)

func (Builder) FunctionHelp

func (b Builder) FunctionHelp() (c FunctionHelp)

func (Builder) FunctionKill

func (b Builder) FunctionKill() (c FunctionKill)

func (Builder) FunctionList

func (b Builder) FunctionList() (c FunctionList)

func (Builder) FunctionLoad

func (b Builder) FunctionLoad() (c FunctionLoad)

func (Builder) FunctionRestore

func (b Builder) FunctionRestore() (c FunctionRestore)

func (Builder) FunctionStats

func (b Builder) FunctionStats() (c FunctionStats)

func (Builder) Geoadd

func (b Builder) Geoadd() (c Geoadd)

func (Builder) Geodist

func (b Builder) Geodist() (c Geodist)

func (Builder) Geohash

func (b Builder) Geohash() (c Geohash)

func (Builder) Geopos

func (b Builder) Geopos() (c Geopos)

func (Builder) Georadius

func (b Builder) Georadius() (c Georadius)

func (Builder) GeoradiusRo

func (b Builder) GeoradiusRo() (c GeoradiusRo)

func (Builder) Georadiusbymember

func (b Builder) Georadiusbymember() (c Georadiusbymember)

func (Builder) GeoradiusbymemberRo

func (b Builder) GeoradiusbymemberRo() (c GeoradiusbymemberRo)

func (Builder) Geosearch

func (b Builder) Geosearch() (c Geosearch)

func (Builder) Geosearchstore

func (b Builder) Geosearchstore() (c Geosearchstore)

func (Builder) Get

func (b Builder) Get() (c Get)

func (Builder) Getbit

func (b Builder) Getbit() (c Getbit)

func (Builder) Getdel

func (b Builder) Getdel() (c Getdel)

func (Builder) Getex

func (b Builder) Getex() (c Getex)

func (Builder) Getrange

func (b Builder) Getrange() (c Getrange)

func (Builder) Getset

func (b Builder) Getset() (c Getset)

func (Builder) GraphConfigGet

func (b Builder) GraphConfigGet() (c GraphConfigGet)

func (Builder) GraphConfigSet

func (b Builder) GraphConfigSet() (c GraphConfigSet)

func (Builder) GraphDelete

func (b Builder) GraphDelete() (c GraphDelete)

func (Builder) GraphExplain

func (b Builder) GraphExplain() (c GraphExplain)

func (Builder) GraphList

func (b Builder) GraphList() (c GraphList)

func (Builder) GraphProfile

func (b Builder) GraphProfile() (c GraphProfile)

func (Builder) GraphQuery

func (b Builder) GraphQuery() (c GraphQuery)

func (Builder) GraphRoQuery

func (b Builder) GraphRoQuery() (c GraphRoQuery)

func (Builder) GraphSlowlog

func (b Builder) GraphSlowlog() (c GraphSlowlog)

func (Builder) Hdel

func (b Builder) Hdel() (c Hdel)

func (Builder) Hello

func (b Builder) Hello() (c Hello)

func (Builder) Hexists

func (b Builder) Hexists() (c Hexists)

func (Builder) Hget

func (b Builder) Hget() (c Hget)

func (Builder) Hgetall

func (b Builder) Hgetall() (c Hgetall)

func (Builder) Hincrby

func (b Builder) Hincrby() (c Hincrby)

func (Builder) Hincrbyfloat

func (b Builder) Hincrbyfloat() (c Hincrbyfloat)

func (Builder) Hkeys

func (b Builder) Hkeys() (c Hkeys)

func (Builder) Hlen

func (b Builder) Hlen() (c Hlen)

func (Builder) Hmget

func (b Builder) Hmget() (c Hmget)

func (Builder) Hmset

func (b Builder) Hmset() (c Hmset)

func (Builder) Hrandfield

func (b Builder) Hrandfield() (c Hrandfield)

func (Builder) Hscan

func (b Builder) Hscan() (c Hscan)

func (Builder) Hset

func (b Builder) Hset() (c Hset)

func (Builder) Hsetnx

func (b Builder) Hsetnx() (c Hsetnx)

func (Builder) Hstrlen

func (b Builder) Hstrlen() (c Hstrlen)

func (Builder) Hvals

func (b Builder) Hvals() (c Hvals)

func (Builder) Incr

func (b Builder) Incr() (c Incr)

func (Builder) Incrby

func (b Builder) Incrby() (c Incrby)

func (Builder) Incrbyfloat

func (b Builder) Incrbyfloat() (c Incrbyfloat)

func (Builder) Info

func (b Builder) Info() (c Info)

func (Builder) JsonArrappend

func (b Builder) JsonArrappend() (c JsonArrappend)

func (Builder) JsonArrindex

func (b Builder) JsonArrindex() (c JsonArrindex)

func (Builder) JsonArrinsert

func (b Builder) JsonArrinsert() (c JsonArrinsert)

func (Builder) JsonArrlen

func (b Builder) JsonArrlen() (c JsonArrlen)

func (Builder) JsonArrpop

func (b Builder) JsonArrpop() (c JsonArrpop)

func (Builder) JsonArrtrim

func (b Builder) JsonArrtrim() (c JsonArrtrim)

func (Builder) JsonClear

func (b Builder) JsonClear() (c JsonClear)

func (Builder) JsonDebugHelp

func (b Builder) JsonDebugHelp() (c JsonDebugHelp)

func (Builder) JsonDebugMemory

func (b Builder) JsonDebugMemory() (c JsonDebugMemory)

func (Builder) JsonDel

func (b Builder) JsonDel() (c JsonDel)

func (Builder) JsonForget

func (b Builder) JsonForget() (c JsonForget)

func (Builder) JsonGet

func (b Builder) JsonGet() (c JsonGet)

func (Builder) JsonMget

func (b Builder) JsonMget() (c JsonMget)

func (Builder) JsonNumincrby

func (b Builder) JsonNumincrby() (c JsonNumincrby)

func (Builder) JsonNummultby

func (b Builder) JsonNummultby() (c JsonNummultby)

func (Builder) JsonObjkeys

func (b Builder) JsonObjkeys() (c JsonObjkeys)

func (Builder) JsonObjlen

func (b Builder) JsonObjlen() (c JsonObjlen)

func (Builder) JsonResp

func (b Builder) JsonResp() (c JsonResp)

func (Builder) JsonSet

func (b Builder) JsonSet() (c JsonSet)

func (Builder) JsonStrappend

func (b Builder) JsonStrappend() (c JsonStrappend)

func (Builder) JsonStrlen

func (b Builder) JsonStrlen() (c JsonStrlen)

func (Builder) JsonToggle

func (b Builder) JsonToggle() (c JsonToggle)

func (Builder) JsonType

func (b Builder) JsonType() (c JsonType)

func (Builder) Keys

func (b Builder) Keys() (c Keys)

func (Builder) Lastsave

func (b Builder) Lastsave() (c Lastsave)

func (Builder) LatencyDoctor

func (b Builder) LatencyDoctor() (c LatencyDoctor)

func (Builder) LatencyGraph

func (b Builder) LatencyGraph() (c LatencyGraph)

func (Builder) LatencyHelp

func (b Builder) LatencyHelp() (c LatencyHelp)

func (Builder) LatencyHistogram

func (b Builder) LatencyHistogram() (c LatencyHistogram)

func (Builder) LatencyHistory

func (b Builder) LatencyHistory() (c LatencyHistory)

func (Builder) LatencyLatest

func (b Builder) LatencyLatest() (c LatencyLatest)

func (Builder) LatencyReset

func (b Builder) LatencyReset() (c LatencyReset)

func (Builder) Lcs

func (b Builder) Lcs() (c Lcs)

func (Builder) Lindex

func (b Builder) Lindex() (c Lindex)

func (Builder) Linsert

func (b Builder) Linsert() (c Linsert)

func (Builder) Llen

func (b Builder) Llen() (c Llen)

func (Builder) Lmove

func (b Builder) Lmove() (c Lmove)

func (Builder) Lmpop

func (b Builder) Lmpop() (c Lmpop)

func (Builder) Lolwut

func (b Builder) Lolwut() (c Lolwut)

func (Builder) Lpop

func (b Builder) Lpop() (c Lpop)

func (Builder) Lpos

func (b Builder) Lpos() (c Lpos)

func (Builder) Lpush

func (b Builder) Lpush() (c Lpush)

func (Builder) Lpushx

func (b Builder) Lpushx() (c Lpushx)

func (Builder) Lrange

func (b Builder) Lrange() (c Lrange)

func (Builder) Lrem

func (b Builder) Lrem() (c Lrem)

func (Builder) Lset

func (b Builder) Lset() (c Lset)

func (Builder) Ltrim

func (b Builder) Ltrim() (c Ltrim)

func (Builder) MemoryDoctor

func (b Builder) MemoryDoctor() (c MemoryDoctor)

func (Builder) MemoryHelp

func (b Builder) MemoryHelp() (c MemoryHelp)

func (Builder) MemoryMallocStats

func (b Builder) MemoryMallocStats() (c MemoryMallocStats)

func (Builder) MemoryPurge

func (b Builder) MemoryPurge() (c MemoryPurge)

func (Builder) MemoryStats

func (b Builder) MemoryStats() (c MemoryStats)

func (Builder) MemoryUsage

func (b Builder) MemoryUsage() (c MemoryUsage)

func (Builder) Mget

func (b Builder) Mget() (c Mget)

func (Builder) Migrate

func (b Builder) Migrate() (c Migrate)

func (Builder) ModuleList

func (b Builder) ModuleList() (c ModuleList)

func (Builder) ModuleLoad

func (b Builder) ModuleLoad() (c ModuleLoad)

func (Builder) ModuleLoadex

func (b Builder) ModuleLoadex() (c ModuleLoadex)

func (Builder) ModuleUnload

func (b Builder) ModuleUnload() (c ModuleUnload)

func (Builder) Monitor

func (b Builder) Monitor() (c Monitor)

func (Builder) Move

func (b Builder) Move() (c Move)

func (Builder) Mset

func (b Builder) Mset() (c Mset)

func (Builder) Msetnx

func (b Builder) Msetnx() (c Msetnx)

func (Builder) Multi

func (b Builder) Multi() (c Multi)

func (Builder) ObjectEncoding

func (b Builder) ObjectEncoding() (c ObjectEncoding)

func (Builder) ObjectFreq

func (b Builder) ObjectFreq() (c ObjectFreq)

func (Builder) ObjectHelp

func (b Builder) ObjectHelp() (c ObjectHelp)

func (Builder) ObjectIdletime

func (b Builder) ObjectIdletime() (c ObjectIdletime)

func (Builder) ObjectRefcount

func (b Builder) ObjectRefcount() (c ObjectRefcount)

func (Builder) Persist

func (b Builder) Persist() (c Persist)

func (Builder) Pexpire

func (b Builder) Pexpire() (c Pexpire)

func (Builder) Pexpireat

func (b Builder) Pexpireat() (c Pexpireat)

func (Builder) Pexpiretime

func (b Builder) Pexpiretime() (c Pexpiretime)

func (Builder) Pfadd

func (b Builder) Pfadd() (c Pfadd)

func (Builder) Pfcount

func (b Builder) Pfcount() (c Pfcount)

func (Builder) Pfmerge

func (b Builder) Pfmerge() (c Pfmerge)

func (Builder) Ping

func (b Builder) Ping() (c Ping)

func (Builder) Psetex

func (b Builder) Psetex() (c Psetex)

func (Builder) Psubscribe

func (b Builder) Psubscribe() (c Psubscribe)

func (Builder) Psync

func (b Builder) Psync() (c Psync)

func (Builder) Pttl

func (b Builder) Pttl() (c Pttl)

func (Builder) Publish

func (b Builder) Publish() (c Publish)

func (Builder) PubsubChannels

func (b Builder) PubsubChannels() (c PubsubChannels)

func (Builder) PubsubHelp

func (b Builder) PubsubHelp() (c PubsubHelp)

func (Builder) PubsubNumpat

func (b Builder) PubsubNumpat() (c PubsubNumpat)

func (Builder) PubsubNumsub

func (b Builder) PubsubNumsub() (c PubsubNumsub)

func (Builder) PubsubShardchannels

func (b Builder) PubsubShardchannels() (c PubsubShardchannels)

func (Builder) PubsubShardnumsub

func (b Builder) PubsubShardnumsub() (c PubsubShardnumsub)

func (Builder) Punsubscribe

func (b Builder) Punsubscribe() (c Punsubscribe)

func (Builder) Quit

func (b Builder) Quit() (c Quit)

func (Builder) Randomkey

func (b Builder) Randomkey() (c Randomkey)

func (Builder) Readonly

func (b Builder) Readonly() (c Readonly)

func (Builder) Readwrite

func (b Builder) Readwrite() (c Readwrite)

func (Builder) Rename

func (b Builder) Rename() (c Rename)

func (Builder) Renamenx

func (b Builder) Renamenx() (c Renamenx)

func (Builder) Replicaof

func (b Builder) Replicaof() (c Replicaof)

func (Builder) Reset

func (b Builder) Reset() (c Reset)

func (Builder) Restore

func (b Builder) Restore() (c Restore)

func (Builder) RgAbortexecution

func (b Builder) RgAbortexecution() (c RgAbortexecution)

func (Builder) RgConfigget

func (b Builder) RgConfigget() (c RgConfigget)

func (Builder) RgConfigset

func (b Builder) RgConfigset() (c RgConfigset)

func (Builder) RgDropexecution

func (b Builder) RgDropexecution() (c RgDropexecution)

func (Builder) RgDumpexecutions

func (b Builder) RgDumpexecutions() (c RgDumpexecutions)

func (Builder) RgDumpregistrations

func (b Builder) RgDumpregistrations() (c RgDumpregistrations)

func (Builder) RgGetexecution

func (b Builder) RgGetexecution() (c RgGetexecution)

func (Builder) RgGetresults

func (b Builder) RgGetresults() (c RgGetresults)

func (Builder) RgGetresultsblocking

func (b Builder) RgGetresultsblocking() (c RgGetresultsblocking)

func (Builder) RgInfocluster

func (b Builder) RgInfocluster() (c RgInfocluster)

func (Builder) RgPydumpreqs

func (b Builder) RgPydumpreqs() (c RgPydumpreqs)

func (Builder) RgPyexecute

func (b Builder) RgPyexecute() (c RgPyexecute)

func (Builder) RgPystats

func (b Builder) RgPystats() (c RgPystats)

func (Builder) RgRefreshcluster

func (b Builder) RgRefreshcluster() (c RgRefreshcluster)

func (Builder) RgTrigger

func (b Builder) RgTrigger() (c RgTrigger)

func (Builder) RgUnregister

func (b Builder) RgUnregister() (c RgUnregister)

func (Builder) Role

func (b Builder) Role() (c Role)

func (Builder) Rpop

func (b Builder) Rpop() (c Rpop)

func (Builder) Rpoplpush

func (b Builder) Rpoplpush() (c Rpoplpush)

func (Builder) Rpush

func (b Builder) Rpush() (c Rpush)

func (Builder) Rpushx

func (b Builder) Rpushx() (c Rpushx)

func (Builder) Sadd

func (b Builder) Sadd() (c Sadd)

func (Builder) Save

func (b Builder) Save() (c Save)

func (Builder) Scan

func (b Builder) Scan() (c Scan)

func (Builder) Scard

func (b Builder) Scard() (c Scard)

func (Builder) ScriptDebug

func (b Builder) ScriptDebug() (c ScriptDebug)

func (Builder) ScriptExists

func (b Builder) ScriptExists() (c ScriptExists)

func (Builder) ScriptFlush

func (b Builder) ScriptFlush() (c ScriptFlush)

func (Builder) ScriptKill

func (b Builder) ScriptKill() (c ScriptKill)

func (Builder) ScriptLoad

func (b Builder) ScriptLoad() (c ScriptLoad)

func (Builder) Sdiff

func (b Builder) Sdiff() (c Sdiff)

func (Builder) Sdiffstore

func (b Builder) Sdiffstore() (c Sdiffstore)

func (Builder) Select

func (b Builder) Select() (c Select)

func (Builder) SentinelFailover

func (b Builder) SentinelFailover() (c SentinelFailover)

func (Builder) SentinelGetMasterAddrByName

func (b Builder) SentinelGetMasterAddrByName() (c SentinelGetMasterAddrByName)

func (Builder) SentinelSentinels

func (b Builder) SentinelSentinels() (c SentinelSentinels)

func (Builder) Set

func (b Builder) Set() (c Set)

func (Builder) Setbit

func (b Builder) Setbit() (c Setbit)

func (Builder) Setex

func (b Builder) Setex() (c Setex)

func (Builder) Setnx

func (b Builder) Setnx() (c Setnx)

func (Builder) Setrange

func (b Builder) Setrange() (c Setrange)

func (Builder) Shutdown

func (b Builder) Shutdown() (c Shutdown)

func (Builder) Sinter

func (b Builder) Sinter() (c Sinter)

func (Builder) Sintercard

func (b Builder) Sintercard() (c Sintercard)

func (Builder) Sinterstore

func (b Builder) Sinterstore() (c Sinterstore)

func (Builder) Sismember

func (b Builder) Sismember() (c Sismember)

func (Builder) Slaveof

func (b Builder) Slaveof() (c Slaveof)

func (Builder) SlowlogGet

func (b Builder) SlowlogGet() (c SlowlogGet)

func (Builder) SlowlogHelp

func (b Builder) SlowlogHelp() (c SlowlogHelp)

func (Builder) SlowlogLen

func (b Builder) SlowlogLen() (c SlowlogLen)

func (Builder) SlowlogReset

func (b Builder) SlowlogReset() (c SlowlogReset)

func (Builder) Smembers

func (b Builder) Smembers() (c Smembers)

func (Builder) Smismember

func (b Builder) Smismember() (c Smismember)

func (Builder) Smove

func (b Builder) Smove() (c Smove)

func (Builder) Sort

func (b Builder) Sort() (c Sort)

func (Builder) SortRo

func (b Builder) SortRo() (c SortRo)

func (Builder) Spop

func (b Builder) Spop() (c Spop)

func (Builder) Spublish

func (b Builder) Spublish() (c Spublish)

func (Builder) Srandmember

func (b Builder) Srandmember() (c Srandmember)

func (Builder) Srem

func (b Builder) Srem() (c Srem)

func (Builder) Sscan

func (b Builder) Sscan() (c Sscan)

func (Builder) Ssubscribe

func (b Builder) Ssubscribe() (c Ssubscribe)

func (Builder) Strlen

func (b Builder) Strlen() (c Strlen)

func (Builder) Subscribe

func (b Builder) Subscribe() (c Subscribe)

func (Builder) Sunion

func (b Builder) Sunion() (c Sunion)

func (Builder) Sunionstore

func (b Builder) Sunionstore() (c Sunionstore)

func (Builder) Sunsubscribe

func (b Builder) Sunsubscribe() (c Sunsubscribe)

func (Builder) Swapdb

func (b Builder) Swapdb() (c Swapdb)

func (Builder) Sync

func (b Builder) Sync() (c Sync)

func (Builder) TdigestAdd

func (b Builder) TdigestAdd() (c TdigestAdd)

func (Builder) TdigestByrank

func (b Builder) TdigestByrank() (c TdigestByrank)

func (Builder) TdigestByrevrank

func (b Builder) TdigestByrevrank() (c TdigestByrevrank)

func (Builder) TdigestCdf

func (b Builder) TdigestCdf() (c TdigestCdf)

func (Builder) TdigestCreate

func (b Builder) TdigestCreate() (c TdigestCreate)

func (Builder) TdigestInfo

func (b Builder) TdigestInfo() (c TdigestInfo)

func (Builder) TdigestMax

func (b Builder) TdigestMax() (c TdigestMax)

func (Builder) TdigestMerge

func (b Builder) TdigestMerge() (c TdigestMerge)

func (Builder) TdigestMin

func (b Builder) TdigestMin() (c TdigestMin)

func (Builder) TdigestQuantile

func (b Builder) TdigestQuantile() (c TdigestQuantile)

func (Builder) TdigestRank

func (b Builder) TdigestRank() (c TdigestRank)

func (Builder) TdigestReset

func (b Builder) TdigestReset() (c TdigestReset)

func (Builder) TdigestRevrank

func (b Builder) TdigestRevrank() (c TdigestRevrank)

func (Builder) TdigestTrimmedMean

func (b Builder) TdigestTrimmedMean() (c TdigestTrimmedMean)

func (Builder) Time

func (b Builder) Time() (c Time)

func (Builder) TopkAdd

func (b Builder) TopkAdd() (c TopkAdd)

func (Builder) TopkCount

func (b Builder) TopkCount() (c TopkCount)

func (Builder) TopkIncrby

func (b Builder) TopkIncrby() (c TopkIncrby)

func (Builder) TopkInfo

func (b Builder) TopkInfo() (c TopkInfo)

func (Builder) TopkList

func (b Builder) TopkList() (c TopkList)

func (Builder) TopkQuery

func (b Builder) TopkQuery() (c TopkQuery)

func (Builder) TopkReserve

func (b Builder) TopkReserve() (c TopkReserve)

func (Builder) Touch

func (b Builder) Touch() (c Touch)

func (Builder) TsAdd

func (b Builder) TsAdd() (c TsAdd)

func (Builder) TsAlter

func (b Builder) TsAlter() (c TsAlter)

func (Builder) TsCreate

func (b Builder) TsCreate() (c TsCreate)

func (Builder) TsCreaterule

func (b Builder) TsCreaterule() (c TsCreaterule)

func (Builder) TsDecrby

func (b Builder) TsDecrby() (c TsDecrby)

func (Builder) TsDel

func (b Builder) TsDel() (c TsDel)

func (Builder) TsDeleterule

func (b Builder) TsDeleterule() (c TsDeleterule)

func (Builder) TsGet

func (b Builder) TsGet() (c TsGet)

func (Builder) TsIncrby

func (b Builder) TsIncrby() (c TsIncrby)

func (Builder) TsInfo

func (b Builder) TsInfo() (c TsInfo)

func (Builder) TsMadd

func (b Builder) TsMadd() (c TsMadd)

func (Builder) TsMget

func (b Builder) TsMget() (c TsMget)

func (Builder) TsMrange

func (b Builder) TsMrange() (c TsMrange)

func (Builder) TsMrevrange

func (b Builder) TsMrevrange() (c TsMrevrange)

func (Builder) TsQueryindex

func (b Builder) TsQueryindex() (c TsQueryindex)

func (Builder) TsRange

func (b Builder) TsRange() (c TsRange)

func (Builder) TsRevrange

func (b Builder) TsRevrange() (c TsRevrange)

func (Builder) Ttl

func (b Builder) Ttl() (c Ttl)

func (Builder) Type

func (b Builder) Type() (c Type)
func (b Builder) Unlink() (c Unlink)

func (Builder) Unsubscribe

func (b Builder) Unsubscribe() (c Unsubscribe)

func (Builder) Unwatch

func (b Builder) Unwatch() (c Unwatch)

func (Builder) Wait

func (b Builder) Wait() (c Wait)

func (Builder) Watch

func (b Builder) Watch() (c Watch)

func (Builder) Xack

func (b Builder) Xack() (c Xack)

func (Builder) Xadd

func (b Builder) Xadd() (c Xadd)

func (Builder) Xautoclaim

func (b Builder) Xautoclaim() (c Xautoclaim)

func (Builder) Xclaim

func (b Builder) Xclaim() (c Xclaim)

func (Builder) Xdel

func (b Builder) Xdel() (c Xdel)

func (Builder) XgroupCreate

func (b Builder) XgroupCreate() (c XgroupCreate)

func (Builder) XgroupCreateconsumer

func (b Builder) XgroupCreateconsumer() (c XgroupCreateconsumer)

func (Builder) XgroupDelconsumer

func (b Builder) XgroupDelconsumer() (c XgroupDelconsumer)

func (Builder) XgroupDestroy

func (b Builder) XgroupDestroy() (c XgroupDestroy)

func (Builder) XgroupHelp

func (b Builder) XgroupHelp() (c XgroupHelp)

func (Builder) XgroupSetid

func (b Builder) XgroupSetid() (c XgroupSetid)

func (Builder) XinfoConsumers

func (b Builder) XinfoConsumers() (c XinfoConsumers)

func (Builder) XinfoGroups

func (b Builder) XinfoGroups() (c XinfoGroups)

func (Builder) XinfoHelp

func (b Builder) XinfoHelp() (c XinfoHelp)

func (Builder) XinfoStream

func (b Builder) XinfoStream() (c XinfoStream)

func (Builder) Xlen

func (b Builder) Xlen() (c Xlen)

func (Builder) Xpending

func (b Builder) Xpending() (c Xpending)

func (Builder) Xrange

func (b Builder) Xrange() (c Xrange)

func (Builder) Xread

func (b Builder) Xread() (c Xread)

func (Builder) Xreadgroup

func (b Builder) Xreadgroup() (c Xreadgroup)

func (Builder) Xrevrange

func (b Builder) Xrevrange() (c Xrevrange)

func (Builder) Xsetid

func (b Builder) Xsetid() (c Xsetid)

func (Builder) Xtrim

func (b Builder) Xtrim() (c Xtrim)

func (Builder) Zadd

func (b Builder) Zadd() (c Zadd)

func (Builder) Zcard

func (b Builder) Zcard() (c Zcard)

func (Builder) Zcount

func (b Builder) Zcount() (c Zcount)

func (Builder) Zdiff

func (b Builder) Zdiff() (c Zdiff)

func (Builder) Zdiffstore

func (b Builder) Zdiffstore() (c Zdiffstore)

func (Builder) Zincrby

func (b Builder) Zincrby() (c Zincrby)

func (Builder) Zinter

func (b Builder) Zinter() (c Zinter)

func (Builder) Zintercard

func (b Builder) Zintercard() (c Zintercard)

func (Builder) Zinterstore

func (b Builder) Zinterstore() (c Zinterstore)

func (Builder) Zlexcount

func (b Builder) Zlexcount() (c Zlexcount)

func (Builder) Zmpop

func (b Builder) Zmpop() (c Zmpop)

func (Builder) Zmscore

func (b Builder) Zmscore() (c Zmscore)

func (Builder) Zpopmax

func (b Builder) Zpopmax() (c Zpopmax)

func (Builder) Zpopmin

func (b Builder) Zpopmin() (c Zpopmin)

func (Builder) Zrandmember

func (b Builder) Zrandmember() (c Zrandmember)

func (Builder) Zrange

func (b Builder) Zrange() (c Zrange)

func (Builder) Zrangebylex

func (b Builder) Zrangebylex() (c Zrangebylex)

func (Builder) Zrangebyscore

func (b Builder) Zrangebyscore() (c Zrangebyscore)

func (Builder) Zrangestore

func (b Builder) Zrangestore() (c Zrangestore)

func (Builder) Zrank

func (b Builder) Zrank() (c Zrank)

func (Builder) Zrem

func (b Builder) Zrem() (c Zrem)

func (Builder) Zremrangebylex

func (b Builder) Zremrangebylex() (c Zremrangebylex)

func (Builder) Zremrangebyrank

func (b Builder) Zremrangebyrank() (c Zremrangebyrank)

func (Builder) Zremrangebyscore

func (b Builder) Zremrangebyscore() (c Zremrangebyscore)

func (Builder) Zrevrange

func (b Builder) Zrevrange() (c Zrevrange)

func (Builder) Zrevrangebylex

func (b Builder) Zrevrangebylex() (c Zrevrangebylex)

func (Builder) Zrevrangebyscore

func (b Builder) Zrevrangebyscore() (c Zrevrangebyscore)

func (Builder) Zrevrank

func (b Builder) Zrevrank() (c Zrevrank)

func (Builder) Zscan

func (b Builder) Zscan() (c Zscan)

func (Builder) Zscore

func (b Builder) Zscore() (c Zscore)

func (Builder) Zunion

func (b Builder) Zunion() (c Zunion)

func (Builder) Zunionstore

func (b Builder) Zunionstore() (c Zunionstore)

type Bzmpop

type Bzmpop Completed

func (Bzmpop) Timeout

func (c Bzmpop) Timeout(timeout float64) BzmpopTimeout

type BzmpopCount

type BzmpopCount Completed

func (BzmpopCount) Build

func (c BzmpopCount) Build() Completed

type BzmpopKey

type BzmpopKey Completed

func (BzmpopKey) Key

func (c BzmpopKey) Key(key ...string) BzmpopKey

func (BzmpopKey) Max

func (c BzmpopKey) Max() BzmpopWhereMax

func (BzmpopKey) Min

func (c BzmpopKey) Min() BzmpopWhereMin

type BzmpopNumkeys

type BzmpopNumkeys Completed

func (BzmpopNumkeys) Key

func (c BzmpopNumkeys) Key(key ...string) BzmpopKey

type BzmpopTimeout

type BzmpopTimeout Completed

func (BzmpopTimeout) Numkeys

func (c BzmpopTimeout) Numkeys(numkeys int64) BzmpopNumkeys

type BzmpopWhereMax

type BzmpopWhereMax Completed

func (BzmpopWhereMax) Build

func (c BzmpopWhereMax) Build() Completed

func (BzmpopWhereMax) Count

func (c BzmpopWhereMax) Count(count int64) BzmpopCount

type BzmpopWhereMin

type BzmpopWhereMin Completed

func (BzmpopWhereMin) Build

func (c BzmpopWhereMin) Build() Completed

func (BzmpopWhereMin) Count

func (c BzmpopWhereMin) Count(count int64) BzmpopCount

type Bzpopmax

type Bzpopmax Completed

func (Bzpopmax) Key

func (c Bzpopmax) Key(key ...string) BzpopmaxKey

type BzpopmaxKey

type BzpopmaxKey Completed

func (BzpopmaxKey) Key

func (c BzpopmaxKey) Key(key ...string) BzpopmaxKey

func (BzpopmaxKey) Timeout

func (c BzpopmaxKey) Timeout(timeout float64) BzpopmaxTimeout

type BzpopmaxTimeout

type BzpopmaxTimeout Completed

func (BzpopmaxTimeout) Build

func (c BzpopmaxTimeout) Build() Completed

type Bzpopmin

type Bzpopmin Completed

func (Bzpopmin) Key

func (c Bzpopmin) Key(key ...string) BzpopminKey

type BzpopminKey

type BzpopminKey Completed

func (BzpopminKey) Key

func (c BzpopminKey) Key(key ...string) BzpopminKey

func (BzpopminKey) Timeout

func (c BzpopminKey) Timeout(timeout float64) BzpopminTimeout

type BzpopminTimeout

type BzpopminTimeout Completed

func (BzpopminTimeout) Build

func (c BzpopminTimeout) Build() Completed

type Cacheable

type Cacheable Completed

Cacheable represents a completed Redis command which supports server-assisted client side caching, and it should be created by the Cache() of command builder.

func (*Cacheable) CacheKey

func (c *Cacheable) CacheKey() (key, command string)

CacheKey returns the cache key used by the server-assisted client side caching

func (*Cacheable) CommandSlice

func (c *Cacheable) CommandSlice() *CommandSlice

CommandSlice returns the command container which will be recycled by the sync.Pool.

func (*Cacheable) Commands

func (c *Cacheable) Commands() []string

Commands returns the commands as []string. Note that the returned []string should not be modified and should not be read after passing into the Client interface, because it will be recycled.

func (*Cacheable) IsMGet

func (c *Cacheable) IsMGet() bool

IsMGet returns if the command is MGET

func (*Cacheable) MGetCacheCmd

func (c *Cacheable) MGetCacheCmd() string

MGetCacheCmd returns the cache command of the MGET singular command

func (*Cacheable) MGetCacheKey

func (c *Cacheable) MGetCacheKey(i int) string

MGetCacheKey returns the cache key of the MGET singular command

func (*Cacheable) Slot

func (c *Cacheable) Slot() uint16

Slot returns the command key slot

type CfAdd

type CfAdd Completed

func (CfAdd) Key

func (c CfAdd) Key(key string) CfAddKey

type CfAddItem

type CfAddItem Completed

func (CfAddItem) Build

func (c CfAddItem) Build() Completed

type CfAddKey

type CfAddKey Completed

func (CfAddKey) Item

func (c CfAddKey) Item(item string) CfAddItem

type CfAddnx

type CfAddnx Completed

func (CfAddnx) Key

func (c CfAddnx) Key(key string) CfAddnxKey

type CfAddnxItem

type CfAddnxItem Completed

func (CfAddnxItem) Build

func (c CfAddnxItem) Build() Completed

type CfAddnxKey

type CfAddnxKey Completed

func (CfAddnxKey) Item

func (c CfAddnxKey) Item(item string) CfAddnxItem

type CfCount

type CfCount Completed

func (CfCount) Key

func (c CfCount) Key(key string) CfCountKey

type CfCountItem

type CfCountItem Completed

func (CfCountItem) Build

func (c CfCountItem) Build() Completed

func (CfCountItem) Cache

func (c CfCountItem) Cache() Cacheable

type CfCountKey

type CfCountKey Completed

func (CfCountKey) Item

func (c CfCountKey) Item(item string) CfCountItem

type CfDel

type CfDel Completed

func (CfDel) Key

func (c CfDel) Key(key string) CfDelKey

type CfDelItem

type CfDelItem Completed

func (CfDelItem) Build

func (c CfDelItem) Build() Completed

type CfDelKey

type CfDelKey Completed

func (CfDelKey) Item

func (c CfDelKey) Item(item string) CfDelItem

type CfExists

type CfExists Completed

func (CfExists) Key

func (c CfExists) Key(key string) CfExistsKey

type CfExistsItem

type CfExistsItem Completed

func (CfExistsItem) Build

func (c CfExistsItem) Build() Completed

func (CfExistsItem) Cache

func (c CfExistsItem) Cache() Cacheable

type CfExistsKey

type CfExistsKey Completed

func (CfExistsKey) Item

func (c CfExistsKey) Item(item string) CfExistsItem

type CfInfo

type CfInfo Completed

func (CfInfo) Key

func (c CfInfo) Key(key string) CfInfoKey

type CfInfoKey

type CfInfoKey Completed

func (CfInfoKey) Build

func (c CfInfoKey) Build() Completed

func (CfInfoKey) Cache

func (c CfInfoKey) Cache() Cacheable

type CfInsert

type CfInsert Completed

func (CfInsert) Key

func (c CfInsert) Key(key string) CfInsertKey

type CfInsertCapacity

type CfInsertCapacity Completed

func (CfInsertCapacity) Items

func (c CfInsertCapacity) Items() CfInsertItems

func (CfInsertCapacity) Nocreate

func (c CfInsertCapacity) Nocreate() CfInsertNocreate

type CfInsertItem

type CfInsertItem Completed

func (CfInsertItem) Build

func (c CfInsertItem) Build() Completed

func (CfInsertItem) Item

func (c CfInsertItem) Item(item ...string) CfInsertItem

type CfInsertItems

type CfInsertItems Completed

func (CfInsertItems) Item

func (c CfInsertItems) Item(item ...string) CfInsertItem

type CfInsertKey

type CfInsertKey Completed

func (CfInsertKey) Capacity

func (c CfInsertKey) Capacity(capacity int64) CfInsertCapacity

func (CfInsertKey) Items

func (c CfInsertKey) Items() CfInsertItems

func (CfInsertKey) Nocreate

func (c CfInsertKey) Nocreate() CfInsertNocreate

type CfInsertNocreate

type CfInsertNocreate Completed

func (CfInsertNocreate) Items

func (c CfInsertNocreate) Items() CfInsertItems

type CfInsertnx

type CfInsertnx Completed

func (CfInsertnx) Key

func (c CfInsertnx) Key(key string) CfInsertnxKey

type CfInsertnxCapacity

type CfInsertnxCapacity Completed

func (CfInsertnxCapacity) Items

func (CfInsertnxCapacity) Nocreate

type CfInsertnxItem

type CfInsertnxItem Completed

func (CfInsertnxItem) Build

func (c CfInsertnxItem) Build() Completed

func (CfInsertnxItem) Item

func (c CfInsertnxItem) Item(item ...string) CfInsertnxItem

type CfInsertnxItems

type CfInsertnxItems Completed

func (CfInsertnxItems) Item

func (c CfInsertnxItems) Item(item ...string) CfInsertnxItem

type CfInsertnxKey

type CfInsertnxKey Completed

func (CfInsertnxKey) Capacity

func (c CfInsertnxKey) Capacity(capacity int64) CfInsertnxCapacity

func (CfInsertnxKey) Items

func (c CfInsertnxKey) Items() CfInsertnxItems

func (CfInsertnxKey) Nocreate

func (c CfInsertnxKey) Nocreate() CfInsertnxNocreate

type CfInsertnxNocreate

type CfInsertnxNocreate Completed

func (CfInsertnxNocreate) Items

type CfLoadchunk

type CfLoadchunk Completed

func (CfLoadchunk) Key

func (c CfLoadchunk) Key(key string) CfLoadchunkKey

type CfLoadchunkData

type CfLoadchunkData Completed

func (CfLoadchunkData) Build

func (c CfLoadchunkData) Build() Completed

type CfLoadchunkIterator

type CfLoadchunkIterator Completed

func (CfLoadchunkIterator) Data

type CfLoadchunkKey

type CfLoadchunkKey Completed

func (CfLoadchunkKey) Iterator

func (c CfLoadchunkKey) Iterator(iterator int64) CfLoadchunkIterator

type CfMexists

type CfMexists Completed

func (CfMexists) Key

func (c CfMexists) Key(key string) CfMexistsKey

type CfMexistsItem

type CfMexistsItem Completed

func (CfMexistsItem) Build

func (c CfMexistsItem) Build() Completed

func (CfMexistsItem) Item

func (c CfMexistsItem) Item(item ...string) CfMexistsItem

type CfMexistsKey

type CfMexistsKey Completed

func (CfMexistsKey) Item

func (c CfMexistsKey) Item(item ...string) CfMexistsItem

type CfReserve

type CfReserve Completed

func (CfReserve) Key

func (c CfReserve) Key(key string) CfReserveKey

type CfReserveBucketsize

type CfReserveBucketsize Completed

func (CfReserveBucketsize) Build

func (c CfReserveBucketsize) Build() Completed

func (CfReserveBucketsize) Expansion

func (c CfReserveBucketsize) Expansion(expansion int64) CfReserveExpansion

func (CfReserveBucketsize) Maxiterations

func (c CfReserveBucketsize) Maxiterations(maxiterations int64) CfReserveMaxiterations

type CfReserveCapacity

type CfReserveCapacity Completed

func (CfReserveCapacity) Bucketsize

func (c CfReserveCapacity) Bucketsize(bucketsize int64) CfReserveBucketsize

func (CfReserveCapacity) Build

func (c CfReserveCapacity) Build() Completed

func (CfReserveCapacity) Expansion

func (c CfReserveCapacity) Expansion(expansion int64) CfReserveExpansion

func (CfReserveCapacity) Maxiterations

func (c CfReserveCapacity) Maxiterations(maxiterations int64) CfReserveMaxiterations

type CfReserveExpansion

type CfReserveExpansion Completed

func (CfReserveExpansion) Build

func (c CfReserveExpansion) Build() Completed

type CfReserveKey

type CfReserveKey Completed

func (CfReserveKey) Capacity

func (c CfReserveKey) Capacity(capacity int64) CfReserveCapacity

type CfReserveMaxiterations

type CfReserveMaxiterations Completed

func (CfReserveMaxiterations) Build

func (CfReserveMaxiterations) Expansion

func (c CfReserveMaxiterations) Expansion(expansion int64) CfReserveExpansion

type CfScandump

type CfScandump Completed

func (CfScandump) Key

func (c CfScandump) Key(key string) CfScandumpKey

type CfScandumpIterator

type CfScandumpIterator Completed

func (CfScandumpIterator) Build

func (c CfScandumpIterator) Build() Completed

type CfScandumpKey

type CfScandumpKey Completed

func (CfScandumpKey) Iterator

func (c CfScandumpKey) Iterator(iterator int64) CfScandumpIterator

type ClientCaching

type ClientCaching Completed

func (ClientCaching) No

func (ClientCaching) Yes

type ClientCachingModeNo

type ClientCachingModeNo Completed

func (ClientCachingModeNo) Build

func (c ClientCachingModeNo) Build() Completed

type ClientCachingModeYes

type ClientCachingModeYes Completed

func (ClientCachingModeYes) Build

func (c ClientCachingModeYes) Build() Completed

type ClientGetname

type ClientGetname Completed

func (ClientGetname) Build

func (c ClientGetname) Build() Completed

type ClientGetredir

type ClientGetredir Completed

func (ClientGetredir) Build

func (c ClientGetredir) Build() Completed

type ClientId

type ClientId Completed

func (ClientId) Build

func (c ClientId) Build() Completed

type ClientInfo

type ClientInfo Completed

func (ClientInfo) Build

func (c ClientInfo) Build() Completed

type ClientKill

type ClientKill Completed

func (ClientKill) Addr

func (c ClientKill) Addr(ipPort string) ClientKillAddr

func (ClientKill) Build

func (c ClientKill) Build() Completed

func (ClientKill) Id

func (c ClientKill) Id(clientId int64) ClientKillId

func (ClientKill) IpPort

func (c ClientKill) IpPort(ipPort string) ClientKillIpPort

func (ClientKill) Laddr

func (c ClientKill) Laddr(ipPort string) ClientKillLaddr

func (ClientKill) Skipme

func (c ClientKill) Skipme(yesNo string) ClientKillSkipme

func (ClientKill) TypeMaster

func (c ClientKill) TypeMaster() ClientKillTypeMaster

func (ClientKill) TypeNormal

func (c ClientKill) TypeNormal() ClientKillTypeNormal

func (ClientKill) TypePubsub

func (c ClientKill) TypePubsub() ClientKillTypePubsub

func (ClientKill) TypeReplica

func (c ClientKill) TypeReplica() ClientKillTypeReplica

func (ClientKill) User

func (c ClientKill) User(username string) ClientKillUser

type ClientKillAddr

type ClientKillAddr Completed

func (ClientKillAddr) Build

func (c ClientKillAddr) Build() Completed

func (ClientKillAddr) Laddr

func (c ClientKillAddr) Laddr(ipPort string) ClientKillLaddr

func (ClientKillAddr) Skipme

func (c ClientKillAddr) Skipme(yesNo string) ClientKillSkipme

type ClientKillId

type ClientKillId Completed

func (ClientKillId) Addr

func (c ClientKillId) Addr(ipPort string) ClientKillAddr

func (ClientKillId) Build

func (c ClientKillId) Build() Completed

func (ClientKillId) Laddr

func (c ClientKillId) Laddr(ipPort string) ClientKillLaddr

func (ClientKillId) Skipme

func (c ClientKillId) Skipme(yesNo string) ClientKillSkipme

func (ClientKillId) TypeMaster

func (c ClientKillId) TypeMaster() ClientKillTypeMaster

func (ClientKillId) TypeNormal

func (c ClientKillId) TypeNormal() ClientKillTypeNormal

func (ClientKillId) TypePubsub

func (c ClientKillId) TypePubsub() ClientKillTypePubsub

func (ClientKillId) TypeReplica

func (c ClientKillId) TypeReplica() ClientKillTypeReplica

func (ClientKillId) User

func (c ClientKillId) User(username string) ClientKillUser

type ClientKillIpPort

type ClientKillIpPort Completed

func (ClientKillIpPort) Addr

func (c ClientKillIpPort) Addr(ipPort string) ClientKillAddr

func (ClientKillIpPort) Build

func (c ClientKillIpPort) Build() Completed

func (ClientKillIpPort) Id

func (c ClientKillIpPort) Id(clientId int64) ClientKillId

func (ClientKillIpPort) Laddr

func (c ClientKillIpPort) Laddr(ipPort string) ClientKillLaddr

func (ClientKillIpPort) Skipme

func (c ClientKillIpPort) Skipme(yesNo string) ClientKillSkipme

func (ClientKillIpPort) TypeMaster

func (c ClientKillIpPort) TypeMaster() ClientKillTypeMaster

func (ClientKillIpPort) TypeNormal

func (c ClientKillIpPort) TypeNormal() ClientKillTypeNormal

func (ClientKillIpPort) TypePubsub

func (c ClientKillIpPort) TypePubsub() ClientKillTypePubsub

func (ClientKillIpPort) TypeReplica

func (c ClientKillIpPort) TypeReplica() ClientKillTypeReplica

func (ClientKillIpPort) User

func (c ClientKillIpPort) User(username string) ClientKillUser

type ClientKillLaddr

type ClientKillLaddr Completed

func (ClientKillLaddr) Build

func (c ClientKillLaddr) Build() Completed

func (ClientKillLaddr) Skipme

func (c ClientKillLaddr) Skipme(yesNo string) ClientKillSkipme

type ClientKillSkipme

type ClientKillSkipme Completed

func (ClientKillSkipme) Build

func (c ClientKillSkipme) Build() Completed

type ClientKillTypeMaster

type ClientKillTypeMaster Completed

func (ClientKillTypeMaster) Addr

func (ClientKillTypeMaster) Build

func (c ClientKillTypeMaster) Build() Completed

func (ClientKillTypeMaster) Laddr

func (ClientKillTypeMaster) Skipme

func (ClientKillTypeMaster) User

func (c ClientKillTypeMaster) User(username string) ClientKillUser

type ClientKillTypeNormal

type ClientKillTypeNormal Completed

func (ClientKillTypeNormal) Addr

func (ClientKillTypeNormal) Build

func (c ClientKillTypeNormal) Build() Completed

func (ClientKillTypeNormal) Laddr

func (ClientKillTypeNormal) Skipme

func (ClientKillTypeNormal) User

func (c ClientKillTypeNormal) User(username string) ClientKillUser

type ClientKillTypePubsub

type ClientKillTypePubsub Completed

func (ClientKillTypePubsub) Addr

func (ClientKillTypePubsub) Build

func (c ClientKillTypePubsub) Build() Completed

func (ClientKillTypePubsub) Laddr

func (ClientKillTypePubsub) Skipme

func (ClientKillTypePubsub) User

func (c ClientKillTypePubsub) User(username string) ClientKillUser

type ClientKillTypeReplica

type ClientKillTypeReplica Completed

func (ClientKillTypeReplica) Addr

func (ClientKillTypeReplica) Build

func (c ClientKillTypeReplica) Build() Completed

func (ClientKillTypeReplica) Laddr

func (ClientKillTypeReplica) Skipme

func (ClientKillTypeReplica) User

func (c ClientKillTypeReplica) User(username string) ClientKillUser

type ClientKillUser

type ClientKillUser Completed

func (ClientKillUser) Addr

func (c ClientKillUser) Addr(ipPort string) ClientKillAddr

func (ClientKillUser) Build

func (c ClientKillUser) Build() Completed

func (ClientKillUser) Laddr

func (c ClientKillUser) Laddr(ipPort string) ClientKillLaddr

func (ClientKillUser) Skipme

func (c ClientKillUser) Skipme(yesNo string) ClientKillSkipme

type ClientList

type ClientList Completed

func (ClientList) Build

func (c ClientList) Build() Completed

func (ClientList) Id

func (c ClientList) Id() ClientListIdId

func (ClientList) TypeMaster

func (c ClientList) TypeMaster() ClientListTypeMaster

func (ClientList) TypeNormal

func (c ClientList) TypeNormal() ClientListTypeNormal

func (ClientList) TypePubsub

func (c ClientList) TypePubsub() ClientListTypePubsub

func (ClientList) TypeReplica

func (c ClientList) TypeReplica() ClientListTypeReplica

type ClientListIdClientId

type ClientListIdClientId Completed

func (ClientListIdClientId) Build

func (c ClientListIdClientId) Build() Completed

func (ClientListIdClientId) ClientId

func (c ClientListIdClientId) ClientId(clientId ...int64) ClientListIdClientId

type ClientListIdId

type ClientListIdId Completed

func (ClientListIdId) ClientId

func (c ClientListIdId) ClientId(clientId ...int64) ClientListIdClientId

type ClientListTypeMaster

type ClientListTypeMaster Completed

func (ClientListTypeMaster) Build

func (c ClientListTypeMaster) Build() Completed

func (ClientListTypeMaster) Id

type ClientListTypeNormal

type ClientListTypeNormal Completed

func (ClientListTypeNormal) Build

func (c ClientListTypeNormal) Build() Completed

func (ClientListTypeNormal) Id

type ClientListTypePubsub

type ClientListTypePubsub Completed

func (ClientListTypePubsub) Build

func (c ClientListTypePubsub) Build() Completed

func (ClientListTypePubsub) Id

type ClientListTypeReplica

type ClientListTypeReplica Completed

func (ClientListTypeReplica) Build

func (c ClientListTypeReplica) Build() Completed

func (ClientListTypeReplica) Id

type ClientNoEvict

type ClientNoEvict Completed

func (ClientNoEvict) Off

func (ClientNoEvict) On

type ClientNoEvictEnabledOff

type ClientNoEvictEnabledOff Completed

func (ClientNoEvictEnabledOff) Build

type ClientNoEvictEnabledOn

type ClientNoEvictEnabledOn Completed

func (ClientNoEvictEnabledOn) Build

type ClientPause

type ClientPause Completed

func (ClientPause) Timeout

func (c ClientPause) Timeout(timeout int64) ClientPauseTimeout

type ClientPauseModeAll

type ClientPauseModeAll Completed

func (ClientPauseModeAll) Build

func (c ClientPauseModeAll) Build() Completed

type ClientPauseModeWrite

type ClientPauseModeWrite Completed

func (ClientPauseModeWrite) Build

func (c ClientPauseModeWrite) Build() Completed

type ClientPauseTimeout

type ClientPauseTimeout Completed

func (ClientPauseTimeout) All

func (ClientPauseTimeout) Build

func (c ClientPauseTimeout) Build() Completed

func (ClientPauseTimeout) Write

type ClientReply

type ClientReply Completed

func (ClientReply) Off

func (ClientReply) On

func (ClientReply) Skip

type ClientReplyReplyModeOff

type ClientReplyReplyModeOff Completed

func (ClientReplyReplyModeOff) Build

type ClientReplyReplyModeOn

type ClientReplyReplyModeOn Completed

func (ClientReplyReplyModeOn) Build

type ClientReplyReplyModeSkip

type ClientReplyReplyModeSkip Completed

func (ClientReplyReplyModeSkip) Build

type ClientSetname

type ClientSetname Completed

func (ClientSetname) ConnectionName

func (c ClientSetname) ConnectionName(connectionName string) ClientSetnameConnectionName

type ClientSetnameConnectionName

type ClientSetnameConnectionName Completed

func (ClientSetnameConnectionName) Build

type ClientTracking

type ClientTracking Completed

func (ClientTracking) Off

func (ClientTracking) On

type ClientTrackingBcast

type ClientTrackingBcast Completed

func (ClientTrackingBcast) Build

func (c ClientTrackingBcast) Build() Completed

func (ClientTrackingBcast) Noloop

func (ClientTrackingBcast) Optin

func (ClientTrackingBcast) Optout

type ClientTrackingNoloop

type ClientTrackingNoloop Completed

func (ClientTrackingNoloop) Build

func (c ClientTrackingNoloop) Build() Completed

type ClientTrackingOptin

type ClientTrackingOptin Completed

func (ClientTrackingOptin) Build

func (c ClientTrackingOptin) Build() Completed

func (ClientTrackingOptin) Noloop

func (ClientTrackingOptin) Optout

type ClientTrackingOptout

type ClientTrackingOptout Completed

func (ClientTrackingOptout) Build

func (c ClientTrackingOptout) Build() Completed

func (ClientTrackingOptout) Noloop

type ClientTrackingPrefix

type ClientTrackingPrefix Completed

func (ClientTrackingPrefix) Bcast

func (ClientTrackingPrefix) Build

func (c ClientTrackingPrefix) Build() Completed

func (ClientTrackingPrefix) Noloop

func (ClientTrackingPrefix) Optin

func (ClientTrackingPrefix) Optout

func (ClientTrackingPrefix) Prefix

type ClientTrackingRedirect

type ClientTrackingRedirect Completed

func (ClientTrackingRedirect) Bcast

func (ClientTrackingRedirect) Build

func (ClientTrackingRedirect) Noloop

func (ClientTrackingRedirect) Optin

func (ClientTrackingRedirect) Optout

func (ClientTrackingRedirect) Prefix

type ClientTrackingStatusOff

type ClientTrackingStatusOff Completed

func (ClientTrackingStatusOff) Bcast

func (ClientTrackingStatusOff) Build

func (ClientTrackingStatusOff) Noloop

func (ClientTrackingStatusOff) Optin

func (ClientTrackingStatusOff) Optout

func (ClientTrackingStatusOff) Prefix

func (ClientTrackingStatusOff) Redirect

type ClientTrackingStatusOn

type ClientTrackingStatusOn Completed

func (ClientTrackingStatusOn) Bcast

func (ClientTrackingStatusOn) Build

func (ClientTrackingStatusOn) Noloop

func (ClientTrackingStatusOn) Optin

func (ClientTrackingStatusOn) Optout

func (ClientTrackingStatusOn) Prefix

func (ClientTrackingStatusOn) Redirect

type ClientTrackinginfo

type ClientTrackinginfo Completed

func (ClientTrackinginfo) Build

func (c ClientTrackinginfo) Build() Completed

type ClientUnblock

type ClientUnblock Completed

func (ClientUnblock) ClientId

func (c ClientUnblock) ClientId(clientId int64) ClientUnblockClientId

type ClientUnblockClientId

type ClientUnblockClientId Completed

func (ClientUnblockClientId) Build

func (c ClientUnblockClientId) Build() Completed

func (ClientUnblockClientId) Error

func (ClientUnblockClientId) Timeout

type ClientUnblockUnblockTypeError

type ClientUnblockUnblockTypeError Completed

func (ClientUnblockUnblockTypeError) Build

type ClientUnblockUnblockTypeTimeout

type ClientUnblockUnblockTypeTimeout Completed

func (ClientUnblockUnblockTypeTimeout) Build

type ClientUnpause

type ClientUnpause Completed

func (ClientUnpause) Build

func (c ClientUnpause) Build() Completed

type ClusterAddslots

type ClusterAddslots Completed

func (ClusterAddslots) Slot

func (c ClusterAddslots) Slot(slot ...int64) ClusterAddslotsSlot

type ClusterAddslotsSlot

type ClusterAddslotsSlot Completed

func (ClusterAddslotsSlot) Build

func (c ClusterAddslotsSlot) Build() Completed

func (ClusterAddslotsSlot) Slot

type ClusterAddslotsrange

type ClusterAddslotsrange Completed

func (ClusterAddslotsrange) StartSlotEndSlot

type ClusterAddslotsrangeStartSlotEndSlot

type ClusterAddslotsrangeStartSlotEndSlot Completed

func (ClusterAddslotsrangeStartSlotEndSlot) Build

func (ClusterAddslotsrangeStartSlotEndSlot) StartSlotEndSlot

type ClusterBumpepoch

type ClusterBumpepoch Completed

func (ClusterBumpepoch) Build

func (c ClusterBumpepoch) Build() Completed

type ClusterCountFailureReports

type ClusterCountFailureReports Completed

func (ClusterCountFailureReports) NodeId

type ClusterCountFailureReportsNodeId

type ClusterCountFailureReportsNodeId Completed

func (ClusterCountFailureReportsNodeId) Build

type ClusterCountkeysinslot

type ClusterCountkeysinslot Completed

func (ClusterCountkeysinslot) Slot

type ClusterCountkeysinslotSlot

type ClusterCountkeysinslotSlot Completed

func (ClusterCountkeysinslotSlot) Build

type ClusterDelslots

type ClusterDelslots Completed

func (ClusterDelslots) Slot

func (c ClusterDelslots) Slot(slot ...int64) ClusterDelslotsSlot

type ClusterDelslotsSlot

type ClusterDelslotsSlot Completed

func (ClusterDelslotsSlot) Build

func (c ClusterDelslotsSlot) Build() Completed

func (ClusterDelslotsSlot) Slot

type ClusterDelslotsrange

type ClusterDelslotsrange Completed

func (ClusterDelslotsrange) StartSlotEndSlot

type ClusterDelslotsrangeStartSlotEndSlot

type ClusterDelslotsrangeStartSlotEndSlot Completed

func (ClusterDelslotsrangeStartSlotEndSlot) Build

func (ClusterDelslotsrangeStartSlotEndSlot) StartSlotEndSlot

type ClusterFailover

type ClusterFailover Completed

func (ClusterFailover) Build

func (c ClusterFailover) Build() Completed

func (ClusterFailover) Force

func (ClusterFailover) Takeover

type ClusterFailoverOptionsForce

type ClusterFailoverOptionsForce Completed

func (ClusterFailoverOptionsForce) Build

type ClusterFailoverOptionsTakeover

type ClusterFailoverOptionsTakeover Completed

func (ClusterFailoverOptionsTakeover) Build

type ClusterFlushslots

type ClusterFlushslots Completed

func (ClusterFlushslots) Build

func (c ClusterFlushslots) Build() Completed

type ClusterForget

type ClusterForget Completed

func (ClusterForget) NodeId

func (c ClusterForget) NodeId(nodeId string) ClusterForgetNodeId

type ClusterForgetNodeId

type ClusterForgetNodeId Completed

func (ClusterForgetNodeId) Build

func (c ClusterForgetNodeId) Build() Completed

type ClusterGetkeysinslot

type ClusterGetkeysinslot Completed

func (ClusterGetkeysinslot) Slot

type ClusterGetkeysinslotCount

type ClusterGetkeysinslotCount Completed

func (ClusterGetkeysinslotCount) Build

type ClusterGetkeysinslotSlot

type ClusterGetkeysinslotSlot Completed

func (ClusterGetkeysinslotSlot) Count

type ClusterInfo

type ClusterInfo Completed

func (ClusterInfo) Build

func (c ClusterInfo) Build() Completed

type ClusterKeyslot

type ClusterKeyslot Completed

func (ClusterKeyslot) Key

type ClusterKeyslotKey

type ClusterKeyslotKey Completed

func (ClusterKeyslotKey) Build

func (c ClusterKeyslotKey) Build() Completed
type ClusterLinks Completed

func (ClusterLinks) Build

func (c ClusterLinks) Build() Completed

type ClusterMeet

type ClusterMeet Completed

func (ClusterMeet) Ip

func (c ClusterMeet) Ip(ip string) ClusterMeetIp

type ClusterMeetClusterBusPort

type ClusterMeetClusterBusPort Completed

func (ClusterMeetClusterBusPort) Build

type ClusterMeetIp

type ClusterMeetIp Completed

func (ClusterMeetIp) Port

func (c ClusterMeetIp) Port(port int64) ClusterMeetPort

type ClusterMeetPort

type ClusterMeetPort Completed

func (ClusterMeetPort) Build

func (c ClusterMeetPort) Build() Completed

func (ClusterMeetPort) ClusterBusPort

func (c ClusterMeetPort) ClusterBusPort(clusterBusPort int64) ClusterMeetClusterBusPort

type ClusterMyid

type ClusterMyid Completed

func (ClusterMyid) Build

func (c ClusterMyid) Build() Completed

type ClusterNodes

type ClusterNodes Completed

func (ClusterNodes) Build

func (c ClusterNodes) Build() Completed

type ClusterReplicas

type ClusterReplicas Completed

func (ClusterReplicas) NodeId

func (c ClusterReplicas) NodeId(nodeId string) ClusterReplicasNodeId

type ClusterReplicasNodeId

type ClusterReplicasNodeId Completed

func (ClusterReplicasNodeId) Build

func (c ClusterReplicasNodeId) Build() Completed

type ClusterReplicate

type ClusterReplicate Completed

func (ClusterReplicate) NodeId

type ClusterReplicateNodeId

type ClusterReplicateNodeId Completed

func (ClusterReplicateNodeId) Build

type ClusterReset

type ClusterReset Completed

func (ClusterReset) Build

func (c ClusterReset) Build() Completed

func (ClusterReset) Hard

func (ClusterReset) Soft

type ClusterResetResetTypeHard

type ClusterResetResetTypeHard Completed

func (ClusterResetResetTypeHard) Build

type ClusterResetResetTypeSoft

type ClusterResetResetTypeSoft Completed

func (ClusterResetResetTypeSoft) Build

type ClusterSaveconfig

type ClusterSaveconfig Completed

func (ClusterSaveconfig) Build

func (c ClusterSaveconfig) Build() Completed

type ClusterSetConfigEpoch

type ClusterSetConfigEpoch Completed

func (ClusterSetConfigEpoch) ConfigEpoch

type ClusterSetConfigEpochConfigEpoch

type ClusterSetConfigEpochConfigEpoch Completed

func (ClusterSetConfigEpochConfigEpoch) Build

type ClusterSetslot

type ClusterSetslot Completed

func (ClusterSetslot) Slot

type ClusterSetslotNodeId

type ClusterSetslotNodeId Completed

func (ClusterSetslotNodeId) Build

func (c ClusterSetslotNodeId) Build() Completed

type ClusterSetslotSlot

type ClusterSetslotSlot Completed

func (ClusterSetslotSlot) Importing

func (ClusterSetslotSlot) Migrating

func (ClusterSetslotSlot) Node

func (ClusterSetslotSlot) Stable

type ClusterSetslotSubcommandImporting

type ClusterSetslotSubcommandImporting Completed

func (ClusterSetslotSubcommandImporting) Build

func (ClusterSetslotSubcommandImporting) NodeId

type ClusterSetslotSubcommandMigrating

type ClusterSetslotSubcommandMigrating Completed

func (ClusterSetslotSubcommandMigrating) Build

func (ClusterSetslotSubcommandMigrating) NodeId

type ClusterSetslotSubcommandNode

type ClusterSetslotSubcommandNode Completed

func (ClusterSetslotSubcommandNode) Build

func (ClusterSetslotSubcommandNode) NodeId

type ClusterSetslotSubcommandStable

type ClusterSetslotSubcommandStable Completed

func (ClusterSetslotSubcommandStable) Build

func (ClusterSetslotSubcommandStable) NodeId

type ClusterShards

type ClusterShards Completed

func (ClusterShards) Build

func (c ClusterShards) Build() Completed

type ClusterSlaves

type ClusterSlaves Completed

func (ClusterSlaves) NodeId

func (c ClusterSlaves) NodeId(nodeId string) ClusterSlavesNodeId

type ClusterSlavesNodeId

type ClusterSlavesNodeId Completed

func (ClusterSlavesNodeId) Build

func (c ClusterSlavesNodeId) Build() Completed

type ClusterSlots

type ClusterSlots Completed

func (ClusterSlots) Build

func (c ClusterSlots) Build() Completed

type CmsIncrby

type CmsIncrby Completed

func (CmsIncrby) Key

func (c CmsIncrby) Key(key string) CmsIncrbyKey

type CmsIncrbyItemsIncrement

type CmsIncrbyItemsIncrement Completed

func (CmsIncrbyItemsIncrement) Build

func (CmsIncrbyItemsIncrement) Item

type CmsIncrbyItemsItem

type CmsIncrbyItemsItem Completed

func (CmsIncrbyItemsItem) Increment

func (c CmsIncrbyItemsItem) Increment(increment int64) CmsIncrbyItemsIncrement

type CmsIncrbyKey

type CmsIncrbyKey Completed

func (CmsIncrbyKey) Item

func (c CmsIncrbyKey) Item(item string) CmsIncrbyItemsItem

type CmsInfo

type CmsInfo Completed

func (CmsInfo) Key

func (c CmsInfo) Key(key string) CmsInfoKey

type CmsInfoKey

type CmsInfoKey Completed

func (CmsInfoKey) Build

func (c CmsInfoKey) Build() Completed

func (CmsInfoKey) Cache

func (c CmsInfoKey) Cache() Cacheable

type CmsInitbydim

type CmsInitbydim Completed

func (CmsInitbydim) Key

func (c CmsInitbydim) Key(key string) CmsInitbydimKey

type CmsInitbydimDepth

type CmsInitbydimDepth Completed

func (CmsInitbydimDepth) Build

func (c CmsInitbydimDepth) Build() Completed

type CmsInitbydimKey

type CmsInitbydimKey Completed

func (CmsInitbydimKey) Width

func (c CmsInitbydimKey) Width(width int64) CmsInitbydimWidth

type CmsInitbydimWidth

type CmsInitbydimWidth Completed

func (CmsInitbydimWidth) Depth

func (c CmsInitbydimWidth) Depth(depth int64) CmsInitbydimDepth

type CmsInitbyprob

type CmsInitbyprob Completed

func (CmsInitbyprob) Key

type CmsInitbyprobError

type CmsInitbyprobError Completed

func (CmsInitbyprobError) Probability

func (c CmsInitbyprobError) Probability(probability float64) CmsInitbyprobProbability

type CmsInitbyprobKey

type CmsInitbyprobKey Completed

func (CmsInitbyprobKey) Error

type CmsInitbyprobProbability

type CmsInitbyprobProbability Completed

func (CmsInitbyprobProbability) Build

type CmsMerge

type CmsMerge Completed

func (CmsMerge) Destination

func (c CmsMerge) Destination(destination string) CmsMergeDestination

type CmsMergeDestination

type CmsMergeDestination Completed

func (CmsMergeDestination) Numkeys

func (c CmsMergeDestination) Numkeys(numkeys int64) CmsMergeNumkeys

type CmsMergeNumkeys

type CmsMergeNumkeys Completed

func (CmsMergeNumkeys) Source

func (c CmsMergeNumkeys) Source(source ...string) CmsMergeSource

type CmsMergeSource

type CmsMergeSource Completed

func (CmsMergeSource) Build

func (c CmsMergeSource) Build() Completed

func (CmsMergeSource) Source

func (c CmsMergeSource) Source(source ...string) CmsMergeSource

func (CmsMergeSource) Weights

type CmsMergeWeightWeight

type CmsMergeWeightWeight Completed

func (CmsMergeWeightWeight) Build

func (c CmsMergeWeightWeight) Build() Completed

func (CmsMergeWeightWeight) Weight

type CmsMergeWeightWeights

type CmsMergeWeightWeights Completed

func (CmsMergeWeightWeights) Weight

type CmsQuery

type CmsQuery Completed

func (CmsQuery) Key

func (c CmsQuery) Key(key string) CmsQueryKey

type CmsQueryItem

type CmsQueryItem Completed

func (CmsQueryItem) Build

func (c CmsQueryItem) Build() Completed

func (CmsQueryItem) Cache

func (c CmsQueryItem) Cache() Cacheable

func (CmsQueryItem) Item

func (c CmsQueryItem) Item(item ...string) CmsQueryItem

type CmsQueryKey

type CmsQueryKey Completed

func (CmsQueryKey) Item

func (c CmsQueryKey) Item(item ...string) CmsQueryItem

type Command

type Command Completed

func (Command) Build

func (c Command) Build() Completed

type CommandCount

type CommandCount Completed

func (CommandCount) Build

func (c CommandCount) Build() Completed

type CommandDocs

type CommandDocs Completed

func (CommandDocs) Build

func (c CommandDocs) Build() Completed

func (CommandDocs) CommandName

func (c CommandDocs) CommandName(commandName ...string) CommandDocsCommandName

type CommandDocsCommandName

type CommandDocsCommandName Completed

func (CommandDocsCommandName) Build

func (CommandDocsCommandName) CommandName

func (c CommandDocsCommandName) CommandName(commandName ...string) CommandDocsCommandName

type CommandGetkeys

type CommandGetkeys Completed

func (CommandGetkeys) Build

func (c CommandGetkeys) Build() Completed

type CommandGetkeysandflags

type CommandGetkeysandflags Completed

func (CommandGetkeysandflags) Build

type CommandInfo

type CommandInfo Completed

func (CommandInfo) Build

func (c CommandInfo) Build() Completed

func (CommandInfo) CommandName

func (c CommandInfo) CommandName(commandName ...string) CommandInfoCommandName

type CommandInfoCommandName

type CommandInfoCommandName Completed

func (CommandInfoCommandName) Build

func (CommandInfoCommandName) CommandName

func (c CommandInfoCommandName) CommandName(commandName ...string) CommandInfoCommandName

type CommandList

type CommandList Completed

func (CommandList) Build

func (c CommandList) Build() Completed

func (CommandList) FilterbyAclcatCategory

func (c CommandList) FilterbyAclcatCategory(category string) CommandListFilterbyAclcatCategory

func (CommandList) FilterbyModuleName

func (c CommandList) FilterbyModuleName(name string) CommandListFilterbyModuleName

func (CommandList) FilterbyPatternPattern

func (c CommandList) FilterbyPatternPattern(pattern string) CommandListFilterbyPatternPattern

type CommandListFilterbyAclcatCategory

type CommandListFilterbyAclcatCategory Completed

func (CommandListFilterbyAclcatCategory) Build

type CommandListFilterbyModuleName

type CommandListFilterbyModuleName Completed

func (CommandListFilterbyModuleName) Build

type CommandListFilterbyPatternPattern

type CommandListFilterbyPatternPattern Completed

func (CommandListFilterbyPatternPattern) Build

type CommandSlice

type CommandSlice struct {
	// contains filtered or unexported fields
}

CommandSlice is the command container managed by the sync.Pool

type Completed

type Completed struct {
	// contains filtered or unexported fields
}

Completed represents a completed Redis command, should be created by the Build() of command builder.

func NewBlockingCompleted

func NewBlockingCompleted(ss []string) Completed

NewBlockingCompleted creates an arbitrary blocking Completed command.

func NewCompleted

func NewCompleted(ss []string) Completed

NewCompleted creates an arbitrary Completed command.

func NewMGetCompleted

func NewMGetCompleted(ss []string) Completed

NewMGetCompleted creates an arbitrary readonly Completed command.

func NewMultiCompleted

func NewMultiCompleted(cs [][]string) []Completed

NewMultiCompleted creates multiple arbitrary Completed commands.

func NewReadOnlyCompleted

func NewReadOnlyCompleted(ss []string) Completed

NewReadOnlyCompleted creates an arbitrary readonly Completed command.

func (*Completed) CommandSlice

func (c *Completed) CommandSlice() *CommandSlice

CommandSlice it the command container which will be recycled by the sync.Pool.

func (*Completed) Commands

func (c *Completed) Commands() []string

Commands returns the commands as []string. Note that the returned []string should not be modified and should not be read after passing into the Client interface, because it will be recycled.

func (*Completed) IsBlock

func (c *Completed) IsBlock() bool

IsBlock checks if it is blocking command which needs to be process by dedicated connection.

func (*Completed) IsEmpty

func (c *Completed) IsEmpty() bool

IsEmpty checks if it is an empty command.

func (*Completed) IsOptIn

func (c *Completed) IsOptIn() bool

IsOptIn checks if it is client side caching opt-int command.

func (*Completed) IsReadOnly

func (c *Completed) IsReadOnly() bool

IsReadOnly checks if it is readonly command and can be retried when network error.

func (*Completed) IsWrite

func (c *Completed) IsWrite() bool

IsWrite checks if it is not readonly command.

func (*Completed) NoReply

func (c *Completed) NoReply() bool

NoReply checks if it is one of the SUBSCRIBE, PSUBSCRIBE, UNSUBSCRIBE or PUNSUBSCRIBE commands.

func (*Completed) Slot

func (c *Completed) Slot() uint16

Slot returns the command key slot

func (*Completed) ToBlock

func (c *Completed) ToBlock()

ToBlock marks the command with blockTag

type ConfigGet

type ConfigGet Completed

func (ConfigGet) Parameter

func (c ConfigGet) Parameter(parameter ...string) ConfigGetParameter

type ConfigGetParameter

type ConfigGetParameter Completed

func (ConfigGetParameter) Build

func (c ConfigGetParameter) Build() Completed

func (ConfigGetParameter) Parameter

func (c ConfigGetParameter) Parameter(parameter ...string) ConfigGetParameter

type ConfigResetstat

type ConfigResetstat Completed

func (ConfigResetstat) Build

func (c ConfigResetstat) Build() Completed

type ConfigRewrite

type ConfigRewrite Completed

func (ConfigRewrite) Build

func (c ConfigRewrite) Build() Completed

type ConfigSet

type ConfigSet Completed

func (ConfigSet) ParameterValue

func (c ConfigSet) ParameterValue() ConfigSetParameterValue

type ConfigSetParameterValue

type ConfigSetParameterValue Completed

func (ConfigSetParameterValue) Build

func (ConfigSetParameterValue) ParameterValue

func (c ConfigSetParameterValue) ParameterValue(parameter string, value string) ConfigSetParameterValue

type Copy

type Copy Completed

func (Copy) Source

func (c Copy) Source(source string) CopySource

type CopyDb

type CopyDb Completed

func (CopyDb) Build

func (c CopyDb) Build() Completed

func (CopyDb) Replace

func (c CopyDb) Replace() CopyReplace

type CopyDestination

type CopyDestination Completed

func (CopyDestination) Build

func (c CopyDestination) Build() Completed

func (CopyDestination) Db

func (c CopyDestination) Db(destinationDb int64) CopyDb

func (CopyDestination) Replace

func (c CopyDestination) Replace() CopyReplace

type CopyReplace

type CopyReplace Completed

func (CopyReplace) Build

func (c CopyReplace) Build() Completed

type CopySource

type CopySource Completed

func (CopySource) Destination

func (c CopySource) Destination(destination string) CopyDestination

type Dbsize

type Dbsize Completed

func (Dbsize) Build

func (c Dbsize) Build() Completed

type DebugObject

type DebugObject Completed

func (DebugObject) Key

func (c DebugObject) Key(key string) DebugObjectKey

type DebugObjectKey

type DebugObjectKey Completed

func (DebugObjectKey) Build

func (c DebugObjectKey) Build() Completed

type DebugSegfault

type DebugSegfault Completed

func (DebugSegfault) Build

func (c DebugSegfault) Build() Completed

type Decr

type Decr Completed

func (Decr) Key

func (c Decr) Key(key string) DecrKey

type DecrKey

type DecrKey Completed

func (DecrKey) Build

func (c DecrKey) Build() Completed

type Decrby

type Decrby Completed

func (Decrby) Key

func (c Decrby) Key(key string) DecrbyKey

type DecrbyDecrement

type DecrbyDecrement Completed

func (DecrbyDecrement) Build

func (c DecrbyDecrement) Build() Completed

type DecrbyKey

type DecrbyKey Completed

func (DecrbyKey) Decrement

func (c DecrbyKey) Decrement(decrement int64) DecrbyDecrement

type Del

type Del Completed

func (Del) Key

func (c Del) Key(key ...string) DelKey

type DelKey

type DelKey Completed

func (DelKey) Build

func (c DelKey) Build() Completed

func (DelKey) Key

func (c DelKey) Key(key ...string) DelKey

type Discard

type Discard Completed

func (Discard) Build

func (c Discard) Build() Completed

type Dump

type Dump Completed

func (Dump) Key

func (c Dump) Key(key string) DumpKey

type DumpKey

type DumpKey Completed

func (DumpKey) Build

func (c DumpKey) Build() Completed

type Echo

type Echo Completed

func (Echo) Message

func (c Echo) Message(message string) EchoMessage

type EchoMessage

type EchoMessage Completed

func (EchoMessage) Build

func (c EchoMessage) Build() Completed

type Eval

type Eval Completed

func (Eval) Script

func (c Eval) Script(script string) EvalScript

type EvalArg

type EvalArg Completed

func (EvalArg) Arg

func (c EvalArg) Arg(arg ...string) EvalArg

func (EvalArg) Build

func (c EvalArg) Build() Completed

type EvalKey

type EvalKey Completed

func (EvalKey) Arg

func (c EvalKey) Arg(arg ...string) EvalArg

func (EvalKey) Build

func (c EvalKey) Build() Completed

func (EvalKey) Key

func (c EvalKey) Key(key ...string) EvalKey

type EvalNumkeys

type EvalNumkeys Completed

func (EvalNumkeys) Arg

func (c EvalNumkeys) Arg(arg ...string) EvalArg

func (EvalNumkeys) Build

func (c EvalNumkeys) Build() Completed

func (EvalNumkeys) Key

func (c EvalNumkeys) Key(key ...string) EvalKey

type EvalRo

type EvalRo Completed

func (EvalRo) Script

func (c EvalRo) Script(script string) EvalRoScript

type EvalRoArg

type EvalRoArg Completed

func (EvalRoArg) Arg

func (c EvalRoArg) Arg(arg ...string) EvalRoArg

func (EvalRoArg) Build

func (c EvalRoArg) Build() Completed

type EvalRoKey

type EvalRoKey Completed

func (EvalRoKey) Arg

func (c EvalRoKey) Arg(arg ...string) EvalRoArg

func (EvalRoKey) Build

func (c EvalRoKey) Build() Completed

func (EvalRoKey) Key

func (c EvalRoKey) Key(key ...string) EvalRoKey

type EvalRoNumkeys

type EvalRoNumkeys Completed

func (EvalRoNumkeys) Arg

func (c EvalRoNumkeys) Arg(arg ...string) EvalRoArg

func (EvalRoNumkeys) Build

func (c EvalRoNumkeys) Build() Completed

func (EvalRoNumkeys) Key

func (c EvalRoNumkeys) Key(key ...string) EvalRoKey

type EvalRoScript

type EvalRoScript Completed

func (EvalRoScript) Numkeys

func (c EvalRoScript) Numkeys(numkeys int64) EvalRoNumkeys

type EvalScript

type EvalScript Completed

func (EvalScript) Numkeys

func (c EvalScript) Numkeys(numkeys int64) EvalNumkeys

type Evalsha

type Evalsha Completed

func (Evalsha) Sha1

func (c Evalsha) Sha1(sha1 string) EvalshaSha1

type EvalshaArg

type EvalshaArg Completed

func (EvalshaArg) Arg

func (c EvalshaArg) Arg(arg ...string) EvalshaArg

func (EvalshaArg) Build

func (c EvalshaArg) Build() Completed

type EvalshaKey

type EvalshaKey Completed

func (EvalshaKey) Arg

func (c EvalshaKey) Arg(arg ...string) EvalshaArg

func (EvalshaKey) Build

func (c EvalshaKey) Build() Completed

func (EvalshaKey) Key

func (c EvalshaKey) Key(key ...string) EvalshaKey

type EvalshaNumkeys

type EvalshaNumkeys Completed

func (EvalshaNumkeys) Arg

func (c EvalshaNumkeys) Arg(arg ...string) EvalshaArg

func (EvalshaNumkeys) Build

func (c EvalshaNumkeys) Build() Completed

func (EvalshaNumkeys) Key

func (c EvalshaNumkeys) Key(key ...string) EvalshaKey

type EvalshaRo

type EvalshaRo Completed

func (EvalshaRo) Sha1

func (c EvalshaRo) Sha1(sha1 string) EvalshaRoSha1

type EvalshaRoArg

type EvalshaRoArg Completed

func (EvalshaRoArg) Arg

func (c EvalshaRoArg) Arg(arg ...string) EvalshaRoArg

func (EvalshaRoArg) Build

func (c EvalshaRoArg) Build() Completed

type EvalshaRoKey

type EvalshaRoKey Completed

func (EvalshaRoKey) Arg

func (c EvalshaRoKey) Arg(arg ...string) EvalshaRoArg

func (EvalshaRoKey) Build

func (c EvalshaRoKey) Build() Completed

func (EvalshaRoKey) Key

func (c EvalshaRoKey) Key(key ...string) EvalshaRoKey

type EvalshaRoNumkeys

type EvalshaRoNumkeys Completed

func (EvalshaRoNumkeys) Arg

func (c EvalshaRoNumkeys) Arg(arg ...string) EvalshaRoArg

func (EvalshaRoNumkeys) Build

func (c EvalshaRoNumkeys) Build() Completed

func (EvalshaRoNumkeys) Key

func (c EvalshaRoNumkeys) Key(key ...string) EvalshaRoKey

type EvalshaRoSha1

type EvalshaRoSha1 Completed

func (EvalshaRoSha1) Numkeys

func (c EvalshaRoSha1) Numkeys(numkeys int64) EvalshaRoNumkeys

type EvalshaSha1

type EvalshaSha1 Completed

func (EvalshaSha1) Numkeys

func (c EvalshaSha1) Numkeys(numkeys int64) EvalshaNumkeys

type Exec

type Exec Completed

func (Exec) Build

func (c Exec) Build() Completed

type Exists

type Exists Completed

func (Exists) Key

func (c Exists) Key(key ...string) ExistsKey

type ExistsKey

type ExistsKey Completed

func (ExistsKey) Build

func (c ExistsKey) Build() Completed

func (ExistsKey) Key

func (c ExistsKey) Key(key ...string) ExistsKey

type Expire

type Expire Completed

func (Expire) Key

func (c Expire) Key(key string) ExpireKey

type ExpireConditionGt

type ExpireConditionGt Completed

func (ExpireConditionGt) Build

func (c ExpireConditionGt) Build() Completed

type ExpireConditionLt

type ExpireConditionLt Completed

func (ExpireConditionLt) Build

func (c ExpireConditionLt) Build() Completed

type ExpireConditionNx

type ExpireConditionNx Completed

func (ExpireConditionNx) Build

func (c ExpireConditionNx) Build() Completed

type ExpireConditionXx

type ExpireConditionXx Completed

func (ExpireConditionXx) Build

func (c ExpireConditionXx) Build() Completed

type ExpireKey

type ExpireKey Completed

func (ExpireKey) Seconds

func (c ExpireKey) Seconds(seconds int64) ExpireSeconds

type ExpireSeconds

type ExpireSeconds Completed

func (ExpireSeconds) Build

func (c ExpireSeconds) Build() Completed

func (ExpireSeconds) Gt

func (ExpireSeconds) Lt

func (ExpireSeconds) Nx

func (ExpireSeconds) Xx

type Expireat

type Expireat Completed

func (Expireat) Key

func (c Expireat) Key(key string) ExpireatKey

type ExpireatConditionGt

type ExpireatConditionGt Completed

func (ExpireatConditionGt) Build

func (c ExpireatConditionGt) Build() Completed

type ExpireatConditionLt

type ExpireatConditionLt Completed

func (ExpireatConditionLt) Build

func (c ExpireatConditionLt) Build() Completed

type ExpireatConditionNx

type ExpireatConditionNx Completed

func (ExpireatConditionNx) Build

func (c ExpireatConditionNx) Build() Completed

type ExpireatConditionXx

type ExpireatConditionXx Completed

func (ExpireatConditionXx) Build

func (c ExpireatConditionXx) Build() Completed

type ExpireatKey

type ExpireatKey Completed

func (ExpireatKey) Timestamp

func (c ExpireatKey) Timestamp(timestamp int64) ExpireatTimestamp

type ExpireatTimestamp

type ExpireatTimestamp Completed

func (ExpireatTimestamp) Build

func (c ExpireatTimestamp) Build() Completed

func (ExpireatTimestamp) Gt

func (ExpireatTimestamp) Lt

func (ExpireatTimestamp) Nx

func (ExpireatTimestamp) Xx

type Expiretime

type Expiretime Completed

func (Expiretime) Key

func (c Expiretime) Key(key string) ExpiretimeKey

type ExpiretimeKey

type ExpiretimeKey Completed

func (ExpiretimeKey) Build

func (c ExpiretimeKey) Build() Completed

func (ExpiretimeKey) Cache

func (c ExpiretimeKey) Cache() Cacheable

type Failover

type Failover Completed

func (Failover) Abort

func (c Failover) Abort() FailoverAbort

func (Failover) Build

func (c Failover) Build() Completed

func (Failover) Timeout

func (c Failover) Timeout(milliseconds int64) FailoverTimeout

func (Failover) To

func (c Failover) To() FailoverTargetTo

type FailoverAbort

type FailoverAbort Completed

func (FailoverAbort) Build

func (c FailoverAbort) Build() Completed

func (FailoverAbort) Timeout

func (c FailoverAbort) Timeout(milliseconds int64) FailoverTimeout

type FailoverTargetForce

type FailoverTargetForce Completed

func (FailoverTargetForce) Abort

func (FailoverTargetForce) Build

func (c FailoverTargetForce) Build() Completed

func (FailoverTargetForce) Timeout

func (c FailoverTargetForce) Timeout(milliseconds int64) FailoverTimeout

type FailoverTargetHost

type FailoverTargetHost Completed

func (FailoverTargetHost) Port

type FailoverTargetPort

type FailoverTargetPort Completed

func (FailoverTargetPort) Abort

func (FailoverTargetPort) Build

func (c FailoverTargetPort) Build() Completed

func (FailoverTargetPort) Force

func (FailoverTargetPort) Timeout

func (c FailoverTargetPort) Timeout(milliseconds int64) FailoverTimeout

type FailoverTargetTo

type FailoverTargetTo Completed

func (FailoverTargetTo) Host

type FailoverTimeout

type FailoverTimeout Completed

func (FailoverTimeout) Build

func (c FailoverTimeout) Build() Completed

type Fcall

type Fcall Completed

func (Fcall) Function

func (c Fcall) Function(function string) FcallFunction

type FcallArg

type FcallArg Completed

func (FcallArg) Arg

func (c FcallArg) Arg(arg ...string) FcallArg

func (FcallArg) Build

func (c FcallArg) Build() Completed

type FcallFunction

type FcallFunction Completed

func (FcallFunction) Numkeys

func (c FcallFunction) Numkeys(numkeys int64) FcallNumkeys

type FcallKey

type FcallKey Completed

func (FcallKey) Arg

func (c FcallKey) Arg(arg ...string) FcallArg

func (FcallKey) Build

func (c FcallKey) Build() Completed

func (FcallKey) Key

func (c FcallKey) Key(key ...string) FcallKey

type FcallNumkeys

type FcallNumkeys Completed

func (FcallNumkeys) Arg

func (c FcallNumkeys) Arg(arg ...string) FcallArg

func (FcallNumkeys) Build

func (c FcallNumkeys) Build() Completed

func (FcallNumkeys) Key

func (c FcallNumkeys) Key(key ...string) FcallKey

type FcallRo

type FcallRo Completed

func (FcallRo) Function

func (c FcallRo) Function(function string) FcallRoFunction

type FcallRoArg

type FcallRoArg Completed

func (FcallRoArg) Arg

func (c FcallRoArg) Arg(arg ...string) FcallRoArg

func (FcallRoArg) Build

func (c FcallRoArg) Build() Completed

func (FcallRoArg) Cache

func (c FcallRoArg) Cache() Cacheable

type FcallRoFunction

type FcallRoFunction Completed

func (FcallRoFunction) Numkeys

func (c FcallRoFunction) Numkeys(numkeys int64) FcallRoNumkeys

type FcallRoKey

type FcallRoKey Completed

func (FcallRoKey) Arg

func (c FcallRoKey) Arg(arg ...string) FcallRoArg

func (FcallRoKey) Build

func (c FcallRoKey) Build() Completed

func (FcallRoKey) Cache

func (c FcallRoKey) Cache() Cacheable

func (FcallRoKey) Key

func (c FcallRoKey) Key(key ...string) FcallRoKey

type FcallRoNumkeys

type FcallRoNumkeys Completed

func (FcallRoNumkeys) Arg

func (c FcallRoNumkeys) Arg(arg ...string) FcallRoArg

func (FcallRoNumkeys) Build

func (c FcallRoNumkeys) Build() Completed

func (FcallRoNumkeys) Cache

func (c FcallRoNumkeys) Cache() Cacheable

func (FcallRoNumkeys) Key

func (c FcallRoNumkeys) Key(key ...string) FcallRoKey

type Flushall

type Flushall Completed

func (Flushall) Async

func (c Flushall) Async() FlushallAsync

func (Flushall) Build

func (c Flushall) Build() Completed

func (Flushall) Sync

func (c Flushall) Sync() FlushallAsyncSync

type FlushallAsync

type FlushallAsync Completed

func (FlushallAsync) Build

func (c FlushallAsync) Build() Completed

type FlushallAsyncSync

type FlushallAsyncSync Completed

func (FlushallAsyncSync) Build

func (c FlushallAsyncSync) Build() Completed

type Flushdb

type Flushdb Completed

func (Flushdb) Async

func (c Flushdb) Async() FlushdbAsync

func (Flushdb) Build

func (c Flushdb) Build() Completed

func (Flushdb) Sync

func (c Flushdb) Sync() FlushdbAsyncSync

type FlushdbAsync

type FlushdbAsync Completed

func (FlushdbAsync) Build

func (c FlushdbAsync) Build() Completed

type FlushdbAsyncSync

type FlushdbAsyncSync Completed

func (FlushdbAsyncSync) Build

func (c FlushdbAsyncSync) Build() Completed

type FtAggregate

type FtAggregate Completed

func (FtAggregate) Index

func (c FtAggregate) Index(index string) FtAggregateIndex

type FtAggregateCursorCount

type FtAggregateCursorCount Completed

func (FtAggregateCursorCount) Build

func (FtAggregateCursorCount) Dialect

func (c FtAggregateCursorCount) Dialect(dialect int64) FtAggregateDialect

func (FtAggregateCursorCount) Maxidle

func (FtAggregateCursorCount) Params

type FtAggregateCursorMaxidle

type FtAggregateCursorMaxidle Completed

func (FtAggregateCursorMaxidle) Build

func (FtAggregateCursorMaxidle) Dialect

func (FtAggregateCursorMaxidle) Params

type FtAggregateCursorWithcursor

type FtAggregateCursorWithcursor Completed

func (FtAggregateCursorWithcursor) Build

func (FtAggregateCursorWithcursor) Count

func (FtAggregateCursorWithcursor) Dialect

func (FtAggregateCursorWithcursor) Maxidle

func (FtAggregateCursorWithcursor) Params

type FtAggregateDialect

type FtAggregateDialect Completed

func (FtAggregateDialect) Build

func (c FtAggregateDialect) Build() Completed

type FtAggregateIndex

type FtAggregateIndex Completed

func (FtAggregateIndex) Query

func (c FtAggregateIndex) Query(query string) FtAggregateQuery

type FtAggregateLoadField

type FtAggregateLoadField Completed

func (FtAggregateLoadField) Apply

func (FtAggregateLoadField) Build

func (c FtAggregateLoadField) Build() Completed

func (FtAggregateLoadField) Dialect

func (c FtAggregateLoadField) Dialect(dialect int64) FtAggregateDialect

func (FtAggregateLoadField) Field

func (FtAggregateLoadField) Filter

func (FtAggregateLoadField) Groupby

func (FtAggregateLoadField) Limit

func (FtAggregateLoadField) LoadAll

func (FtAggregateLoadField) Params

func (FtAggregateLoadField) Sortby

func (FtAggregateLoadField) Timeout

func (c FtAggregateLoadField) Timeout(timeout int64) FtAggregateTimeout

func (FtAggregateLoadField) Withcursor

type FtAggregateLoadLoad

type FtAggregateLoadLoad Completed

func (FtAggregateLoadLoad) Field

type FtAggregateLoadallLoadAll

type FtAggregateLoadallLoadAll Completed

func (FtAggregateLoadallLoadAll) Apply

func (FtAggregateLoadallLoadAll) Build

func (FtAggregateLoadallLoadAll) Dialect

func (FtAggregateLoadallLoadAll) Filter

func (FtAggregateLoadallLoadAll) Groupby

func (FtAggregateLoadallLoadAll) Limit

func (FtAggregateLoadallLoadAll) Params

func (FtAggregateLoadallLoadAll) Sortby

func (FtAggregateLoadallLoadAll) Withcursor

type FtAggregateOpApplyApply

type FtAggregateOpApplyApply Completed

func (FtAggregateOpApplyApply) As

type FtAggregateOpApplyAs

type FtAggregateOpApplyAs Completed

func (FtAggregateOpApplyAs) Apply

func (FtAggregateOpApplyAs) Build

func (c FtAggregateOpApplyAs) Build() Completed

func (FtAggregateOpApplyAs) Dialect

func (c FtAggregateOpApplyAs) Dialect(dialect int64) FtAggregateDialect

func (FtAggregateOpApplyAs) Filter

func (FtAggregateOpApplyAs) Groupby

func (FtAggregateOpApplyAs) Limit

func (FtAggregateOpApplyAs) Params

func (FtAggregateOpApplyAs) Sortby

func (FtAggregateOpApplyAs) Withcursor

type FtAggregateOpFilter

type FtAggregateOpFilter Completed

func (FtAggregateOpFilter) Apply

func (FtAggregateOpFilter) Build

func (c FtAggregateOpFilter) Build() Completed

func (FtAggregateOpFilter) Dialect

func (c FtAggregateOpFilter) Dialect(dialect int64) FtAggregateDialect

func (FtAggregateOpFilter) Filter

func (FtAggregateOpFilter) Groupby

func (FtAggregateOpFilter) Limit

func (FtAggregateOpFilter) Params

func (FtAggregateOpFilter) Sortby

func (FtAggregateOpFilter) Withcursor

type FtAggregateOpGroupbyGroupby

type FtAggregateOpGroupbyGroupby Completed

func (FtAggregateOpGroupbyGroupby) Apply

func (FtAggregateOpGroupbyGroupby) Build

func (FtAggregateOpGroupbyGroupby) Dialect

func (FtAggregateOpGroupbyGroupby) Filter

func (FtAggregateOpGroupbyGroupby) Groupby

func (FtAggregateOpGroupbyGroupby) Limit

func (FtAggregateOpGroupbyGroupby) Params

func (FtAggregateOpGroupbyGroupby) Property

func (FtAggregateOpGroupbyGroupby) Reduce

func (FtAggregateOpGroupbyGroupby) Sortby

func (FtAggregateOpGroupbyGroupby) Withcursor

type FtAggregateOpGroupbyProperty

type FtAggregateOpGroupbyProperty Completed

func (FtAggregateOpGroupbyProperty) Apply

func (FtAggregateOpGroupbyProperty) Build

func (FtAggregateOpGroupbyProperty) Dialect

func (FtAggregateOpGroupbyProperty) Filter

func (FtAggregateOpGroupbyProperty) Groupby

func (FtAggregateOpGroupbyProperty) Limit

func (FtAggregateOpGroupbyProperty) Params

func (FtAggregateOpGroupbyProperty) Property

func (FtAggregateOpGroupbyProperty) Reduce

func (FtAggregateOpGroupbyProperty) Sortby

func (FtAggregateOpGroupbyProperty) Withcursor

type FtAggregateOpGroupbyReduceArg

type FtAggregateOpGroupbyReduceArg Completed

func (FtAggregateOpGroupbyReduceArg) Apply

func (FtAggregateOpGroupbyReduceArg) Arg

func (FtAggregateOpGroupbyReduceArg) As

func (FtAggregateOpGroupbyReduceArg) Asc

func (FtAggregateOpGroupbyReduceArg) Build

func (FtAggregateOpGroupbyReduceArg) By

func (FtAggregateOpGroupbyReduceArg) Desc

func (FtAggregateOpGroupbyReduceArg) Dialect

func (FtAggregateOpGroupbyReduceArg) Filter

func (FtAggregateOpGroupbyReduceArg) Groupby

func (FtAggregateOpGroupbyReduceArg) Limit

func (FtAggregateOpGroupbyReduceArg) Params

func (FtAggregateOpGroupbyReduceArg) Reduce

func (FtAggregateOpGroupbyReduceArg) Sortby

func (FtAggregateOpGroupbyReduceArg) Withcursor

type FtAggregateOpGroupbyReduceAs

type FtAggregateOpGroupbyReduceAs Completed

func (FtAggregateOpGroupbyReduceAs) Apply

func (FtAggregateOpGroupbyReduceAs) Asc

func (FtAggregateOpGroupbyReduceAs) Build

func (FtAggregateOpGroupbyReduceAs) By

func (FtAggregateOpGroupbyReduceAs) Desc

func (FtAggregateOpGroupbyReduceAs) Dialect

func (FtAggregateOpGroupbyReduceAs) Filter

func (FtAggregateOpGroupbyReduceAs) Groupby

func (FtAggregateOpGroupbyReduceAs) Limit

func (FtAggregateOpGroupbyReduceAs) Params

func (FtAggregateOpGroupbyReduceAs) Reduce

func (FtAggregateOpGroupbyReduceAs) Sortby

func (FtAggregateOpGroupbyReduceAs) Withcursor

type FtAggregateOpGroupbyReduceBy

type FtAggregateOpGroupbyReduceBy Completed

func (FtAggregateOpGroupbyReduceBy) Apply

func (FtAggregateOpGroupbyReduceBy) Asc

func (FtAggregateOpGroupbyReduceBy) Build

func (FtAggregateOpGroupbyReduceBy) Desc

func (FtAggregateOpGroupbyReduceBy) Dialect

func (FtAggregateOpGroupbyReduceBy) Filter

func (FtAggregateOpGroupbyReduceBy) Groupby

func (FtAggregateOpGroupbyReduceBy) Limit

func (FtAggregateOpGroupbyReduceBy) Params

func (FtAggregateOpGroupbyReduceBy) Reduce

func (FtAggregateOpGroupbyReduceBy) Sortby

func (FtAggregateOpGroupbyReduceBy) Withcursor

type FtAggregateOpGroupbyReduceNargs

type FtAggregateOpGroupbyReduceNargs Completed

func (FtAggregateOpGroupbyReduceNargs) Apply

func (FtAggregateOpGroupbyReduceNargs) Arg

func (FtAggregateOpGroupbyReduceNargs) As

func (FtAggregateOpGroupbyReduceNargs) Asc

func (FtAggregateOpGroupbyReduceNargs) Build

func (FtAggregateOpGroupbyReduceNargs) By

func (FtAggregateOpGroupbyReduceNargs) Desc

func (FtAggregateOpGroupbyReduceNargs) Dialect

func (FtAggregateOpGroupbyReduceNargs) Filter

func (FtAggregateOpGroupbyReduceNargs) Groupby

func (FtAggregateOpGroupbyReduceNargs) Limit

func (FtAggregateOpGroupbyReduceNargs) Params

func (FtAggregateOpGroupbyReduceNargs) Reduce

func (FtAggregateOpGroupbyReduceNargs) Sortby

func (FtAggregateOpGroupbyReduceNargs) Withcursor

type FtAggregateOpGroupbyReduceOrderAsc

type FtAggregateOpGroupbyReduceOrderAsc Completed

func (FtAggregateOpGroupbyReduceOrderAsc) Apply

func (FtAggregateOpGroupbyReduceOrderAsc) Build

func (FtAggregateOpGroupbyReduceOrderAsc) Dialect

func (FtAggregateOpGroupbyReduceOrderAsc) Filter

func (FtAggregateOpGroupbyReduceOrderAsc) Groupby

func (FtAggregateOpGroupbyReduceOrderAsc) Limit

func (FtAggregateOpGroupbyReduceOrderAsc) Params

func (FtAggregateOpGroupbyReduceOrderAsc) Reduce

func (FtAggregateOpGroupbyReduceOrderAsc) Sortby

func (FtAggregateOpGroupbyReduceOrderAsc) Withcursor

type FtAggregateOpGroupbyReduceOrderDesc

type FtAggregateOpGroupbyReduceOrderDesc Completed

func (FtAggregateOpGroupbyReduceOrderDesc) Apply

func (FtAggregateOpGroupbyReduceOrderDesc) Build

func (FtAggregateOpGroupbyReduceOrderDesc) Dialect

func (FtAggregateOpGroupbyReduceOrderDesc) Filter

func (FtAggregateOpGroupbyReduceOrderDesc) Groupby

func (FtAggregateOpGroupbyReduceOrderDesc) Limit

func (FtAggregateOpGroupbyReduceOrderDesc) Params

func (FtAggregateOpGroupbyReduceOrderDesc) Reduce

func (FtAggregateOpGroupbyReduceOrderDesc) Sortby

func (FtAggregateOpGroupbyReduceOrderDesc) Withcursor

type FtAggregateOpGroupbyReduceReduce

type FtAggregateOpGroupbyReduceReduce Completed

func (FtAggregateOpGroupbyReduceReduce) Nargs

type FtAggregateOpLimitLimit

type FtAggregateOpLimitLimit Completed

func (FtAggregateOpLimitLimit) OffsetNum

type FtAggregateOpLimitOffsetNum

type FtAggregateOpLimitOffsetNum Completed

func (FtAggregateOpLimitOffsetNum) Apply

func (FtAggregateOpLimitOffsetNum) Build

func (FtAggregateOpLimitOffsetNum) Dialect

func (FtAggregateOpLimitOffsetNum) Filter

func (FtAggregateOpLimitOffsetNum) Groupby

func (FtAggregateOpLimitOffsetNum) Limit

func (FtAggregateOpLimitOffsetNum) Params

func (FtAggregateOpLimitOffsetNum) Sortby

func (FtAggregateOpLimitOffsetNum) Withcursor

type FtAggregateOpSortbyFieldsOrderAsc

type FtAggregateOpSortbyFieldsOrderAsc Completed

func (FtAggregateOpSortbyFieldsOrderAsc) Apply

func (FtAggregateOpSortbyFieldsOrderAsc) Build

func (FtAggregateOpSortbyFieldsOrderAsc) Dialect

func (FtAggregateOpSortbyFieldsOrderAsc) Filter

func (FtAggregateOpSortbyFieldsOrderAsc) Groupby

func (FtAggregateOpSortbyFieldsOrderAsc) Limit

func (FtAggregateOpSortbyFieldsOrderAsc) Max

func (FtAggregateOpSortbyFieldsOrderAsc) Params

func (FtAggregateOpSortbyFieldsOrderAsc) Property

func (FtAggregateOpSortbyFieldsOrderAsc) Sortby

func (FtAggregateOpSortbyFieldsOrderAsc) Withcursor

type FtAggregateOpSortbyFieldsOrderDesc

type FtAggregateOpSortbyFieldsOrderDesc Completed

func (FtAggregateOpSortbyFieldsOrderDesc) Apply

func (FtAggregateOpSortbyFieldsOrderDesc) Build

func (FtAggregateOpSortbyFieldsOrderDesc) Dialect

func (FtAggregateOpSortbyFieldsOrderDesc) Filter

func (FtAggregateOpSortbyFieldsOrderDesc) Groupby

func (FtAggregateOpSortbyFieldsOrderDesc) Limit

func (FtAggregateOpSortbyFieldsOrderDesc) Max

func (FtAggregateOpSortbyFieldsOrderDesc) Params

func (FtAggregateOpSortbyFieldsOrderDesc) Property

func (FtAggregateOpSortbyFieldsOrderDesc) Sortby

func (FtAggregateOpSortbyFieldsOrderDesc) Withcursor

type FtAggregateOpSortbyFieldsProperty

type FtAggregateOpSortbyFieldsProperty Completed

func (FtAggregateOpSortbyFieldsProperty) Apply

func (FtAggregateOpSortbyFieldsProperty) Asc

func (FtAggregateOpSortbyFieldsProperty) Build

func (FtAggregateOpSortbyFieldsProperty) Desc

func (FtAggregateOpSortbyFieldsProperty) Dialect

func (FtAggregateOpSortbyFieldsProperty) Filter

func (FtAggregateOpSortbyFieldsProperty) Groupby

func (FtAggregateOpSortbyFieldsProperty) Limit

func (FtAggregateOpSortbyFieldsProperty) Max

func (FtAggregateOpSortbyFieldsProperty) Params

func (FtAggregateOpSortbyFieldsProperty) Property

func (FtAggregateOpSortbyFieldsProperty) Sortby

func (FtAggregateOpSortbyFieldsProperty) Withcursor

type FtAggregateOpSortbyMax

type FtAggregateOpSortbyMax Completed

func (FtAggregateOpSortbyMax) Apply

func (FtAggregateOpSortbyMax) Build

func (FtAggregateOpSortbyMax) Dialect

func (c FtAggregateOpSortbyMax) Dialect(dialect int64) FtAggregateDialect

func (FtAggregateOpSortbyMax) Filter

func (FtAggregateOpSortbyMax) Groupby

func (FtAggregateOpSortbyMax) Limit

func (FtAggregateOpSortbyMax) Params

func (FtAggregateOpSortbyMax) Sortby

func (FtAggregateOpSortbyMax) Withcursor

type FtAggregateOpSortbySortby

type FtAggregateOpSortbySortby Completed

func (FtAggregateOpSortbySortby) Apply

func (FtAggregateOpSortbySortby) Build

func (FtAggregateOpSortbySortby) Dialect

func (FtAggregateOpSortbySortby) Filter

func (FtAggregateOpSortbySortby) Groupby

func (FtAggregateOpSortbySortby) Limit

func (FtAggregateOpSortbySortby) Max

func (FtAggregateOpSortbySortby) Params

func (FtAggregateOpSortbySortby) Property

func (FtAggregateOpSortbySortby) Sortby

func (FtAggregateOpSortbySortby) Withcursor

type FtAggregateParamsNameValue

type FtAggregateParamsNameValue Completed

func (FtAggregateParamsNameValue) Build

func (FtAggregateParamsNameValue) Dialect

func (FtAggregateParamsNameValue) NameValue

type FtAggregateParamsNargs

type FtAggregateParamsNargs Completed

func (FtAggregateParamsNargs) NameValue

type FtAggregateParamsParams

type FtAggregateParamsParams Completed

func (FtAggregateParamsParams) Nargs

type FtAggregateQuery

type FtAggregateQuery Completed

func (FtAggregateQuery) Apply

func (c FtAggregateQuery) Apply(expression string) FtAggregateOpApplyApply

func (FtAggregateQuery) Build

func (c FtAggregateQuery) Build() Completed

func (FtAggregateQuery) Dialect

func (c FtAggregateQuery) Dialect(dialect int64) FtAggregateDialect

func (FtAggregateQuery) Filter

func (c FtAggregateQuery) Filter(filter string) FtAggregateOpFilter

func (FtAggregateQuery) Groupby

func (FtAggregateQuery) Limit

func (FtAggregateQuery) Load

func (FtAggregateQuery) LoadAll

func (FtAggregateQuery) Params

func (FtAggregateQuery) Sortby

func (FtAggregateQuery) Timeout

func (c FtAggregateQuery) Timeout(timeout int64) FtAggregateTimeout

func (FtAggregateQuery) Verbatim

func (FtAggregateQuery) Withcursor

type FtAggregateTimeout

type FtAggregateTimeout Completed

func (FtAggregateTimeout) Apply

func (FtAggregateTimeout) Build

func (c FtAggregateTimeout) Build() Completed

func (FtAggregateTimeout) Dialect

func (c FtAggregateTimeout) Dialect(dialect int64) FtAggregateDialect

func (FtAggregateTimeout) Filter

func (FtAggregateTimeout) Groupby

func (FtAggregateTimeout) Limit

func (FtAggregateTimeout) LoadAll

func (FtAggregateTimeout) Params

func (FtAggregateTimeout) Sortby

func (FtAggregateTimeout) Withcursor

type FtAggregateVerbatim

type FtAggregateVerbatim Completed

func (FtAggregateVerbatim) Apply

func (FtAggregateVerbatim) Build

func (c FtAggregateVerbatim) Build() Completed

func (FtAggregateVerbatim) Dialect

func (c FtAggregateVerbatim) Dialect(dialect int64) FtAggregateDialect

func (FtAggregateVerbatim) Filter

func (FtAggregateVerbatim) Groupby

func (FtAggregateVerbatim) Limit

func (FtAggregateVerbatim) Load

func (FtAggregateVerbatim) LoadAll

func (FtAggregateVerbatim) Params

func (FtAggregateVerbatim) Sortby

func (FtAggregateVerbatim) Timeout

func (c FtAggregateVerbatim) Timeout(timeout int64) FtAggregateTimeout

func (FtAggregateVerbatim) Withcursor

type FtAliasadd

type FtAliasadd Completed

func (FtAliasadd) Alias

func (c FtAliasadd) Alias(alias string) FtAliasaddAlias

type FtAliasaddAlias

type FtAliasaddAlias Completed

func (FtAliasaddAlias) Index

func (c FtAliasaddAlias) Index(index string) FtAliasaddIndex

type FtAliasaddIndex

type FtAliasaddIndex Completed

func (FtAliasaddIndex) Build

func (c FtAliasaddIndex) Build() Completed

type FtAliasdel

type FtAliasdel Completed

func (FtAliasdel) Alias

func (c FtAliasdel) Alias(alias string) FtAliasdelAlias

type FtAliasdelAlias

type FtAliasdelAlias Completed

func (FtAliasdelAlias) Build

func (c FtAliasdelAlias) Build() Completed

type FtAliasupdate

type FtAliasupdate Completed

func (FtAliasupdate) Alias

func (c FtAliasupdate) Alias(alias string) FtAliasupdateAlias

type FtAliasupdateAlias

type FtAliasupdateAlias Completed

func (FtAliasupdateAlias) Index

type FtAliasupdateIndex

type FtAliasupdateIndex Completed

func (FtAliasupdateIndex) Build

func (c FtAliasupdateIndex) Build() Completed

type FtAlter

type FtAlter Completed

func (FtAlter) Index

func (c FtAlter) Index(index string) FtAlterIndex

type FtAlterAdd

type FtAlterAdd Completed

func (FtAlterAdd) Field

func (c FtAlterAdd) Field(field string) FtAlterField

type FtAlterField

type FtAlterField Completed

func (FtAlterField) Options

func (c FtAlterField) Options(options string) FtAlterOptions

type FtAlterIndex

type FtAlterIndex Completed

func (FtAlterIndex) Schema

func (c FtAlterIndex) Schema() FtAlterSchema

func (FtAlterIndex) Skipinitialscan

func (c FtAlterIndex) Skipinitialscan() FtAlterSkipinitialscan

type FtAlterOptions

type FtAlterOptions Completed

func (FtAlterOptions) Build

func (c FtAlterOptions) Build() Completed

type FtAlterSchema

type FtAlterSchema Completed

func (FtAlterSchema) Add

func (c FtAlterSchema) Add() FtAlterAdd

type FtAlterSkipinitialscan

type FtAlterSkipinitialscan Completed

func (FtAlterSkipinitialscan) Schema

type FtConfigGet

type FtConfigGet Completed

func (FtConfigGet) Option

func (c FtConfigGet) Option(option string) FtConfigGetOption

type FtConfigGetOption

type FtConfigGetOption Completed

func (FtConfigGetOption) Build

func (c FtConfigGetOption) Build() Completed

type FtConfigHelp

type FtConfigHelp Completed

func (FtConfigHelp) Option

func (c FtConfigHelp) Option(option string) FtConfigHelpOption

type FtConfigHelpOption

type FtConfigHelpOption Completed

func (FtConfigHelpOption) Build

func (c FtConfigHelpOption) Build() Completed

type FtConfigSet

type FtConfigSet Completed

func (FtConfigSet) Option

func (c FtConfigSet) Option(option string) FtConfigSetOption

type FtConfigSetOption

type FtConfigSetOption Completed

func (FtConfigSetOption) Value

func (c FtConfigSetOption) Value(value string) FtConfigSetValue

type FtConfigSetValue

type FtConfigSetValue Completed

func (FtConfigSetValue) Build

func (c FtConfigSetValue) Build() Completed

type FtCreate

type FtCreate Completed

func (FtCreate) Index

func (c FtCreate) Index(index string) FtCreateIndex

type FtCreateFieldAs

type FtCreateFieldAs Completed

func (FtCreateFieldAs) Geo

func (FtCreateFieldAs) Numeric

func (FtCreateFieldAs) Tag

func (FtCreateFieldAs) Text

func (FtCreateFieldAs) Vector

func (c FtCreateFieldAs) Vector(algo string, nargs int64, args ...string) FtCreateFieldFieldTypeVector

type FtCreateFieldFieldName

type FtCreateFieldFieldName Completed

func (FtCreateFieldFieldName) As

func (FtCreateFieldFieldName) Geo

func (FtCreateFieldFieldName) Numeric

func (FtCreateFieldFieldName) Tag

func (FtCreateFieldFieldName) Text

func (FtCreateFieldFieldName) Vector

type FtCreateFieldFieldTypeGeo

type FtCreateFieldFieldTypeGeo Completed

func (FtCreateFieldFieldTypeGeo) Build

func (FtCreateFieldFieldTypeGeo) Casesensitive

func (FtCreateFieldFieldTypeGeo) FieldName

func (FtCreateFieldFieldTypeGeo) Noindex

func (FtCreateFieldFieldTypeGeo) Nostem

func (FtCreateFieldFieldTypeGeo) Phonetic

func (FtCreateFieldFieldTypeGeo) Separator

func (FtCreateFieldFieldTypeGeo) Sortable

func (FtCreateFieldFieldTypeGeo) Weight

func (FtCreateFieldFieldTypeGeo) Withsuffixtrie

type FtCreateFieldFieldTypeNumeric

type FtCreateFieldFieldTypeNumeric Completed

func (FtCreateFieldFieldTypeNumeric) Build

func (FtCreateFieldFieldTypeNumeric) Casesensitive

func (FtCreateFieldFieldTypeNumeric) FieldName

func (FtCreateFieldFieldTypeNumeric) Noindex

func (FtCreateFieldFieldTypeNumeric) Nostem

func (FtCreateFieldFieldTypeNumeric) Phonetic

func (FtCreateFieldFieldTypeNumeric) Separator

func (FtCreateFieldFieldTypeNumeric) Sortable

func (FtCreateFieldFieldTypeNumeric) Weight

func (FtCreateFieldFieldTypeNumeric) Withsuffixtrie

type FtCreateFieldFieldTypeTag

type FtCreateFieldFieldTypeTag Completed

func (FtCreateFieldFieldTypeTag) Build

func (FtCreateFieldFieldTypeTag) Casesensitive

func (FtCreateFieldFieldTypeTag) FieldName

func (FtCreateFieldFieldTypeTag) Noindex

func (FtCreateFieldFieldTypeTag) Nostem

func (FtCreateFieldFieldTypeTag) Phonetic

func (FtCreateFieldFieldTypeTag) Separator

func (FtCreateFieldFieldTypeTag) Sortable

func (FtCreateFieldFieldTypeTag) Weight

func (FtCreateFieldFieldTypeTag) Withsuffixtrie

type FtCreateFieldFieldTypeText

type FtCreateFieldFieldTypeText Completed

func (FtCreateFieldFieldTypeText) Build

func (FtCreateFieldFieldTypeText) Casesensitive

func (FtCreateFieldFieldTypeText) FieldName

func (FtCreateFieldFieldTypeText) Noindex

func (FtCreateFieldFieldTypeText) Nostem

func (FtCreateFieldFieldTypeText) Phonetic

func (FtCreateFieldFieldTypeText) Separator

func (FtCreateFieldFieldTypeText) Sortable

func (FtCreateFieldFieldTypeText) Weight

func (FtCreateFieldFieldTypeText) Withsuffixtrie

type FtCreateFieldFieldTypeVector

type FtCreateFieldFieldTypeVector Completed

func (FtCreateFieldFieldTypeVector) Build

func (FtCreateFieldFieldTypeVector) Casesensitive

func (FtCreateFieldFieldTypeVector) FieldName

func (FtCreateFieldFieldTypeVector) Noindex

func (FtCreateFieldFieldTypeVector) Nostem

func (FtCreateFieldFieldTypeVector) Phonetic

func (FtCreateFieldFieldTypeVector) Separator

func (FtCreateFieldFieldTypeVector) Sortable

func (FtCreateFieldFieldTypeVector) Weight

func (FtCreateFieldFieldTypeVector) Withsuffixtrie

type FtCreateFieldOptionCasesensitive

type FtCreateFieldOptionCasesensitive Completed

func (FtCreateFieldOptionCasesensitive) Build

func (FtCreateFieldOptionCasesensitive) Casesensitive

func (FtCreateFieldOptionCasesensitive) FieldName

func (FtCreateFieldOptionCasesensitive) Noindex

func (FtCreateFieldOptionCasesensitive) Nostem

func (FtCreateFieldOptionCasesensitive) Phonetic

func (FtCreateFieldOptionCasesensitive) Separator

func (FtCreateFieldOptionCasesensitive) Sortable

func (FtCreateFieldOptionCasesensitive) Weight

func (FtCreateFieldOptionCasesensitive) Withsuffixtrie

type FtCreateFieldOptionNoindex

type FtCreateFieldOptionNoindex Completed

func (FtCreateFieldOptionNoindex) Build

func (FtCreateFieldOptionNoindex) Casesensitive

func (FtCreateFieldOptionNoindex) FieldName

func (FtCreateFieldOptionNoindex) Noindex

func (FtCreateFieldOptionNoindex) Nostem

func (FtCreateFieldOptionNoindex) Phonetic

func (FtCreateFieldOptionNoindex) Separator

func (FtCreateFieldOptionNoindex) Sortable

func (FtCreateFieldOptionNoindex) Weight

func (FtCreateFieldOptionNoindex) Withsuffixtrie

type FtCreateFieldOptionNostem

type FtCreateFieldOptionNostem Completed

func (FtCreateFieldOptionNostem) Build

func (FtCreateFieldOptionNostem) Casesensitive

func (FtCreateFieldOptionNostem) FieldName

func (FtCreateFieldOptionNostem) Noindex

func (FtCreateFieldOptionNostem) Nostem

func (FtCreateFieldOptionNostem) Phonetic

func (FtCreateFieldOptionNostem) Separator

func (FtCreateFieldOptionNostem) Sortable

func (FtCreateFieldOptionNostem) Weight

func (FtCreateFieldOptionNostem) Withsuffixtrie

type FtCreateFieldOptionPhonetic

type FtCreateFieldOptionPhonetic Completed

func (FtCreateFieldOptionPhonetic) Build

func (FtCreateFieldOptionPhonetic) Casesensitive

func (FtCreateFieldOptionPhonetic) FieldName

func (FtCreateFieldOptionPhonetic) Noindex

func (FtCreateFieldOptionPhonetic) Nostem

func (FtCreateFieldOptionPhonetic) Phonetic

func (FtCreateFieldOptionPhonetic) Separator

func (FtCreateFieldOptionPhonetic) Sortable

func (FtCreateFieldOptionPhonetic) Weight

func (FtCreateFieldOptionPhonetic) Withsuffixtrie

type FtCreateFieldOptionSeparator

type FtCreateFieldOptionSeparator Completed

func (FtCreateFieldOptionSeparator) Build

func (FtCreateFieldOptionSeparator) Casesensitive

func (FtCreateFieldOptionSeparator) FieldName

func (FtCreateFieldOptionSeparator) Noindex

func (FtCreateFieldOptionSeparator) Nostem

func (FtCreateFieldOptionSeparator) Phonetic

func (FtCreateFieldOptionSeparator) Separator

func (FtCreateFieldOptionSeparator) Sortable

func (FtCreateFieldOptionSeparator) Weight

func (FtCreateFieldOptionSeparator) Withsuffixtrie

type FtCreateFieldOptionSortableSortable

type FtCreateFieldOptionSortableSortable Completed

func (FtCreateFieldOptionSortableSortable) Build

func (FtCreateFieldOptionSortableSortable) Casesensitive

func (FtCreateFieldOptionSortableSortable) FieldName

func (FtCreateFieldOptionSortableSortable) Noindex

func (FtCreateFieldOptionSortableSortable) Nostem

func (FtCreateFieldOptionSortableSortable) Phonetic

func (FtCreateFieldOptionSortableSortable) Separator

func (FtCreateFieldOptionSortableSortable) Sortable

func (FtCreateFieldOptionSortableSortable) Unf

func (FtCreateFieldOptionSortableSortable) Weight

func (FtCreateFieldOptionSortableSortable) Withsuffixtrie

type FtCreateFieldOptionSortableUnf

type FtCreateFieldOptionSortableUnf Completed

func (FtCreateFieldOptionSortableUnf) Build

func (FtCreateFieldOptionSortableUnf) Casesensitive

func (FtCreateFieldOptionSortableUnf) FieldName

func (FtCreateFieldOptionSortableUnf) Noindex

func (FtCreateFieldOptionSortableUnf) Nostem

func (FtCreateFieldOptionSortableUnf) Phonetic

func (FtCreateFieldOptionSortableUnf) Separator

func (FtCreateFieldOptionSortableUnf) Sortable

func (FtCreateFieldOptionSortableUnf) Weight

func (FtCreateFieldOptionSortableUnf) Withsuffixtrie

type FtCreateFieldOptionWeight

type FtCreateFieldOptionWeight Completed

func (FtCreateFieldOptionWeight) Build

func (FtCreateFieldOptionWeight) Casesensitive

func (FtCreateFieldOptionWeight) FieldName

func (FtCreateFieldOptionWeight) Noindex

func (FtCreateFieldOptionWeight) Nostem

func (FtCreateFieldOptionWeight) Phonetic

func (FtCreateFieldOptionWeight) Separator

func (FtCreateFieldOptionWeight) Sortable

func (FtCreateFieldOptionWeight) Weight

func (FtCreateFieldOptionWeight) Withsuffixtrie

type FtCreateFieldOptionWithsuffixtrie

type FtCreateFieldOptionWithsuffixtrie Completed

func (FtCreateFieldOptionWithsuffixtrie) Build

func (FtCreateFieldOptionWithsuffixtrie) Casesensitive

func (FtCreateFieldOptionWithsuffixtrie) FieldName

func (FtCreateFieldOptionWithsuffixtrie) Noindex

func (FtCreateFieldOptionWithsuffixtrie) Nostem

func (FtCreateFieldOptionWithsuffixtrie) Phonetic

func (FtCreateFieldOptionWithsuffixtrie) Separator

func (FtCreateFieldOptionWithsuffixtrie) Sortable

func (FtCreateFieldOptionWithsuffixtrie) Weight

func (FtCreateFieldOptionWithsuffixtrie) Withsuffixtrie

type FtCreateFilter

type FtCreateFilter Completed

func (FtCreateFilter) Language

func (c FtCreateFilter) Language(defaultLang string) FtCreateLanguage

func (FtCreateFilter) LanguageField

func (c FtCreateFilter) LanguageField(langAttribute string) FtCreateLanguageField

func (FtCreateFilter) Maxtextfields

func (c FtCreateFilter) Maxtextfields() FtCreateMaxtextfields

func (FtCreateFilter) Nofields

func (c FtCreateFilter) Nofields() FtCreateNofields

func (FtCreateFilter) Nofreqs

func (c FtCreateFilter) Nofreqs() FtCreateNofreqs

func (FtCreateFilter) Nohl

func (c FtCreateFilter) Nohl() FtCreateNohl

func (FtCreateFilter) Nooffsets

func (c FtCreateFilter) Nooffsets() FtCreateNooffsets

func (FtCreateFilter) PayloadField

func (c FtCreateFilter) PayloadField(payloadAttribute string) FtCreatePayloadField

func (FtCreateFilter) Schema

func (c FtCreateFilter) Schema() FtCreateSchema

func (FtCreateFilter) Score

func (c FtCreateFilter) Score(defaultScore float64) FtCreateScore

func (FtCreateFilter) ScoreField

func (c FtCreateFilter) ScoreField(scoreAttribute string) FtCreateScoreField

func (FtCreateFilter) Skipinitialscan

func (c FtCreateFilter) Skipinitialscan() FtCreateSkipinitialscan

func (FtCreateFilter) Stopwords

func (c FtCreateFilter) Stopwords(count int64) FtCreateStopwordsStopwords

func (FtCreateFilter) Temporary

func (c FtCreateFilter) Temporary(seconds float64) FtCreateTemporary

type FtCreateIndex

type FtCreateIndex Completed

func (FtCreateIndex) Filter

func (c FtCreateIndex) Filter(filter string) FtCreateFilter

func (FtCreateIndex) Language

func (c FtCreateIndex) Language(defaultLang string) FtCreateLanguage

func (FtCreateIndex) LanguageField

func (c FtCreateIndex) LanguageField(langAttribute string) FtCreateLanguageField

func (FtCreateIndex) Maxtextfields

func (c FtCreateIndex) Maxtextfields() FtCreateMaxtextfields

func (FtCreateIndex) Nofields

func (c FtCreateIndex) Nofields() FtCreateNofields

func (FtCreateIndex) Nofreqs

func (c FtCreateIndex) Nofreqs() FtCreateNofreqs

func (FtCreateIndex) Nohl

func (c FtCreateIndex) Nohl() FtCreateNohl

func (FtCreateIndex) Nooffsets

func (c FtCreateIndex) Nooffsets() FtCreateNooffsets

func (FtCreateIndex) OnHash

func (c FtCreateIndex) OnHash() FtCreateOnHash

func (FtCreateIndex) OnJson

func (c FtCreateIndex) OnJson() FtCreateOnJson

func (FtCreateIndex) PayloadField

func (c FtCreateIndex) PayloadField(payloadAttribute string) FtCreatePayloadField

func (FtCreateIndex) Prefix

func (c FtCreateIndex) Prefix(count int64) FtCreatePrefixCount

func (FtCreateIndex) Schema

func (c FtCreateIndex) Schema() FtCreateSchema

func (FtCreateIndex) Score

func (c FtCreateIndex) Score(defaultScore float64) FtCreateScore

func (FtCreateIndex) ScoreField

func (c FtCreateIndex) ScoreField(scoreAttribute string) FtCreateScoreField

func (FtCreateIndex) Skipinitialscan

func (c FtCreateIndex) Skipinitialscan() FtCreateSkipinitialscan

func (FtCreateIndex) Stopwords

func (c FtCreateIndex) Stopwords(count int64) FtCreateStopwordsStopwords

func (FtCreateIndex) Temporary

func (c FtCreateIndex) Temporary(seconds float64) FtCreateTemporary

type FtCreateLanguage

type FtCreateLanguage Completed

func (FtCreateLanguage) LanguageField

func (c FtCreateLanguage) LanguageField(langAttribute string) FtCreateLanguageField

func (FtCreateLanguage) Maxtextfields

func (c FtCreateLanguage) Maxtextfields() FtCreateMaxtextfields

func (FtCreateLanguage) Nofields

func (c FtCreateLanguage) Nofields() FtCreateNofields

func (FtCreateLanguage) Nofreqs

func (c FtCreateLanguage) Nofreqs() FtCreateNofreqs

func (FtCreateLanguage) Nohl

func (c FtCreateLanguage) Nohl() FtCreateNohl

func (FtCreateLanguage) Nooffsets

func (c FtCreateLanguage) Nooffsets() FtCreateNooffsets

func (FtCreateLanguage) PayloadField

func (c FtCreateLanguage) PayloadField(payloadAttribute string) FtCreatePayloadField

func (FtCreateLanguage) Schema

func (c FtCreateLanguage) Schema() FtCreateSchema

func (FtCreateLanguage) Score

func (c FtCreateLanguage) Score(defaultScore float64) FtCreateScore

func (FtCreateLanguage) ScoreField

func (c FtCreateLanguage) ScoreField(scoreAttribute string) FtCreateScoreField

func (FtCreateLanguage) Skipinitialscan

func (c FtCreateLanguage) Skipinitialscan() FtCreateSkipinitialscan

func (FtCreateLanguage) Stopwords

func (FtCreateLanguage) Temporary

func (c FtCreateLanguage) Temporary(seconds float64) FtCreateTemporary

type FtCreateLanguageField

type FtCreateLanguageField Completed

func (FtCreateLanguageField) Maxtextfields

func (c FtCreateLanguageField) Maxtextfields() FtCreateMaxtextfields

func (FtCreateLanguageField) Nofields

func (FtCreateLanguageField) Nofreqs

func (FtCreateLanguageField) Nohl

func (FtCreateLanguageField) Nooffsets

func (FtCreateLanguageField) PayloadField

func (c FtCreateLanguageField) PayloadField(payloadAttribute string) FtCreatePayloadField

func (FtCreateLanguageField) Schema

func (FtCreateLanguageField) Score

func (c FtCreateLanguageField) Score(defaultScore float64) FtCreateScore

func (FtCreateLanguageField) ScoreField

func (c FtCreateLanguageField) ScoreField(scoreAttribute string) FtCreateScoreField

func (FtCreateLanguageField) Skipinitialscan

func (c FtCreateLanguageField) Skipinitialscan() FtCreateSkipinitialscan

func (FtCreateLanguageField) Stopwords

func (FtCreateLanguageField) Temporary

func (c FtCreateLanguageField) Temporary(seconds float64) FtCreateTemporary

type FtCreateMaxtextfields

type FtCreateMaxtextfields Completed

func (FtCreateMaxtextfields) Nofields

func (FtCreateMaxtextfields) Nofreqs

func (FtCreateMaxtextfields) Nohl

func (FtCreateMaxtextfields) Nooffsets

func (FtCreateMaxtextfields) Schema

func (FtCreateMaxtextfields) Skipinitialscan

func (c FtCreateMaxtextfields) Skipinitialscan() FtCreateSkipinitialscan

func (FtCreateMaxtextfields) Stopwords

func (FtCreateMaxtextfields) Temporary

func (c FtCreateMaxtextfields) Temporary(seconds float64) FtCreateTemporary

type FtCreateNofields

type FtCreateNofields Completed

func (FtCreateNofields) Nofreqs

func (c FtCreateNofields) Nofreqs() FtCreateNofreqs

func (FtCreateNofields) Schema

func (c FtCreateNofields) Schema() FtCreateSchema

func (FtCreateNofields) Skipinitialscan

func (c FtCreateNofields) Skipinitialscan() FtCreateSkipinitialscan

func (FtCreateNofields) Stopwords

type FtCreateNofreqs

type FtCreateNofreqs Completed

func (FtCreateNofreqs) Schema

func (c FtCreateNofreqs) Schema() FtCreateSchema

func (FtCreateNofreqs) Skipinitialscan

func (c FtCreateNofreqs) Skipinitialscan() FtCreateSkipinitialscan

func (FtCreateNofreqs) Stopwords

type FtCreateNohl

type FtCreateNohl Completed

func (FtCreateNohl) Nofields

func (c FtCreateNohl) Nofields() FtCreateNofields

func (FtCreateNohl) Nofreqs

func (c FtCreateNohl) Nofreqs() FtCreateNofreqs

func (FtCreateNohl) Schema

func (c FtCreateNohl) Schema() FtCreateSchema

func (FtCreateNohl) Skipinitialscan

func (c FtCreateNohl) Skipinitialscan() FtCreateSkipinitialscan

func (FtCreateNohl) Stopwords

func (c FtCreateNohl) Stopwords(count int64) FtCreateStopwordsStopwords

type FtCreateNooffsets

type FtCreateNooffsets Completed

func (FtCreateNooffsets) Nofields

func (c FtCreateNooffsets) Nofields() FtCreateNofields

func (FtCreateNooffsets) Nofreqs

func (c FtCreateNooffsets) Nofreqs() FtCreateNofreqs

func (FtCreateNooffsets) Nohl

func (FtCreateNooffsets) Schema

func (c FtCreateNooffsets) Schema() FtCreateSchema

func (FtCreateNooffsets) Skipinitialscan

func (c FtCreateNooffsets) Skipinitialscan() FtCreateSkipinitialscan

func (FtCreateNooffsets) Stopwords

type FtCreateOnHash

type FtCreateOnHash Completed

func (FtCreateOnHash) Filter

func (c FtCreateOnHash) Filter(filter string) FtCreateFilter

func (FtCreateOnHash) Language

func (c FtCreateOnHash) Language(defaultLang string) FtCreateLanguage

func (FtCreateOnHash) LanguageField

func (c FtCreateOnHash) LanguageField(langAttribute string) FtCreateLanguageField

func (FtCreateOnHash) Maxtextfields

func (c FtCreateOnHash) Maxtextfields() FtCreateMaxtextfields

func (FtCreateOnHash) Nofields

func (c FtCreateOnHash) Nofields() FtCreateNofields

func (FtCreateOnHash) Nofreqs

func (c FtCreateOnHash) Nofreqs() FtCreateNofreqs

func (FtCreateOnHash) Nohl

func (c FtCreateOnHash) Nohl() FtCreateNohl

func (FtCreateOnHash) Nooffsets

func (c FtCreateOnHash) Nooffsets() FtCreateNooffsets

func (FtCreateOnHash) PayloadField

func (c FtCreateOnHash) PayloadField(payloadAttribute string) FtCreatePayloadField

func (FtCreateOnHash) Prefix

func (c FtCreateOnHash) Prefix(count int64) FtCreatePrefixCount

func (FtCreateOnHash) Schema

func (c FtCreateOnHash) Schema() FtCreateSchema

func (FtCreateOnHash) Score

func (c FtCreateOnHash) Score(defaultScore float64) FtCreateScore

func (FtCreateOnHash) ScoreField

func (c FtCreateOnHash) ScoreField(scoreAttribute string) FtCreateScoreField

func (FtCreateOnHash) Skipinitialscan

func (c FtCreateOnHash) Skipinitialscan() FtCreateSkipinitialscan

func (FtCreateOnHash) Stopwords

func (c FtCreateOnHash) Stopwords(count int64) FtCreateStopwordsStopwords

func (FtCreateOnHash) Temporary

func (c FtCreateOnHash) Temporary(seconds float64) FtCreateTemporary

type FtCreateOnJson

type FtCreateOnJson Completed

func (FtCreateOnJson) Filter

func (c FtCreateOnJson) Filter(filter string) FtCreateFilter

func (FtCreateOnJson) Language

func (c FtCreateOnJson) Language(defaultLang string) FtCreateLanguage

func (FtCreateOnJson) LanguageField

func (c FtCreateOnJson) LanguageField(langAttribute string) FtCreateLanguageField

func (FtCreateOnJson) Maxtextfields

func (c FtCreateOnJson) Maxtextfields() FtCreateMaxtextfields

func (FtCreateOnJson) Nofields

func (c FtCreateOnJson) Nofields() FtCreateNofields

func (FtCreateOnJson) Nofreqs

func (c FtCreateOnJson) Nofreqs() FtCreateNofreqs

func (FtCreateOnJson) Nohl

func (c FtCreateOnJson) Nohl() FtCreateNohl

func (FtCreateOnJson) Nooffsets

func (c FtCreateOnJson) Nooffsets() FtCreateNooffsets

func (FtCreateOnJson) PayloadField

func (c FtCreateOnJson) PayloadField(payloadAttribute string) FtCreatePayloadField

func (FtCreateOnJson) Prefix

func (c FtCreateOnJson) Prefix(count int64) FtCreatePrefixCount

func (FtCreateOnJson) Schema

func (c FtCreateOnJson) Schema() FtCreateSchema

func (FtCreateOnJson) Score

func (c FtCreateOnJson) Score(defaultScore float64) FtCreateScore

func (FtCreateOnJson) ScoreField

func (c FtCreateOnJson) ScoreField(scoreAttribute string) FtCreateScoreField

func (FtCreateOnJson) Skipinitialscan

func (c FtCreateOnJson) Skipinitialscan() FtCreateSkipinitialscan

func (FtCreateOnJson) Stopwords

func (c FtCreateOnJson) Stopwords(count int64) FtCreateStopwordsStopwords

func (FtCreateOnJson) Temporary

func (c FtCreateOnJson) Temporary(seconds float64) FtCreateTemporary

type FtCreatePayloadField

type FtCreatePayloadField Completed

func (FtCreatePayloadField) Maxtextfields

func (c FtCreatePayloadField) Maxtextfields() FtCreateMaxtextfields

func (FtCreatePayloadField) Nofields

func (FtCreatePayloadField) Nofreqs

func (FtCreatePayloadField) Nohl

func (FtCreatePayloadField) Nooffsets

func (FtCreatePayloadField) Schema

func (FtCreatePayloadField) Skipinitialscan

func (c FtCreatePayloadField) Skipinitialscan() FtCreateSkipinitialscan

func (FtCreatePayloadField) Stopwords

func (FtCreatePayloadField) Temporary

func (c FtCreatePayloadField) Temporary(seconds float64) FtCreateTemporary

type FtCreatePrefixCount

type FtCreatePrefixCount Completed

func (FtCreatePrefixCount) Prefix

func (c FtCreatePrefixCount) Prefix(prefix ...string) FtCreatePrefixPrefix

type FtCreatePrefixPrefix

type FtCreatePrefixPrefix Completed

func (FtCreatePrefixPrefix) Filter

func (c FtCreatePrefixPrefix) Filter(filter string) FtCreateFilter

func (FtCreatePrefixPrefix) Language

func (c FtCreatePrefixPrefix) Language(defaultLang string) FtCreateLanguage

func (FtCreatePrefixPrefix) LanguageField

func (c FtCreatePrefixPrefix) LanguageField(langAttribute string) FtCreateLanguageField

func (FtCreatePrefixPrefix) Maxtextfields

func (c FtCreatePrefixPrefix) Maxtextfields() FtCreateMaxtextfields

func (FtCreatePrefixPrefix) Nofields

func (FtCreatePrefixPrefix) Nofreqs

func (FtCreatePrefixPrefix) Nohl

func (FtCreatePrefixPrefix) Nooffsets

func (FtCreatePrefixPrefix) PayloadField

func (c FtCreatePrefixPrefix) PayloadField(payloadAttribute string) FtCreatePayloadField

func (FtCreatePrefixPrefix) Prefix

func (c FtCreatePrefixPrefix) Prefix(prefix ...string) FtCreatePrefixPrefix

func (FtCreatePrefixPrefix) Schema

func (FtCreatePrefixPrefix) Score

func (c FtCreatePrefixPrefix) Score(defaultScore float64) FtCreateScore

func (FtCreatePrefixPrefix) ScoreField

func (c FtCreatePrefixPrefix) ScoreField(scoreAttribute string) FtCreateScoreField

func (FtCreatePrefixPrefix) Skipinitialscan

func (c FtCreatePrefixPrefix) Skipinitialscan() FtCreateSkipinitialscan

func (FtCreatePrefixPrefix) Stopwords

func (FtCreatePrefixPrefix) Temporary

func (c FtCreatePrefixPrefix) Temporary(seconds float64) FtCreateTemporary

type FtCreateSchema

type FtCreateSchema Completed

func (FtCreateSchema) FieldName

func (c FtCreateSchema) FieldName(fieldName string) FtCreateFieldFieldName

type FtCreateScore

type FtCreateScore Completed

func (FtCreateScore) Maxtextfields

func (c FtCreateScore) Maxtextfields() FtCreateMaxtextfields

func (FtCreateScore) Nofields

func (c FtCreateScore) Nofields() FtCreateNofields

func (FtCreateScore) Nofreqs

func (c FtCreateScore) Nofreqs() FtCreateNofreqs

func (FtCreateScore) Nohl

func (c FtCreateScore) Nohl() FtCreateNohl

func (FtCreateScore) Nooffsets

func (c FtCreateScore) Nooffsets() FtCreateNooffsets

func (FtCreateScore) PayloadField

func (c FtCreateScore) PayloadField(payloadAttribute string) FtCreatePayloadField

func (FtCreateScore) Schema

func (c FtCreateScore) Schema() FtCreateSchema

func (FtCreateScore) ScoreField

func (c FtCreateScore) ScoreField(scoreAttribute string) FtCreateScoreField

func (FtCreateScore) Skipinitialscan

func (c FtCreateScore) Skipinitialscan() FtCreateSkipinitialscan

func (FtCreateScore) Stopwords

func (c FtCreateScore) Stopwords(count int64) FtCreateStopwordsStopwords

func (FtCreateScore) Temporary

func (c FtCreateScore) Temporary(seconds float64) FtCreateTemporary

type FtCreateScoreField

type FtCreateScoreField Completed

func (FtCreateScoreField) Maxtextfields

func (c FtCreateScoreField) Maxtextfields() FtCreateMaxtextfields

func (FtCreateScoreField) Nofields

func (c FtCreateScoreField) Nofields() FtCreateNofields

func (FtCreateScoreField) Nofreqs

func (c FtCreateScoreField) Nofreqs() FtCreateNofreqs

func (FtCreateScoreField) Nohl

func (FtCreateScoreField) Nooffsets

func (c FtCreateScoreField) Nooffsets() FtCreateNooffsets

func (FtCreateScoreField) PayloadField

func (c FtCreateScoreField) PayloadField(payloadAttribute string) FtCreatePayloadField

func (FtCreateScoreField) Schema

func (FtCreateScoreField) Skipinitialscan

func (c FtCreateScoreField) Skipinitialscan() FtCreateSkipinitialscan

func (FtCreateScoreField) Stopwords

func (FtCreateScoreField) Temporary

func (c FtCreateScoreField) Temporary(seconds float64) FtCreateTemporary

type FtCreateSkipinitialscan

type FtCreateSkipinitialscan Completed

func (FtCreateSkipinitialscan) Schema

type FtCreateStopwordsStopword

type FtCreateStopwordsStopword Completed

func (FtCreateStopwordsStopword) Schema

func (FtCreateStopwordsStopword) Skipinitialscan

func (FtCreateStopwordsStopword) Stopword

type FtCreateStopwordsStopwords

type FtCreateStopwordsStopwords Completed

func (FtCreateStopwordsStopwords) Schema

func (FtCreateStopwordsStopwords) Skipinitialscan

func (FtCreateStopwordsStopwords) Stopword

type FtCreateTemporary

type FtCreateTemporary Completed

func (FtCreateTemporary) Nofields

func (c FtCreateTemporary) Nofields() FtCreateNofields

func (FtCreateTemporary) Nofreqs

func (c FtCreateTemporary) Nofreqs() FtCreateNofreqs

func (FtCreateTemporary) Nohl

func (FtCreateTemporary) Nooffsets

func (c FtCreateTemporary) Nooffsets() FtCreateNooffsets

func (FtCreateTemporary) Schema

func (c FtCreateTemporary) Schema() FtCreateSchema

func (FtCreateTemporary) Skipinitialscan

func (c FtCreateTemporary) Skipinitialscan() FtCreateSkipinitialscan

func (FtCreateTemporary) Stopwords

type FtCursorDel

type FtCursorDel Completed

func (FtCursorDel) Index

func (c FtCursorDel) Index(index string) FtCursorDelIndex

type FtCursorDelCursorId

type FtCursorDelCursorId Completed

func (FtCursorDelCursorId) Build

func (c FtCursorDelCursorId) Build() Completed

type FtCursorDelIndex

type FtCursorDelIndex Completed

func (FtCursorDelIndex) CursorId

func (c FtCursorDelIndex) CursorId(cursorId int64) FtCursorDelCursorId

type FtCursorRead

type FtCursorRead Completed

func (FtCursorRead) Index

func (c FtCursorRead) Index(index string) FtCursorReadIndex

type FtCursorReadCount

type FtCursorReadCount Completed

func (FtCursorReadCount) Build

func (c FtCursorReadCount) Build() Completed

type FtCursorReadCursorId

type FtCursorReadCursorId Completed

func (FtCursorReadCursorId) Build

func (c FtCursorReadCursorId) Build() Completed

func (FtCursorReadCursorId) Count

func (c FtCursorReadCursorId) Count(readSize int64) FtCursorReadCount

type FtCursorReadIndex

type FtCursorReadIndex Completed

func (FtCursorReadIndex) CursorId

func (c FtCursorReadIndex) CursorId(cursorId int64) FtCursorReadCursorId

type FtDictadd

type FtDictadd Completed

func (FtDictadd) Dict

func (c FtDictadd) Dict(dict string) FtDictaddDict

type FtDictaddDict

type FtDictaddDict Completed

func (FtDictaddDict) Term

func (c FtDictaddDict) Term(term ...string) FtDictaddTerm

type FtDictaddTerm

type FtDictaddTerm Completed

func (FtDictaddTerm) Build

func (c FtDictaddTerm) Build() Completed

func (FtDictaddTerm) Term

func (c FtDictaddTerm) Term(term ...string) FtDictaddTerm

type FtDictdel

type FtDictdel Completed

func (FtDictdel) Dict

func (c FtDictdel) Dict(dict string) FtDictdelDict

type FtDictdelDict

type FtDictdelDict Completed

func (FtDictdelDict) Term

func (c FtDictdelDict) Term(term ...string) FtDictdelTerm

type FtDictdelTerm

type FtDictdelTerm Completed

func (FtDictdelTerm) Build

func (c FtDictdelTerm) Build() Completed

func (FtDictdelTerm) Term

func (c FtDictdelTerm) Term(term ...string) FtDictdelTerm

type FtDictdump

type FtDictdump Completed

func (FtDictdump) Dict

func (c FtDictdump) Dict(dict string) FtDictdumpDict

type FtDictdumpDict

type FtDictdumpDict Completed

func (FtDictdumpDict) Build

func (c FtDictdumpDict) Build() Completed

type FtDropindex

type FtDropindex Completed

func (FtDropindex) Index

func (c FtDropindex) Index(index string) FtDropindexIndex

type FtDropindexDeleteDocsDd

type FtDropindexDeleteDocsDd Completed

func (FtDropindexDeleteDocsDd) Build

type FtDropindexIndex

type FtDropindexIndex Completed

func (FtDropindexIndex) Build

func (c FtDropindexIndex) Build() Completed

func (FtDropindexIndex) Dd

type FtExplain

type FtExplain Completed

func (FtExplain) Index

func (c FtExplain) Index(index string) FtExplainIndex

type FtExplainDialect

type FtExplainDialect Completed

func (FtExplainDialect) Build

func (c FtExplainDialect) Build() Completed

type FtExplainIndex

type FtExplainIndex Completed

func (FtExplainIndex) Query

func (c FtExplainIndex) Query(query string) FtExplainQuery

type FtExplainQuery

type FtExplainQuery Completed

func (FtExplainQuery) Build

func (c FtExplainQuery) Build() Completed

func (FtExplainQuery) Dialect

func (c FtExplainQuery) Dialect(dialect int64) FtExplainDialect

type FtExplaincli

type FtExplaincli Completed

func (FtExplaincli) Index

func (c FtExplaincli) Index(index string) FtExplaincliIndex

type FtExplaincliDialect

type FtExplaincliDialect Completed

func (FtExplaincliDialect) Build

func (c FtExplaincliDialect) Build() Completed

type FtExplaincliIndex

type FtExplaincliIndex Completed

func (FtExplaincliIndex) Query

type FtExplaincliQuery

type FtExplaincliQuery Completed

func (FtExplaincliQuery) Build

func (c FtExplaincliQuery) Build() Completed

func (FtExplaincliQuery) Dialect

func (c FtExplaincliQuery) Dialect(dialect int64) FtExplaincliDialect

type FtInfo

type FtInfo Completed

func (FtInfo) Index

func (c FtInfo) Index(index string) FtInfoIndex

type FtInfoIndex

type FtInfoIndex Completed

func (FtInfoIndex) Build

func (c FtInfoIndex) Build() Completed

type FtList

type FtList Completed

func (FtList) Build

func (c FtList) Build() Completed

type FtProfile

type FtProfile Completed

func (FtProfile) Index

func (c FtProfile) Index(index string) FtProfileIndex

type FtProfileIndex

type FtProfileIndex Completed

func (FtProfileIndex) Aggregate

func (FtProfileIndex) Search

type FtProfileLimited

type FtProfileLimited Completed

func (FtProfileLimited) Query

func (c FtProfileLimited) Query(query string) FtProfileQuery

type FtProfileQuery

type FtProfileQuery Completed

func (FtProfileQuery) Build

func (c FtProfileQuery) Build() Completed

type FtProfileQuerytypeAggregate

type FtProfileQuerytypeAggregate Completed

func (FtProfileQuerytypeAggregate) Limited

func (FtProfileQuerytypeAggregate) Query

type FtProfileQuerytypeSearch

type FtProfileQuerytypeSearch Completed

func (FtProfileQuerytypeSearch) Limited

func (FtProfileQuerytypeSearch) Query

type FtSearch

type FtSearch Completed

func (FtSearch) Index

func (c FtSearch) Index(index string) FtSearchIndex

type FtSearchDialect

type FtSearchDialect Completed

func (FtSearchDialect) Build

func (c FtSearchDialect) Build() Completed

type FtSearchExpander

type FtSearchExpander Completed

func (FtSearchExpander) Build

func (c FtSearchExpander) Build() Completed

func (FtSearchExpander) Dialect

func (c FtSearchExpander) Dialect(dialect int64) FtSearchDialect

func (FtSearchExpander) Explainscore

func (c FtSearchExpander) Explainscore() FtSearchExplainscore

func (FtSearchExpander) Limit

func (FtSearchExpander) Params

func (FtSearchExpander) Payload

func (c FtSearchExpander) Payload(payload string) FtSearchPayload

func (FtSearchExpander) Scorer

func (c FtSearchExpander) Scorer(scorer string) FtSearchScorer

func (FtSearchExpander) Sortby

func (c FtSearchExpander) Sortby(sortby string) FtSearchSortbySortby

type FtSearchExplainscore

type FtSearchExplainscore Completed

func (FtSearchExplainscore) Build

func (c FtSearchExplainscore) Build() Completed

func (FtSearchExplainscore) Dialect

func (c FtSearchExplainscore) Dialect(dialect int64) FtSearchDialect

func (FtSearchExplainscore) Limit

func (FtSearchExplainscore) Params

func (FtSearchExplainscore) Payload

func (c FtSearchExplainscore) Payload(payload string) FtSearchPayload

func (FtSearchExplainscore) Sortby

type FtSearchFilterFilter

type FtSearchFilterFilter Completed

func (FtSearchFilterFilter) Min

type FtSearchFilterMax

type FtSearchFilterMax Completed

func (FtSearchFilterMax) Build

func (c FtSearchFilterMax) Build() Completed

func (FtSearchFilterMax) Dialect

func (c FtSearchFilterMax) Dialect(dialect int64) FtSearchDialect

func (FtSearchFilterMax) Expander

func (c FtSearchFilterMax) Expander(expander string) FtSearchExpander

func (FtSearchFilterMax) Explainscore

func (c FtSearchFilterMax) Explainscore() FtSearchExplainscore

func (FtSearchFilterMax) Filter

func (c FtSearchFilterMax) Filter(numericField string) FtSearchFilterFilter

func (FtSearchFilterMax) Geofilter

func (c FtSearchFilterMax) Geofilter(geoField string) FtSearchGeoFilterGeofilter

func (FtSearchFilterMax) Highlight

func (FtSearchFilterMax) Infields

func (FtSearchFilterMax) Inkeys

func (FtSearchFilterMax) Inorder

func (FtSearchFilterMax) Language

func (c FtSearchFilterMax) Language(language string) FtSearchLanguage

func (FtSearchFilterMax) Limit

func (FtSearchFilterMax) Params

func (FtSearchFilterMax) Payload

func (c FtSearchFilterMax) Payload(payload string) FtSearchPayload

func (FtSearchFilterMax) Return

func (FtSearchFilterMax) Scorer

func (c FtSearchFilterMax) Scorer(scorer string) FtSearchScorer

func (FtSearchFilterMax) Slop

func (c FtSearchFilterMax) Slop(slop int64) FtSearchSlop

func (FtSearchFilterMax) Sortby

func (FtSearchFilterMax) Summarize

func (FtSearchFilterMax) Timeout

func (c FtSearchFilterMax) Timeout(timeout int64) FtSearchTimeout

type FtSearchFilterMin

type FtSearchFilterMin Completed

func (FtSearchFilterMin) Max

type FtSearchGeoFilterGeofilter

type FtSearchGeoFilterGeofilter Completed

func (FtSearchGeoFilterGeofilter) Lon

type FtSearchGeoFilterLat

type FtSearchGeoFilterLat Completed

func (FtSearchGeoFilterLat) Radius

type FtSearchGeoFilterLon

type FtSearchGeoFilterLon Completed

func (FtSearchGeoFilterLon) Lat

type FtSearchGeoFilterRadius

type FtSearchGeoFilterRadius Completed

func (FtSearchGeoFilterRadius) Ft

func (FtSearchGeoFilterRadius) Km

func (FtSearchGeoFilterRadius) M

func (FtSearchGeoFilterRadius) Mi

type FtSearchGeoFilterRadiusTypeFt

type FtSearchGeoFilterRadiusTypeFt Completed

func (FtSearchGeoFilterRadiusTypeFt) Build

func (FtSearchGeoFilterRadiusTypeFt) Dialect

func (FtSearchGeoFilterRadiusTypeFt) Expander

func (FtSearchGeoFilterRadiusTypeFt) Explainscore

func (FtSearchGeoFilterRadiusTypeFt) Geofilter

func (FtSearchGeoFilterRadiusTypeFt) Highlight

func (FtSearchGeoFilterRadiusTypeFt) Infields

func (FtSearchGeoFilterRadiusTypeFt) Inkeys

func (FtSearchGeoFilterRadiusTypeFt) Inorder

func (FtSearchGeoFilterRadiusTypeFt) Language

func (FtSearchGeoFilterRadiusTypeFt) Limit

func (FtSearchGeoFilterRadiusTypeFt) Params

func (FtSearchGeoFilterRadiusTypeFt) Payload

func (FtSearchGeoFilterRadiusTypeFt) Return

func (FtSearchGeoFilterRadiusTypeFt) Scorer

func (FtSearchGeoFilterRadiusTypeFt) Slop

func (FtSearchGeoFilterRadiusTypeFt) Sortby

func (FtSearchGeoFilterRadiusTypeFt) Summarize

func (FtSearchGeoFilterRadiusTypeFt) Timeout

type FtSearchGeoFilterRadiusTypeKm

type FtSearchGeoFilterRadiusTypeKm Completed

func (FtSearchGeoFilterRadiusTypeKm) Build

func (FtSearchGeoFilterRadiusTypeKm) Dialect

func (FtSearchGeoFilterRadiusTypeKm) Expander

func (FtSearchGeoFilterRadiusTypeKm) Explainscore

func (FtSearchGeoFilterRadiusTypeKm) Geofilter

func (FtSearchGeoFilterRadiusTypeKm) Highlight

func (FtSearchGeoFilterRadiusTypeKm) Infields

func (FtSearchGeoFilterRadiusTypeKm) Inkeys

func (FtSearchGeoFilterRadiusTypeKm) Inorder

func (FtSearchGeoFilterRadiusTypeKm) Language

func (FtSearchGeoFilterRadiusTypeKm) Limit

func (FtSearchGeoFilterRadiusTypeKm) Params

func (FtSearchGeoFilterRadiusTypeKm) Payload

func (FtSearchGeoFilterRadiusTypeKm) Return

func (FtSearchGeoFilterRadiusTypeKm) Scorer

func (FtSearchGeoFilterRadiusTypeKm) Slop

func (FtSearchGeoFilterRadiusTypeKm) Sortby

func (FtSearchGeoFilterRadiusTypeKm) Summarize

func (FtSearchGeoFilterRadiusTypeKm) Timeout

type FtSearchGeoFilterRadiusTypeM

type FtSearchGeoFilterRadiusTypeM Completed

func (FtSearchGeoFilterRadiusTypeM) Build

func (FtSearchGeoFilterRadiusTypeM) Dialect

func (FtSearchGeoFilterRadiusTypeM) Expander

func (FtSearchGeoFilterRadiusTypeM) Explainscore

func (FtSearchGeoFilterRadiusTypeM) Geofilter

func (FtSearchGeoFilterRadiusTypeM) Highlight

func (FtSearchGeoFilterRadiusTypeM) Infields

func (FtSearchGeoFilterRadiusTypeM) Inkeys

func (FtSearchGeoFilterRadiusTypeM) Inorder

func (FtSearchGeoFilterRadiusTypeM) Language

func (FtSearchGeoFilterRadiusTypeM) Limit

func (FtSearchGeoFilterRadiusTypeM) Params

func (FtSearchGeoFilterRadiusTypeM) Payload

func (FtSearchGeoFilterRadiusTypeM) Return

func (FtSearchGeoFilterRadiusTypeM) Scorer

func (FtSearchGeoFilterRadiusTypeM) Slop

func (FtSearchGeoFilterRadiusTypeM) Sortby

func (FtSearchGeoFilterRadiusTypeM) Summarize

func (FtSearchGeoFilterRadiusTypeM) Timeout

type FtSearchGeoFilterRadiusTypeMi

type FtSearchGeoFilterRadiusTypeMi Completed

func (FtSearchGeoFilterRadiusTypeMi) Build

func (FtSearchGeoFilterRadiusTypeMi) Dialect

func (FtSearchGeoFilterRadiusTypeMi) Expander

func (FtSearchGeoFilterRadiusTypeMi) Explainscore

func (FtSearchGeoFilterRadiusTypeMi) Geofilter

func (FtSearchGeoFilterRadiusTypeMi) Highlight

func (FtSearchGeoFilterRadiusTypeMi) Infields

func (FtSearchGeoFilterRadiusTypeMi) Inkeys

func (FtSearchGeoFilterRadiusTypeMi) Inorder

func (FtSearchGeoFilterRadiusTypeMi) Language

func (FtSearchGeoFilterRadiusTypeMi) Limit

func (FtSearchGeoFilterRadiusTypeMi) Params

func (FtSearchGeoFilterRadiusTypeMi) Payload

func (FtSearchGeoFilterRadiusTypeMi) Return

func (FtSearchGeoFilterRadiusTypeMi) Scorer

func (FtSearchGeoFilterRadiusTypeMi) Slop

func (FtSearchGeoFilterRadiusTypeMi) Sortby

func (FtSearchGeoFilterRadiusTypeMi) Summarize

func (FtSearchGeoFilterRadiusTypeMi) Timeout

type FtSearchHighlightFieldsField

type FtSearchHighlightFieldsField Completed

func (FtSearchHighlightFieldsField) Build

func (FtSearchHighlightFieldsField) Dialect

func (FtSearchHighlightFieldsField) Expander

func (FtSearchHighlightFieldsField) Explainscore

func (FtSearchHighlightFieldsField) Field

func (FtSearchHighlightFieldsField) Inorder

func (FtSearchHighlightFieldsField) Language

func (FtSearchHighlightFieldsField) Limit

func (FtSearchHighlightFieldsField) Params

func (FtSearchHighlightFieldsField) Payload

func (FtSearchHighlightFieldsField) Scorer

func (FtSearchHighlightFieldsField) Slop

func (FtSearchHighlightFieldsField) Sortby

func (FtSearchHighlightFieldsField) Tags

func (FtSearchHighlightFieldsField) Timeout

type FtSearchHighlightFieldsFields

type FtSearchHighlightFieldsFields Completed

func (FtSearchHighlightFieldsFields) Field

type FtSearchHighlightHighlight

type FtSearchHighlightHighlight Completed

func (FtSearchHighlightHighlight) Build

func (FtSearchHighlightHighlight) Dialect

func (FtSearchHighlightHighlight) Expander

func (c FtSearchHighlightHighlight) Expander(expander string) FtSearchExpander

func (FtSearchHighlightHighlight) Explainscore

func (FtSearchHighlightHighlight) Fields

func (FtSearchHighlightHighlight) Inorder

func (FtSearchHighlightHighlight) Language

func (c FtSearchHighlightHighlight) Language(language string) FtSearchLanguage

func (FtSearchHighlightHighlight) Limit

func (FtSearchHighlightHighlight) Params

func (FtSearchHighlightHighlight) Payload

func (FtSearchHighlightHighlight) Scorer

func (FtSearchHighlightHighlight) Slop

func (FtSearchHighlightHighlight) Sortby

func (FtSearchHighlightHighlight) Tags

func (FtSearchHighlightHighlight) Timeout

type FtSearchHighlightTagsOpenClose

type FtSearchHighlightTagsOpenClose Completed

func (FtSearchHighlightTagsOpenClose) Build

func (FtSearchHighlightTagsOpenClose) Dialect

func (FtSearchHighlightTagsOpenClose) Expander

func (FtSearchHighlightTagsOpenClose) Explainscore

func (FtSearchHighlightTagsOpenClose) Inorder

func (FtSearchHighlightTagsOpenClose) Language

func (FtSearchHighlightTagsOpenClose) Limit

func (FtSearchHighlightTagsOpenClose) Params

func (FtSearchHighlightTagsOpenClose) Payload

func (FtSearchHighlightTagsOpenClose) Scorer

func (FtSearchHighlightTagsOpenClose) Slop

func (FtSearchHighlightTagsOpenClose) Sortby

func (FtSearchHighlightTagsOpenClose) Timeout

type FtSearchHighlightTagsTags

type FtSearchHighlightTagsTags Completed

func (FtSearchHighlightTagsTags) OpenClose

type FtSearchInFieldsField

type FtSearchInFieldsField Completed

func (FtSearchInFieldsField) Build

func (c FtSearchInFieldsField) Build() Completed

func (FtSearchInFieldsField) Dialect

func (c FtSearchInFieldsField) Dialect(dialect int64) FtSearchDialect

func (FtSearchInFieldsField) Expander

func (c FtSearchInFieldsField) Expander(expander string) FtSearchExpander

func (FtSearchInFieldsField) Explainscore

func (FtSearchInFieldsField) Field

func (FtSearchInFieldsField) Highlight

func (FtSearchInFieldsField) Inorder

func (FtSearchInFieldsField) Language

func (c FtSearchInFieldsField) Language(language string) FtSearchLanguage

func (FtSearchInFieldsField) Limit

func (FtSearchInFieldsField) Params

func (FtSearchInFieldsField) Payload

func (c FtSearchInFieldsField) Payload(payload string) FtSearchPayload

func (FtSearchInFieldsField) Return

func (FtSearchInFieldsField) Scorer

func (c FtSearchInFieldsField) Scorer(scorer string) FtSearchScorer

func (FtSearchInFieldsField) Slop

func (FtSearchInFieldsField) Sortby

func (FtSearchInFieldsField) Summarize

func (FtSearchInFieldsField) Timeout

func (c FtSearchInFieldsField) Timeout(timeout int64) FtSearchTimeout

type FtSearchInFieldsInfields

type FtSearchInFieldsInfields Completed

func (FtSearchInFieldsInfields) Field

type FtSearchInKeysInkeys

type FtSearchInKeysInkeys Completed

func (FtSearchInKeysInkeys) Key

type FtSearchInKeysKey

type FtSearchInKeysKey Completed

func (FtSearchInKeysKey) Build

func (c FtSearchInKeysKey) Build() Completed

func (FtSearchInKeysKey) Dialect

func (c FtSearchInKeysKey) Dialect(dialect int64) FtSearchDialect

func (FtSearchInKeysKey) Expander

func (c FtSearchInKeysKey) Expander(expander string) FtSearchExpander

func (FtSearchInKeysKey) Explainscore

func (c FtSearchInKeysKey) Explainscore() FtSearchExplainscore

func (FtSearchInKeysKey) Highlight

func (FtSearchInKeysKey) Infields

func (FtSearchInKeysKey) Inorder

func (FtSearchInKeysKey) Key

func (FtSearchInKeysKey) Language

func (c FtSearchInKeysKey) Language(language string) FtSearchLanguage

func (FtSearchInKeysKey) Limit

func (FtSearchInKeysKey) Params

func (FtSearchInKeysKey) Payload

func (c FtSearchInKeysKey) Payload(payload string) FtSearchPayload

func (FtSearchInKeysKey) Return

func (FtSearchInKeysKey) Scorer

func (c FtSearchInKeysKey) Scorer(scorer string) FtSearchScorer

func (FtSearchInKeysKey) Slop

func (c FtSearchInKeysKey) Slop(slop int64) FtSearchSlop

func (FtSearchInKeysKey) Sortby

func (FtSearchInKeysKey) Summarize

func (FtSearchInKeysKey) Timeout

func (c FtSearchInKeysKey) Timeout(timeout int64) FtSearchTimeout

type FtSearchIndex

type FtSearchIndex Completed

func (FtSearchIndex) Query

func (c FtSearchIndex) Query(query string) FtSearchQuery

type FtSearchLanguage

type FtSearchLanguage Completed

func (FtSearchLanguage) Build

func (c FtSearchLanguage) Build() Completed

func (FtSearchLanguage) Dialect

func (c FtSearchLanguage) Dialect(dialect int64) FtSearchDialect

func (FtSearchLanguage) Expander

func (c FtSearchLanguage) Expander(expander string) FtSearchExpander

func (FtSearchLanguage) Explainscore

func (c FtSearchLanguage) Explainscore() FtSearchExplainscore

func (FtSearchLanguage) Limit

func (FtSearchLanguage) Params

func (FtSearchLanguage) Payload

func (c FtSearchLanguage) Payload(payload string) FtSearchPayload

func (FtSearchLanguage) Scorer

func (c FtSearchLanguage) Scorer(scorer string) FtSearchScorer

func (FtSearchLanguage) Sortby

func (c FtSearchLanguage) Sortby(sortby string) FtSearchSortbySortby

type FtSearchLimitLimit

type FtSearchLimitLimit Completed

func (FtSearchLimitLimit) OffsetNum

func (c FtSearchLimitLimit) OffsetNum(offset int64, num int64) FtSearchLimitOffsetNum

type FtSearchLimitOffsetNum

type FtSearchLimitOffsetNum Completed

func (FtSearchLimitOffsetNum) Build

func (FtSearchLimitOffsetNum) Dialect

func (c FtSearchLimitOffsetNum) Dialect(dialect int64) FtSearchDialect

func (FtSearchLimitOffsetNum) Params

type FtSearchNocontent

type FtSearchNocontent Completed

func (FtSearchNocontent) Build

func (c FtSearchNocontent) Build() Completed

func (FtSearchNocontent) Dialect

func (c FtSearchNocontent) Dialect(dialect int64) FtSearchDialect

func (FtSearchNocontent) Expander

func (c FtSearchNocontent) Expander(expander string) FtSearchExpander

func (FtSearchNocontent) Explainscore

func (c FtSearchNocontent) Explainscore() FtSearchExplainscore

func (FtSearchNocontent) Filter

func (c FtSearchNocontent) Filter(numericField string) FtSearchFilterFilter

func (FtSearchNocontent) Geofilter

func (c FtSearchNocontent) Geofilter(geoField string) FtSearchGeoFilterGeofilter

func (FtSearchNocontent) Highlight

func (FtSearchNocontent) Infields

func (FtSearchNocontent) Inkeys

func (FtSearchNocontent) Inorder

func (FtSearchNocontent) Language

func (c FtSearchNocontent) Language(language string) FtSearchLanguage

func (FtSearchNocontent) Limit

func (FtSearchNocontent) Nostopwords

func (c FtSearchNocontent) Nostopwords() FtSearchNostopwords

func (FtSearchNocontent) Params

func (FtSearchNocontent) Payload

func (c FtSearchNocontent) Payload(payload string) FtSearchPayload

func (FtSearchNocontent) Return

func (FtSearchNocontent) Scorer

func (c FtSearchNocontent) Scorer(scorer string) FtSearchScorer

func (FtSearchNocontent) Slop

func (c FtSearchNocontent) Slop(slop int64) FtSearchSlop

func (FtSearchNocontent) Sortby

func (FtSearchNocontent) Summarize

func (FtSearchNocontent) Timeout

func (c FtSearchNocontent) Timeout(timeout int64) FtSearchTimeout

func (FtSearchNocontent) Verbatim

func (c FtSearchNocontent) Verbatim() FtSearchVerbatim

func (FtSearchNocontent) Withpayloads

func (c FtSearchNocontent) Withpayloads() FtSearchWithpayloads

func (FtSearchNocontent) Withscores

func (c FtSearchNocontent) Withscores() FtSearchWithscores

func (FtSearchNocontent) Withsortkeys

func (c FtSearchNocontent) Withsortkeys() FtSearchWithsortkeys

type FtSearchNostopwords

type FtSearchNostopwords Completed

func (FtSearchNostopwords) Build

func (c FtSearchNostopwords) Build() Completed

func (FtSearchNostopwords) Dialect

func (c FtSearchNostopwords) Dialect(dialect int64) FtSearchDialect

func (FtSearchNostopwords) Expander

func (c FtSearchNostopwords) Expander(expander string) FtSearchExpander

func (FtSearchNostopwords) Explainscore

func (c FtSearchNostopwords) Explainscore() FtSearchExplainscore

func (FtSearchNostopwords) Filter

func (c FtSearchNostopwords) Filter(numericField string) FtSearchFilterFilter

func (FtSearchNostopwords) Geofilter

func (FtSearchNostopwords) Highlight

func (FtSearchNostopwords) Infields

func (FtSearchNostopwords) Inkeys

func (FtSearchNostopwords) Inorder

func (FtSearchNostopwords) Language

func (c FtSearchNostopwords) Language(language string) FtSearchLanguage

func (FtSearchNostopwords) Limit

func (FtSearchNostopwords) Params

func (FtSearchNostopwords) Payload

func (c FtSearchNostopwords) Payload(payload string) FtSearchPayload

func (FtSearchNostopwords) Return

func (FtSearchNostopwords) Scorer

func (c FtSearchNostopwords) Scorer(scorer string) FtSearchScorer

func (FtSearchNostopwords) Slop

func (c FtSearchNostopwords) Slop(slop int64) FtSearchSlop

func (FtSearchNostopwords) Sortby

func (FtSearchNostopwords) Summarize

func (FtSearchNostopwords) Timeout

func (c FtSearchNostopwords) Timeout(timeout int64) FtSearchTimeout

func (FtSearchNostopwords) Withpayloads

func (c FtSearchNostopwords) Withpayloads() FtSearchWithpayloads

func (FtSearchNostopwords) Withscores

func (c FtSearchNostopwords) Withscores() FtSearchWithscores

func (FtSearchNostopwords) Withsortkeys

func (c FtSearchNostopwords) Withsortkeys() FtSearchWithsortkeys

type FtSearchParamsNameValue

type FtSearchParamsNameValue Completed

func (FtSearchParamsNameValue) Build

func (FtSearchParamsNameValue) Dialect

func (c FtSearchParamsNameValue) Dialect(dialect int64) FtSearchDialect

func (FtSearchParamsNameValue) NameValue

type FtSearchParamsNargs

type FtSearchParamsNargs Completed

func (FtSearchParamsNargs) NameValue

type FtSearchParamsParams

type FtSearchParamsParams Completed

func (FtSearchParamsParams) Nargs

type FtSearchPayload

type FtSearchPayload Completed

func (FtSearchPayload) Build

func (c FtSearchPayload) Build() Completed

func (FtSearchPayload) Dialect

func (c FtSearchPayload) Dialect(dialect int64) FtSearchDialect

func (FtSearchPayload) Limit

func (FtSearchPayload) Params

func (FtSearchPayload) Sortby

func (c FtSearchPayload) Sortby(sortby string) FtSearchSortbySortby

type FtSearchQuery

type FtSearchQuery Completed

func (FtSearchQuery) Build

func (c FtSearchQuery) Build() Completed

func (FtSearchQuery) Dialect

func (c FtSearchQuery) Dialect(dialect int64) FtSearchDialect

func (FtSearchQuery) Expander

func (c FtSearchQuery) Expander(expander string) FtSearchExpander

func (FtSearchQuery) Explainscore

func (c FtSearchQuery) Explainscore() FtSearchExplainscore

func (FtSearchQuery) Filter

func (c FtSearchQuery) Filter(numericField string) FtSearchFilterFilter

func (FtSearchQuery) Geofilter

func (c FtSearchQuery) Geofilter(geoField string) FtSearchGeoFilterGeofilter

func (FtSearchQuery) Highlight

func (FtSearchQuery) Infields

func (c FtSearchQuery) Infields(count string) FtSearchInFieldsInfields

func (FtSearchQuery) Inkeys

func (c FtSearchQuery) Inkeys(count string) FtSearchInKeysInkeys

func (FtSearchQuery) Inorder

func (c FtSearchQuery) Inorder() FtSearchTagsInorder

func (FtSearchQuery) Language

func (c FtSearchQuery) Language(language string) FtSearchLanguage

func (FtSearchQuery) Limit

func (FtSearchQuery) Nocontent

func (c FtSearchQuery) Nocontent() FtSearchNocontent

func (FtSearchQuery) Nostopwords

func (c FtSearchQuery) Nostopwords() FtSearchNostopwords

func (FtSearchQuery) Params

func (FtSearchQuery) Payload

func (c FtSearchQuery) Payload(payload string) FtSearchPayload

func (FtSearchQuery) Return

func (c FtSearchQuery) Return(count string) FtSearchReturnReturn

func (FtSearchQuery) Scorer

func (c FtSearchQuery) Scorer(scorer string) FtSearchScorer

func (FtSearchQuery) Slop

func (c FtSearchQuery) Slop(slop int64) FtSearchSlop

func (FtSearchQuery) Sortby

func (c FtSearchQuery) Sortby(sortby string) FtSearchSortbySortby

func (FtSearchQuery) Summarize

func (FtSearchQuery) Timeout

func (c FtSearchQuery) Timeout(timeout int64) FtSearchTimeout

func (FtSearchQuery) Verbatim

func (c FtSearchQuery) Verbatim() FtSearchVerbatim

func (FtSearchQuery) Withpayloads

func (c FtSearchQuery) Withpayloads() FtSearchWithpayloads

func (FtSearchQuery) Withscores

func (c FtSearchQuery) Withscores() FtSearchWithscores

func (FtSearchQuery) Withsortkeys

func (c FtSearchQuery) Withsortkeys() FtSearchWithsortkeys

type FtSearchReturnIdentifiersAs

type FtSearchReturnIdentifiersAs Completed

func (FtSearchReturnIdentifiersAs) Build

func (FtSearchReturnIdentifiersAs) Dialect

func (FtSearchReturnIdentifiersAs) Expander

func (FtSearchReturnIdentifiersAs) Explainscore

func (FtSearchReturnIdentifiersAs) Highlight

func (FtSearchReturnIdentifiersAs) Identifier

func (FtSearchReturnIdentifiersAs) Inorder

func (FtSearchReturnIdentifiersAs) Language

func (FtSearchReturnIdentifiersAs) Limit

func (FtSearchReturnIdentifiersAs) Params

func (FtSearchReturnIdentifiersAs) Payload

func (FtSearchReturnIdentifiersAs) Scorer

func (FtSearchReturnIdentifiersAs) Slop

func (FtSearchReturnIdentifiersAs) Sortby

func (FtSearchReturnIdentifiersAs) Summarize

func (FtSearchReturnIdentifiersAs) Timeout

type FtSearchReturnIdentifiersIdentifier

type FtSearchReturnIdentifiersIdentifier Completed

func (FtSearchReturnIdentifiersIdentifier) As

func (FtSearchReturnIdentifiersIdentifier) Build

func (FtSearchReturnIdentifiersIdentifier) Dialect

func (FtSearchReturnIdentifiersIdentifier) Expander

func (FtSearchReturnIdentifiersIdentifier) Explainscore

func (FtSearchReturnIdentifiersIdentifier) Highlight

func (FtSearchReturnIdentifiersIdentifier) Identifier

func (FtSearchReturnIdentifiersIdentifier) Inorder

func (FtSearchReturnIdentifiersIdentifier) Language

func (FtSearchReturnIdentifiersIdentifier) Limit

func (FtSearchReturnIdentifiersIdentifier) Params

func (FtSearchReturnIdentifiersIdentifier) Payload

func (FtSearchReturnIdentifiersIdentifier) Scorer

func (FtSearchReturnIdentifiersIdentifier) Slop

func (FtSearchReturnIdentifiersIdentifier) Sortby

func (FtSearchReturnIdentifiersIdentifier) Summarize

func (FtSearchReturnIdentifiersIdentifier) Timeout

type FtSearchReturnReturn

type FtSearchReturnReturn Completed

func (FtSearchReturnReturn) Identifier

type FtSearchScorer

type FtSearchScorer Completed

func (FtSearchScorer) Build

func (c FtSearchScorer) Build() Completed

func (FtSearchScorer) Dialect

func (c FtSearchScorer) Dialect(dialect int64) FtSearchDialect

func (FtSearchScorer) Explainscore

func (c FtSearchScorer) Explainscore() FtSearchExplainscore

func (FtSearchScorer) Limit

func (FtSearchScorer) Params

func (FtSearchScorer) Payload

func (c FtSearchScorer) Payload(payload string) FtSearchPayload

func (FtSearchScorer) Sortby

func (c FtSearchScorer) Sortby(sortby string) FtSearchSortbySortby

type FtSearchSlop

type FtSearchSlop Completed

func (FtSearchSlop) Build

func (c FtSearchSlop) Build() Completed

func (FtSearchSlop) Dialect

func (c FtSearchSlop) Dialect(dialect int64) FtSearchDialect

func (FtSearchSlop) Expander

func (c FtSearchSlop) Expander(expander string) FtSearchExpander

func (FtSearchSlop) Explainscore

func (c FtSearchSlop) Explainscore() FtSearchExplainscore

func (FtSearchSlop) Inorder

func (c FtSearchSlop) Inorder() FtSearchTagsInorder

func (FtSearchSlop) Language

func (c FtSearchSlop) Language(language string) FtSearchLanguage

func (FtSearchSlop) Limit

func (c FtSearchSlop) Limit() FtSearchLimitLimit

func (FtSearchSlop) Params

func (FtSearchSlop) Payload

func (c FtSearchSlop) Payload(payload string) FtSearchPayload

func (FtSearchSlop) Scorer

func (c FtSearchSlop) Scorer(scorer string) FtSearchScorer

func (FtSearchSlop) Sortby

func (c FtSearchSlop) Sortby(sortby string) FtSearchSortbySortby

func (FtSearchSlop) Timeout

func (c FtSearchSlop) Timeout(timeout int64) FtSearchTimeout

type FtSearchSortbyOrderAsc

type FtSearchSortbyOrderAsc Completed

func (FtSearchSortbyOrderAsc) Build

func (FtSearchSortbyOrderAsc) Dialect

func (c FtSearchSortbyOrderAsc) Dialect(dialect int64) FtSearchDialect

func (FtSearchSortbyOrderAsc) Limit

func (FtSearchSortbyOrderAsc) Params

type FtSearchSortbyOrderDesc

type FtSearchSortbyOrderDesc Completed

func (FtSearchSortbyOrderDesc) Build

func (FtSearchSortbyOrderDesc) Dialect

func (c FtSearchSortbyOrderDesc) Dialect(dialect int64) FtSearchDialect

func (FtSearchSortbyOrderDesc) Limit

func (FtSearchSortbyOrderDesc) Params

type FtSearchSortbySortby

type FtSearchSortbySortby Completed

func (FtSearchSortbySortby) Asc

func (FtSearchSortbySortby) Build

func (c FtSearchSortbySortby) Build() Completed

func (FtSearchSortbySortby) Desc

func (FtSearchSortbySortby) Dialect

func (c FtSearchSortbySortby) Dialect(dialect int64) FtSearchDialect

func (FtSearchSortbySortby) Limit

func (FtSearchSortbySortby) Params

type FtSearchSummarizeFieldsField

type FtSearchSummarizeFieldsField Completed

func (FtSearchSummarizeFieldsField) Build

func (FtSearchSummarizeFieldsField) Dialect

func (FtSearchSummarizeFieldsField) Expander

func (FtSearchSummarizeFieldsField) Explainscore

func (FtSearchSummarizeFieldsField) Field

func (FtSearchSummarizeFieldsField) Frags

func (FtSearchSummarizeFieldsField) Highlight

func (FtSearchSummarizeFieldsField) Inorder

func (FtSearchSummarizeFieldsField) Language

func (FtSearchSummarizeFieldsField) Len

func (FtSearchSummarizeFieldsField) Limit

func (FtSearchSummarizeFieldsField) Params

func (FtSearchSummarizeFieldsField) Payload

func (FtSearchSummarizeFieldsField) Scorer

func (FtSearchSummarizeFieldsField) Separator

func (FtSearchSummarizeFieldsField) Slop

func (FtSearchSummarizeFieldsField) Sortby

func (FtSearchSummarizeFieldsField) Timeout

type FtSearchSummarizeFieldsFields

type FtSearchSummarizeFieldsFields Completed

func (FtSearchSummarizeFieldsFields) Field

type FtSearchSummarizeFrags

type FtSearchSummarizeFrags Completed

func (FtSearchSummarizeFrags) Build

func (FtSearchSummarizeFrags) Dialect

func (c FtSearchSummarizeFrags) Dialect(dialect int64) FtSearchDialect

func (FtSearchSummarizeFrags) Expander

func (c FtSearchSummarizeFrags) Expander(expander string) FtSearchExpander

func (FtSearchSummarizeFrags) Explainscore

func (FtSearchSummarizeFrags) Highlight

func (FtSearchSummarizeFrags) Inorder

func (FtSearchSummarizeFrags) Language

func (c FtSearchSummarizeFrags) Language(language string) FtSearchLanguage

func (FtSearchSummarizeFrags) Len

func (FtSearchSummarizeFrags) Limit

func (FtSearchSummarizeFrags) Params

func (FtSearchSummarizeFrags) Payload

func (c FtSearchSummarizeFrags) Payload(payload string) FtSearchPayload

func (FtSearchSummarizeFrags) Scorer

func (c FtSearchSummarizeFrags) Scorer(scorer string) FtSearchScorer

func (FtSearchSummarizeFrags) Separator

func (FtSearchSummarizeFrags) Slop

func (FtSearchSummarizeFrags) Sortby

func (FtSearchSummarizeFrags) Timeout

func (c FtSearchSummarizeFrags) Timeout(timeout int64) FtSearchTimeout

type FtSearchSummarizeLen

type FtSearchSummarizeLen Completed

func (FtSearchSummarizeLen) Build

func (c FtSearchSummarizeLen) Build() Completed

func (FtSearchSummarizeLen) Dialect

func (c FtSearchSummarizeLen) Dialect(dialect int64) FtSearchDialect

func (FtSearchSummarizeLen) Expander

func (c FtSearchSummarizeLen) Expander(expander string) FtSearchExpander

func (FtSearchSummarizeLen) Explainscore

func (c FtSearchSummarizeLen) Explainscore() FtSearchExplainscore

func (FtSearchSummarizeLen) Highlight

func (FtSearchSummarizeLen) Inorder

func (FtSearchSummarizeLen) Language

func (c FtSearchSummarizeLen) Language(language string) FtSearchLanguage

func (FtSearchSummarizeLen) Limit

func (FtSearchSummarizeLen) Params

func (FtSearchSummarizeLen) Payload

func (c FtSearchSummarizeLen) Payload(payload string) FtSearchPayload

func (FtSearchSummarizeLen) Scorer

func (c FtSearchSummarizeLen) Scorer(scorer string) FtSearchScorer

func (FtSearchSummarizeLen) Separator

func (FtSearchSummarizeLen) Slop

func (FtSearchSummarizeLen) Sortby

func (FtSearchSummarizeLen) Timeout

func (c FtSearchSummarizeLen) Timeout(timeout int64) FtSearchTimeout

type FtSearchSummarizeSeparator

type FtSearchSummarizeSeparator Completed

func (FtSearchSummarizeSeparator) Build

func (FtSearchSummarizeSeparator) Dialect

func (FtSearchSummarizeSeparator) Expander

func (c FtSearchSummarizeSeparator) Expander(expander string) FtSearchExpander

func (FtSearchSummarizeSeparator) Explainscore

func (FtSearchSummarizeSeparator) Highlight

func (FtSearchSummarizeSeparator) Inorder

func (FtSearchSummarizeSeparator) Language

func (c FtSearchSummarizeSeparator) Language(language string) FtSearchLanguage

func (FtSearchSummarizeSeparator) Limit

func (FtSearchSummarizeSeparator) Params

func (FtSearchSummarizeSeparator) Payload

func (FtSearchSummarizeSeparator) Scorer

func (FtSearchSummarizeSeparator) Slop

func (FtSearchSummarizeSeparator) Sortby

func (FtSearchSummarizeSeparator) Timeout

type FtSearchSummarizeSummarize

type FtSearchSummarizeSummarize Completed

func (FtSearchSummarizeSummarize) Build

func (FtSearchSummarizeSummarize) Dialect

func (FtSearchSummarizeSummarize) Expander

func (c FtSearchSummarizeSummarize) Expander(expander string) FtSearchExpander

func (FtSearchSummarizeSummarize) Explainscore

func (FtSearchSummarizeSummarize) Fields

func (FtSearchSummarizeSummarize) Frags

func (FtSearchSummarizeSummarize) Highlight

func (FtSearchSummarizeSummarize) Inorder

func (FtSearchSummarizeSummarize) Language

func (c FtSearchSummarizeSummarize) Language(language string) FtSearchLanguage

func (FtSearchSummarizeSummarize) Len

func (FtSearchSummarizeSummarize) Limit

func (FtSearchSummarizeSummarize) Params

func (FtSearchSummarizeSummarize) Payload

func (FtSearchSummarizeSummarize) Scorer

func (FtSearchSummarizeSummarize) Separator

func (FtSearchSummarizeSummarize) Slop

func (FtSearchSummarizeSummarize) Sortby

func (FtSearchSummarizeSummarize) Timeout

type FtSearchTagsInorder

type FtSearchTagsInorder Completed

func (FtSearchTagsInorder) Build

func (c FtSearchTagsInorder) Build() Completed

func (FtSearchTagsInorder) Dialect

func (c FtSearchTagsInorder) Dialect(dialect int64) FtSearchDialect

func (FtSearchTagsInorder) Expander

func (c FtSearchTagsInorder) Expander(expander string) FtSearchExpander

func (FtSearchTagsInorder) Explainscore

func (c FtSearchTagsInorder) Explainscore() FtSearchExplainscore

func (FtSearchTagsInorder) Language

func (c FtSearchTagsInorder) Language(language string) FtSearchLanguage

func (FtSearchTagsInorder) Limit

func (FtSearchTagsInorder) Params

func (FtSearchTagsInorder) Payload

func (c FtSearchTagsInorder) Payload(payload string) FtSearchPayload

func (FtSearchTagsInorder) Scorer

func (c FtSearchTagsInorder) Scorer(scorer string) FtSearchScorer

func (FtSearchTagsInorder) Sortby

type FtSearchTimeout

type FtSearchTimeout Completed

func (FtSearchTimeout) Build

func (c FtSearchTimeout) Build() Completed

func (FtSearchTimeout) Dialect

func (c FtSearchTimeout) Dialect(dialect int64) FtSearchDialect

func (FtSearchTimeout) Expander

func (c FtSearchTimeout) Expander(expander string) FtSearchExpander

func (FtSearchTimeout) Explainscore

func (c FtSearchTimeout) Explainscore() FtSearchExplainscore

func (FtSearchTimeout) Inorder

func (FtSearchTimeout) Language

func (c FtSearchTimeout) Language(language string) FtSearchLanguage

func (FtSearchTimeout) Limit

func (FtSearchTimeout) Params

func (FtSearchTimeout) Payload

func (c FtSearchTimeout) Payload(payload string) FtSearchPayload

func (FtSearchTimeout) Scorer

func (c FtSearchTimeout) Scorer(scorer string) FtSearchScorer

func (FtSearchTimeout) Sortby

func (c FtSearchTimeout) Sortby(sortby string) FtSearchSortbySortby

type FtSearchVerbatim

type FtSearchVerbatim Completed

func (FtSearchVerbatim) Build

func (c FtSearchVerbatim) Build() Completed

func (FtSearchVerbatim) Dialect

func (c FtSearchVerbatim) Dialect(dialect int64) FtSearchDialect

func (FtSearchVerbatim) Expander

func (c FtSearchVerbatim) Expander(expander string) FtSearchExpander

func (FtSearchVerbatim) Explainscore

func (c FtSearchVerbatim) Explainscore() FtSearchExplainscore

func (FtSearchVerbatim) Filter

func (c FtSearchVerbatim) Filter(numericField string) FtSearchFilterFilter

func (FtSearchVerbatim) Geofilter

func (c FtSearchVerbatim) Geofilter(geoField string) FtSearchGeoFilterGeofilter

func (FtSearchVerbatim) Highlight

func (FtSearchVerbatim) Infields

func (FtSearchVerbatim) Inkeys

func (FtSearchVerbatim) Inorder

func (FtSearchVerbatim) Language

func (c FtSearchVerbatim) Language(language string) FtSearchLanguage

func (FtSearchVerbatim) Limit

func (FtSearchVerbatim) Nostopwords

func (c FtSearchVerbatim) Nostopwords() FtSearchNostopwords

func (FtSearchVerbatim) Params

func (FtSearchVerbatim) Payload

func (c FtSearchVerbatim) Payload(payload string) FtSearchPayload

func (FtSearchVerbatim) Return

func (FtSearchVerbatim) Scorer

func (c FtSearchVerbatim) Scorer(scorer string) FtSearchScorer

func (FtSearchVerbatim) Slop

func (c FtSearchVerbatim) Slop(slop int64) FtSearchSlop

func (FtSearchVerbatim) Sortby

func (c FtSearchVerbatim) Sortby(sortby string) FtSearchSortbySortby

func (FtSearchVerbatim) Summarize

func (FtSearchVerbatim) Timeout

func (c FtSearchVerbatim) Timeout(timeout int64) FtSearchTimeout

func (FtSearchVerbatim) Withpayloads

func (c FtSearchVerbatim) Withpayloads() FtSearchWithpayloads

func (FtSearchVerbatim) Withscores

func (c FtSearchVerbatim) Withscores() FtSearchWithscores

func (FtSearchVerbatim) Withsortkeys

func (c FtSearchVerbatim) Withsortkeys() FtSearchWithsortkeys

type FtSearchWithpayloads

type FtSearchWithpayloads Completed

func (FtSearchWithpayloads) Build

func (c FtSearchWithpayloads) Build() Completed

func (FtSearchWithpayloads) Dialect

func (c FtSearchWithpayloads) Dialect(dialect int64) FtSearchDialect

func (FtSearchWithpayloads) Expander

func (c FtSearchWithpayloads) Expander(expander string) FtSearchExpander

func (FtSearchWithpayloads) Explainscore

func (c FtSearchWithpayloads) Explainscore() FtSearchExplainscore

func (FtSearchWithpayloads) Filter

func (c FtSearchWithpayloads) Filter(numericField string) FtSearchFilterFilter

func (FtSearchWithpayloads) Geofilter

func (FtSearchWithpayloads) Highlight

func (FtSearchWithpayloads) Infields

func (FtSearchWithpayloads) Inkeys

func (FtSearchWithpayloads) Inorder

func (FtSearchWithpayloads) Language

func (c FtSearchWithpayloads) Language(language string) FtSearchLanguage

func (FtSearchWithpayloads) Limit

func (FtSearchWithpayloads) Params

func (FtSearchWithpayloads) Payload

func (c FtSearchWithpayloads) Payload(payload string) FtSearchPayload

func (FtSearchWithpayloads) Return

func (FtSearchWithpayloads) Scorer

func (c FtSearchWithpayloads) Scorer(scorer string) FtSearchScorer

func (FtSearchWithpayloads) Slop

func (FtSearchWithpayloads) Sortby

func (FtSearchWithpayloads) Summarize

func (FtSearchWithpayloads) Timeout

func (c FtSearchWithpayloads) Timeout(timeout int64) FtSearchTimeout

func (FtSearchWithpayloads) Withsortkeys

func (c FtSearchWithpayloads) Withsortkeys() FtSearchWithsortkeys

type FtSearchWithscores

type FtSearchWithscores Completed

func (FtSearchWithscores) Build

func (c FtSearchWithscores) Build() Completed

func (FtSearchWithscores) Dialect

func (c FtSearchWithscores) Dialect(dialect int64) FtSearchDialect

func (FtSearchWithscores) Expander

func (c FtSearchWithscores) Expander(expander string) FtSearchExpander

func (FtSearchWithscores) Explainscore

func (c FtSearchWithscores) Explainscore() FtSearchExplainscore

func (FtSearchWithscores) Filter

func (c FtSearchWithscores) Filter(numericField string) FtSearchFilterFilter

func (FtSearchWithscores) Geofilter

func (FtSearchWithscores) Highlight

func (FtSearchWithscores) Infields

func (FtSearchWithscores) Inkeys

func (FtSearchWithscores) Inorder

func (FtSearchWithscores) Language

func (c FtSearchWithscores) Language(language string) FtSearchLanguage

func (FtSearchWithscores) Limit

func (FtSearchWithscores) Params

func (FtSearchWithscores) Payload

func (c FtSearchWithscores) Payload(payload string) FtSearchPayload

func (FtSearchWithscores) Return

func (FtSearchWithscores) Scorer

func (c FtSearchWithscores) Scorer(scorer string) FtSearchScorer

func (FtSearchWithscores) Slop

func (c FtSearchWithscores) Slop(slop int64) FtSearchSlop

func (FtSearchWithscores) Sortby

func (FtSearchWithscores) Summarize

func (FtSearchWithscores) Timeout

func (c FtSearchWithscores) Timeout(timeout int64) FtSearchTimeout

func (FtSearchWithscores) Withpayloads

func (c FtSearchWithscores) Withpayloads() FtSearchWithpayloads

func (FtSearchWithscores) Withsortkeys

func (c FtSearchWithscores) Withsortkeys() FtSearchWithsortkeys

type FtSearchWithsortkeys

type FtSearchWithsortkeys Completed

func (FtSearchWithsortkeys) Build

func (c FtSearchWithsortkeys) Build() Completed

func (FtSearchWithsortkeys) Dialect

func (c FtSearchWithsortkeys) Dialect(dialect int64) FtSearchDialect

func (FtSearchWithsortkeys) Expander

func (c FtSearchWithsortkeys) Expander(expander string) FtSearchExpander

func (FtSearchWithsortkeys) Explainscore

func (c FtSearchWithsortkeys) Explainscore() FtSearchExplainscore

func (FtSearchWithsortkeys) Filter

func (c FtSearchWithsortkeys) Filter(numericField string) FtSearchFilterFilter

func (FtSearchWithsortkeys) Geofilter

func (FtSearchWithsortkeys) Highlight

func (FtSearchWithsortkeys) Infields

func (FtSearchWithsortkeys) Inkeys

func (FtSearchWithsortkeys) Inorder

func (FtSearchWithsortkeys) Language

func (c FtSearchWithsortkeys) Language(language string) FtSearchLanguage

func (FtSearchWithsortkeys) Limit

func (FtSearchWithsortkeys) Params

func (FtSearchWithsortkeys) Payload

func (c FtSearchWithsortkeys) Payload(payload string) FtSearchPayload

func (FtSearchWithsortkeys) Return

func (FtSearchWithsortkeys) Scorer

func (c FtSearchWithsortkeys) Scorer(scorer string) FtSearchScorer

func (FtSearchWithsortkeys) Slop

func (FtSearchWithsortkeys) Sortby

func (FtSearchWithsortkeys) Summarize

func (FtSearchWithsortkeys) Timeout

func (c FtSearchWithsortkeys) Timeout(timeout int64) FtSearchTimeout

type FtSpellcheck

type FtSpellcheck Completed

func (FtSpellcheck) Index

func (c FtSpellcheck) Index(index string) FtSpellcheckIndex

type FtSpellcheckDialect

type FtSpellcheckDialect Completed

func (FtSpellcheckDialect) Build

func (c FtSpellcheckDialect) Build() Completed

type FtSpellcheckDistance

type FtSpellcheckDistance Completed

func (FtSpellcheckDistance) Build

func (c FtSpellcheckDistance) Build() Completed

func (FtSpellcheckDistance) Dialect

func (c FtSpellcheckDistance) Dialect(dialect int64) FtSpellcheckDialect

func (FtSpellcheckDistance) TermsExclude

func (FtSpellcheckDistance) TermsInclude

type FtSpellcheckIndex

type FtSpellcheckIndex Completed

func (FtSpellcheckIndex) Query

type FtSpellcheckQuery

type FtSpellcheckQuery Completed

func (FtSpellcheckQuery) Build

func (c FtSpellcheckQuery) Build() Completed

func (FtSpellcheckQuery) Dialect

func (c FtSpellcheckQuery) Dialect(dialect int64) FtSpellcheckDialect

func (FtSpellcheckQuery) Distance

func (c FtSpellcheckQuery) Distance(distance int64) FtSpellcheckDistance

func (FtSpellcheckQuery) TermsExclude

func (FtSpellcheckQuery) TermsInclude

type FtSpellcheckTermsDictionary

type FtSpellcheckTermsDictionary Completed

func (FtSpellcheckTermsDictionary) Build

func (FtSpellcheckTermsDictionary) Dialect

func (FtSpellcheckTermsDictionary) Terms

type FtSpellcheckTermsTerms

type FtSpellcheckTermsTerms Completed

func (FtSpellcheckTermsTerms) Build

func (FtSpellcheckTermsTerms) Dialect

func (FtSpellcheckTermsTerms) Terms

type FtSpellcheckTermsTermsExclude

type FtSpellcheckTermsTermsExclude Completed

func (FtSpellcheckTermsTermsExclude) Dictionary

type FtSpellcheckTermsTermsInclude

type FtSpellcheckTermsTermsInclude Completed

func (FtSpellcheckTermsTermsInclude) Dictionary

type FtSugadd

type FtSugadd Completed

func (FtSugadd) Key

func (c FtSugadd) Key(key string) FtSugaddKey

type FtSugaddIncrementScoreIncr

type FtSugaddIncrementScoreIncr Completed

func (FtSugaddIncrementScoreIncr) Build

func (FtSugaddIncrementScoreIncr) Payload

type FtSugaddKey

type FtSugaddKey Completed

func (FtSugaddKey) String

func (c FtSugaddKey) String(string string) FtSugaddString

type FtSugaddPayload

type FtSugaddPayload Completed

func (FtSugaddPayload) Build

func (c FtSugaddPayload) Build() Completed

type FtSugaddScore

type FtSugaddScore Completed

func (FtSugaddScore) Build

func (c FtSugaddScore) Build() Completed

func (FtSugaddScore) Incr

func (FtSugaddScore) Payload

func (c FtSugaddScore) Payload(payload string) FtSugaddPayload

type FtSugaddString

type FtSugaddString Completed

func (FtSugaddString) Score

func (c FtSugaddString) Score(score float64) FtSugaddScore

type FtSugdel

type FtSugdel Completed

func (FtSugdel) Key

func (c FtSugdel) Key(key string) FtSugdelKey

type FtSugdelKey

type FtSugdelKey Completed

func (FtSugdelKey) String

func (c FtSugdelKey) String(string string) FtSugdelString

type FtSugdelString

type FtSugdelString Completed

func (FtSugdelString) Build

func (c FtSugdelString) Build() Completed

type FtSugget

type FtSugget Completed

func (FtSugget) Key

func (c FtSugget) Key(key string) FtSuggetKey

type FtSuggetFuzzy

type FtSuggetFuzzy Completed

func (FtSuggetFuzzy) Build

func (c FtSuggetFuzzy) Build() Completed

func (FtSuggetFuzzy) Max

func (c FtSuggetFuzzy) Max(max int64) FtSuggetMax

func (FtSuggetFuzzy) Withpayloads

func (c FtSuggetFuzzy) Withpayloads() FtSuggetWithpayloads

func (FtSuggetFuzzy) Withscores

func (c FtSuggetFuzzy) Withscores() FtSuggetWithscores

type FtSuggetKey

type FtSuggetKey Completed

func (FtSuggetKey) Prefix

func (c FtSuggetKey) Prefix(prefix string) FtSuggetPrefix

type FtSuggetMax

type FtSuggetMax Completed

func (FtSuggetMax) Build

func (c FtSuggetMax) Build() Completed

type FtSuggetPrefix

type FtSuggetPrefix Completed

func (FtSuggetPrefix) Build

func (c FtSuggetPrefix) Build() Completed

func (FtSuggetPrefix) Fuzzy

func (c FtSuggetPrefix) Fuzzy() FtSuggetFuzzy

func (FtSuggetPrefix) Max

func (c FtSuggetPrefix) Max(max int64) FtSuggetMax

func (FtSuggetPrefix) Withpayloads

func (c FtSuggetPrefix) Withpayloads() FtSuggetWithpayloads

func (FtSuggetPrefix) Withscores

func (c FtSuggetPrefix) Withscores() FtSuggetWithscores

type FtSuggetWithpayloads

type FtSuggetWithpayloads Completed

func (FtSuggetWithpayloads) Build

func (c FtSuggetWithpayloads) Build() Completed

func (FtSuggetWithpayloads) Max

type FtSuggetWithscores

type FtSuggetWithscores Completed

func (FtSuggetWithscores) Build

func (c FtSuggetWithscores) Build() Completed

func (FtSuggetWithscores) Max

func (FtSuggetWithscores) Withpayloads

func (c FtSuggetWithscores) Withpayloads() FtSuggetWithpayloads

type FtSuglen

type FtSuglen Completed

func (FtSuglen) Key

func (c FtSuglen) Key(key string) FtSuglenKey

type FtSuglenKey

type FtSuglenKey Completed

func (FtSuglenKey) Build

func (c FtSuglenKey) Build() Completed

type FtSyndump

type FtSyndump Completed

func (FtSyndump) Index

func (c FtSyndump) Index(index string) FtSyndumpIndex

type FtSyndumpIndex

type FtSyndumpIndex Completed

func (FtSyndumpIndex) Build

func (c FtSyndumpIndex) Build() Completed

type FtSynupdate

type FtSynupdate Completed

func (FtSynupdate) Index

func (c FtSynupdate) Index(index string) FtSynupdateIndex

type FtSynupdateIndex

type FtSynupdateIndex Completed

func (FtSynupdateIndex) SynonymGroupId

func (c FtSynupdateIndex) SynonymGroupId(synonymGroupId string) FtSynupdateSynonymGroupId

type FtSynupdateSkipinitialscan

type FtSynupdateSkipinitialscan Completed

func (FtSynupdateSkipinitialscan) Term

type FtSynupdateSynonymGroupId

type FtSynupdateSynonymGroupId Completed

func (FtSynupdateSynonymGroupId) Skipinitialscan

func (FtSynupdateSynonymGroupId) Term

type FtSynupdateTerm

type FtSynupdateTerm Completed

func (FtSynupdateTerm) Build

func (c FtSynupdateTerm) Build() Completed

func (FtSynupdateTerm) Term

func (c FtSynupdateTerm) Term(term ...string) FtSynupdateTerm

type FtTagvals

type FtTagvals Completed

func (FtTagvals) Index

func (c FtTagvals) Index(index string) FtTagvalsIndex

type FtTagvalsFieldName

type FtTagvalsFieldName Completed

func (FtTagvalsFieldName) Build

func (c FtTagvalsFieldName) Build() Completed

type FtTagvalsIndex

type FtTagvalsIndex Completed

func (FtTagvalsIndex) FieldName

func (c FtTagvalsIndex) FieldName(fieldName string) FtTagvalsFieldName

type FunctionDelete

type FunctionDelete Completed

func (FunctionDelete) LibraryName

func (c FunctionDelete) LibraryName(libraryName string) FunctionDeleteLibraryName

type FunctionDeleteLibraryName

type FunctionDeleteLibraryName Completed

func (FunctionDeleteLibraryName) Build

type FunctionDump

type FunctionDump Completed

func (FunctionDump) Build

func (c FunctionDump) Build() Completed

type FunctionFlush

type FunctionFlush Completed

func (FunctionFlush) Async

func (FunctionFlush) Build

func (c FunctionFlush) Build() Completed

func (FunctionFlush) Sync

type FunctionFlushAsync

type FunctionFlushAsync Completed

func (FunctionFlushAsync) Build

func (c FunctionFlushAsync) Build() Completed

type FunctionFlushAsyncSync

type FunctionFlushAsyncSync Completed

func (FunctionFlushAsyncSync) Build

type FunctionHelp

type FunctionHelp Completed

func (FunctionHelp) Build

func (c FunctionHelp) Build() Completed

type FunctionKill

type FunctionKill Completed

func (FunctionKill) Build

func (c FunctionKill) Build() Completed

type FunctionList

type FunctionList Completed

func (FunctionList) Build

func (c FunctionList) Build() Completed

func (FunctionList) Libraryname

func (c FunctionList) Libraryname(libraryNamePattern string) FunctionListLibraryname

func (FunctionList) Withcode

func (c FunctionList) Withcode() FunctionListWithcode

type FunctionListLibraryname

type FunctionListLibraryname Completed

func (FunctionListLibraryname) Build

func (FunctionListLibraryname) Withcode

type FunctionListWithcode

type FunctionListWithcode Completed

func (FunctionListWithcode) Build

func (c FunctionListWithcode) Build() Completed

type FunctionLoad

type FunctionLoad Completed

func (FunctionLoad) FunctionCode

func (c FunctionLoad) FunctionCode(functionCode string) FunctionLoadFunctionCode

func (FunctionLoad) Replace

func (c FunctionLoad) Replace() FunctionLoadReplace

type FunctionLoadFunctionCode

type FunctionLoadFunctionCode Completed

func (FunctionLoadFunctionCode) Build

type FunctionLoadReplace

type FunctionLoadReplace Completed

func (FunctionLoadReplace) FunctionCode

func (c FunctionLoadReplace) FunctionCode(functionCode string) FunctionLoadFunctionCode

type FunctionRestore

type FunctionRestore Completed

func (FunctionRestore) SerializedValue

func (c FunctionRestore) SerializedValue(serializedValue string) FunctionRestoreSerializedValue

type FunctionRestorePolicyAppend

type FunctionRestorePolicyAppend Completed

func (FunctionRestorePolicyAppend) Build

type FunctionRestorePolicyFlush

type FunctionRestorePolicyFlush Completed

func (FunctionRestorePolicyFlush) Build

type FunctionRestorePolicyReplace

type FunctionRestorePolicyReplace Completed

func (FunctionRestorePolicyReplace) Build

type FunctionRestoreSerializedValue

type FunctionRestoreSerializedValue Completed

func (FunctionRestoreSerializedValue) Append

func (FunctionRestoreSerializedValue) Build

func (FunctionRestoreSerializedValue) Flush

func (FunctionRestoreSerializedValue) Replace

type FunctionStats

type FunctionStats Completed

func (FunctionStats) Build

func (c FunctionStats) Build() Completed

type Geoadd

type Geoadd Completed

func (Geoadd) Key

func (c Geoadd) Key(key string) GeoaddKey

type GeoaddChangeCh

type GeoaddChangeCh Completed

func (GeoaddChangeCh) LongitudeLatitudeMember

func (c GeoaddChangeCh) LongitudeLatitudeMember() GeoaddLongitudeLatitudeMember

type GeoaddConditionNx

type GeoaddConditionNx Completed

func (GeoaddConditionNx) Ch

func (GeoaddConditionNx) LongitudeLatitudeMember

func (c GeoaddConditionNx) LongitudeLatitudeMember() GeoaddLongitudeLatitudeMember

type GeoaddConditionXx

type GeoaddConditionXx Completed

func (GeoaddConditionXx) Ch

func (GeoaddConditionXx) LongitudeLatitudeMember

func (c GeoaddConditionXx) LongitudeLatitudeMember() GeoaddLongitudeLatitudeMember

type GeoaddKey

type GeoaddKey Completed

func (GeoaddKey) Ch

func (c GeoaddKey) Ch() GeoaddChangeCh

func (GeoaddKey) LongitudeLatitudeMember

func (c GeoaddKey) LongitudeLatitudeMember() GeoaddLongitudeLatitudeMember

func (GeoaddKey) Nx

func (GeoaddKey) Xx

type GeoaddLongitudeLatitudeMember

type GeoaddLongitudeLatitudeMember Completed

func (GeoaddLongitudeLatitudeMember) Build

func (GeoaddLongitudeLatitudeMember) LongitudeLatitudeMember

func (c GeoaddLongitudeLatitudeMember) LongitudeLatitudeMember(longitude float64, latitude float64, member string) GeoaddLongitudeLatitudeMember

type Geodist

type Geodist Completed

func (Geodist) Key

func (c Geodist) Key(key string) GeodistKey

type GeodistKey

type GeodistKey Completed

func (GeodistKey) Member1

func (c GeodistKey) Member1(member1 string) GeodistMember1

type GeodistMember1

type GeodistMember1 Completed

func (GeodistMember1) Member2

func (c GeodistMember1) Member2(member2 string) GeodistMember2

type GeodistMember2

type GeodistMember2 Completed

func (GeodistMember2) Build

func (c GeodistMember2) Build() Completed

func (GeodistMember2) Cache

func (c GeodistMember2) Cache() Cacheable

func (GeodistMember2) Ft

func (GeodistMember2) Km

func (GeodistMember2) M

func (GeodistMember2) Mi

type GeodistUnitFt

type GeodistUnitFt Completed

func (GeodistUnitFt) Build

func (c GeodistUnitFt) Build() Completed

func (GeodistUnitFt) Cache

func (c GeodistUnitFt) Cache() Cacheable

type GeodistUnitKm

type GeodistUnitKm Completed

func (GeodistUnitKm) Build

func (c GeodistUnitKm) Build() Completed

func (GeodistUnitKm) Cache

func (c GeodistUnitKm) Cache() Cacheable

type GeodistUnitM

type GeodistUnitM Completed

func (GeodistUnitM) Build

func (c GeodistUnitM) Build() Completed

func (GeodistUnitM) Cache

func (c GeodistUnitM) Cache() Cacheable

type GeodistUnitMi

type GeodistUnitMi Completed

func (GeodistUnitMi) Build

func (c GeodistUnitMi) Build() Completed

func (GeodistUnitMi) Cache

func (c GeodistUnitMi) Cache() Cacheable

type Geohash

type Geohash Completed

func (Geohash) Key

func (c Geohash) Key(key string) GeohashKey

type GeohashKey

type GeohashKey Completed

func (GeohashKey) Member

func (c GeohashKey) Member(member ...string) GeohashMember

type GeohashMember

type GeohashMember Completed

func (GeohashMember) Build

func (c GeohashMember) Build() Completed

func (GeohashMember) Cache

func (c GeohashMember) Cache() Cacheable

func (GeohashMember) Member

func (c GeohashMember) Member(member ...string) GeohashMember

type Geopos

type Geopos Completed

func (Geopos) Key

func (c Geopos) Key(key string) GeoposKey

type GeoposKey

type GeoposKey Completed

func (GeoposKey) Member

func (c GeoposKey) Member(member ...string) GeoposMember

type GeoposMember

type GeoposMember Completed

func (GeoposMember) Build

func (c GeoposMember) Build() Completed

func (GeoposMember) Cache

func (c GeoposMember) Cache() Cacheable

func (GeoposMember) Member

func (c GeoposMember) Member(member ...string) GeoposMember

type Georadius

type Georadius Completed

func (Georadius) Key

func (c Georadius) Key(key string) GeoradiusKey

type GeoradiusCountAny

type GeoradiusCountAny Completed

func (GeoradiusCountAny) Asc

func (GeoradiusCountAny) Build

func (c GeoradiusCountAny) Build() Completed

func (GeoradiusCountAny) Desc

func (GeoradiusCountAny) Store

func (GeoradiusCountAny) Storedist

func (c GeoradiusCountAny) Storedist(key string) GeoradiusStoredist

type GeoradiusCountCount

type GeoradiusCountCount Completed

func (GeoradiusCountCount) Any

func (GeoradiusCountCount) Asc

func (GeoradiusCountCount) Build

func (c GeoradiusCountCount) Build() Completed

func (GeoradiusCountCount) Desc

func (GeoradiusCountCount) Store

func (GeoradiusCountCount) Storedist

type GeoradiusKey

type GeoradiusKey Completed

func (GeoradiusKey) Longitude

func (c GeoradiusKey) Longitude(longitude float64) GeoradiusLongitude

type GeoradiusLatitude

type GeoradiusLatitude Completed

func (GeoradiusLatitude) Radius

func (c GeoradiusLatitude) Radius(radius float64) GeoradiusRadius

type GeoradiusLongitude

type GeoradiusLongitude Completed

func (GeoradiusLongitude) Latitude

func (c GeoradiusLongitude) Latitude(latitude float64) GeoradiusLatitude

type GeoradiusOrderAsc

type GeoradiusOrderAsc Completed

func (GeoradiusOrderAsc) Build

func (c GeoradiusOrderAsc) Build() Completed

func (GeoradiusOrderAsc) Store

func (GeoradiusOrderAsc) Storedist

func (c GeoradiusOrderAsc) Storedist(key string) GeoradiusStoredist

type GeoradiusOrderDesc

type GeoradiusOrderDesc Completed

func (GeoradiusOrderDesc) Build

func (c GeoradiusOrderDesc) Build() Completed

func (GeoradiusOrderDesc) Store

func (GeoradiusOrderDesc) Storedist

func (c GeoradiusOrderDesc) Storedist(key string) GeoradiusStoredist

type GeoradiusRadius

type GeoradiusRadius Completed

func (GeoradiusRadius) Ft

func (GeoradiusRadius) Km

func (GeoradiusRadius) M

func (GeoradiusRadius) Mi

type GeoradiusRo

type GeoradiusRo Completed

func (GeoradiusRo) Key

func (c GeoradiusRo) Key(key string) GeoradiusRoKey

type GeoradiusRoCountAny

type GeoradiusRoCountAny Completed

func (GeoradiusRoCountAny) Asc

func (GeoradiusRoCountAny) Build

func (c GeoradiusRoCountAny) Build() Completed

func (GeoradiusRoCountAny) Cache

func (c GeoradiusRoCountAny) Cache() Cacheable

func (GeoradiusRoCountAny) Desc

type GeoradiusRoCountCount

type GeoradiusRoCountCount Completed

func (GeoradiusRoCountCount) Any

func (GeoradiusRoCountCount) Asc

func (GeoradiusRoCountCount) Build

func (c GeoradiusRoCountCount) Build() Completed

func (GeoradiusRoCountCount) Cache

func (c GeoradiusRoCountCount) Cache() Cacheable

func (GeoradiusRoCountCount) Desc

type GeoradiusRoKey

type GeoradiusRoKey Completed

func (GeoradiusRoKey) Longitude

func (c GeoradiusRoKey) Longitude(longitude float64) GeoradiusRoLongitude

type GeoradiusRoLatitude

type GeoradiusRoLatitude Completed

func (GeoradiusRoLatitude) Radius

type GeoradiusRoLongitude

type GeoradiusRoLongitude Completed

func (GeoradiusRoLongitude) Latitude

func (c GeoradiusRoLongitude) Latitude(latitude float64) GeoradiusRoLatitude

type GeoradiusRoOrderAsc

type GeoradiusRoOrderAsc Completed

func (GeoradiusRoOrderAsc) Build

func (c GeoradiusRoOrderAsc) Build() Completed

func (GeoradiusRoOrderAsc) Cache

func (c GeoradiusRoOrderAsc) Cache() Cacheable

type GeoradiusRoOrderDesc

type GeoradiusRoOrderDesc Completed

func (GeoradiusRoOrderDesc) Build

func (c GeoradiusRoOrderDesc) Build() Completed

func (GeoradiusRoOrderDesc) Cache

func (c GeoradiusRoOrderDesc) Cache() Cacheable

type GeoradiusRoRadius

type GeoradiusRoRadius Completed

func (GeoradiusRoRadius) Ft

func (GeoradiusRoRadius) Km

func (GeoradiusRoRadius) M

func (GeoradiusRoRadius) Mi

type GeoradiusRoUnitFt

type GeoradiusRoUnitFt Completed

func (GeoradiusRoUnitFt) Asc

func (GeoradiusRoUnitFt) Build

func (c GeoradiusRoUnitFt) Build() Completed

func (GeoradiusRoUnitFt) Cache

func (c GeoradiusRoUnitFt) Cache() Cacheable

func (GeoradiusRoUnitFt) Count

func (GeoradiusRoUnitFt) Desc

func (GeoradiusRoUnitFt) Withcoord

func (GeoradiusRoUnitFt) Withdist

func (GeoradiusRoUnitFt) Withhash

type GeoradiusRoUnitKm

type GeoradiusRoUnitKm Completed

func (GeoradiusRoUnitKm) Asc

func (GeoradiusRoUnitKm) Build

func (c GeoradiusRoUnitKm) Build() Completed

func (GeoradiusRoUnitKm) Cache

func (c GeoradiusRoUnitKm) Cache() Cacheable

func (GeoradiusRoUnitKm) Count

func (GeoradiusRoUnitKm) Desc

func (GeoradiusRoUnitKm) Withcoord

func (GeoradiusRoUnitKm) Withdist

func (GeoradiusRoUnitKm) Withhash

type GeoradiusRoUnitM

type GeoradiusRoUnitM Completed

func (GeoradiusRoUnitM) Asc

func (GeoradiusRoUnitM) Build

func (c GeoradiusRoUnitM) Build() Completed

func (GeoradiusRoUnitM) Cache

func (c GeoradiusRoUnitM) Cache() Cacheable

func (GeoradiusRoUnitM) Count

func (GeoradiusRoUnitM) Desc

func (GeoradiusRoUnitM) Withcoord

func (c GeoradiusRoUnitM) Withcoord() GeoradiusRoWithcoord

func (GeoradiusRoUnitM) Withdist

func (GeoradiusRoUnitM) Withhash

type GeoradiusRoUnitMi

type GeoradiusRoUnitMi Completed

func (GeoradiusRoUnitMi) Asc

func (GeoradiusRoUnitMi) Build

func (c GeoradiusRoUnitMi) Build() Completed

func (GeoradiusRoUnitMi) Cache

func (c GeoradiusRoUnitMi) Cache() Cacheable

func (GeoradiusRoUnitMi) Count

func (GeoradiusRoUnitMi) Desc

func (GeoradiusRoUnitMi) Withcoord

func (GeoradiusRoUnitMi) Withdist

func (GeoradiusRoUnitMi) Withhash

type GeoradiusRoWithcoord

type GeoradiusRoWithcoord Completed

func (GeoradiusRoWithcoord) Asc

func (GeoradiusRoWithcoord) Build

func (c GeoradiusRoWithcoord) Build() Completed

func (GeoradiusRoWithcoord) Cache

func (c GeoradiusRoWithcoord) Cache() Cacheable

func (GeoradiusRoWithcoord) Count

func (GeoradiusRoWithcoord) Desc

func (GeoradiusRoWithcoord) Withdist

func (GeoradiusRoWithcoord) Withhash

type GeoradiusRoWithdist

type GeoradiusRoWithdist Completed

func (GeoradiusRoWithdist) Asc

func (GeoradiusRoWithdist) Build

func (c GeoradiusRoWithdist) Build() Completed

func (GeoradiusRoWithdist) Cache

func (c GeoradiusRoWithdist) Cache() Cacheable

func (GeoradiusRoWithdist) Count

func (GeoradiusRoWithdist) Desc

func (GeoradiusRoWithdist) Withhash

type GeoradiusRoWithhash

type GeoradiusRoWithhash Completed

func (GeoradiusRoWithhash) Asc

func (GeoradiusRoWithhash) Build

func (c GeoradiusRoWithhash) Build() Completed

func (GeoradiusRoWithhash) Cache

func (c GeoradiusRoWithhash) Cache() Cacheable

func (GeoradiusRoWithhash) Count

func (GeoradiusRoWithhash) Desc

type GeoradiusStore

type GeoradiusStore Completed

func (GeoradiusStore) Build

func (c GeoradiusStore) Build() Completed

func (GeoradiusStore) Storedist

func (c GeoradiusStore) Storedist(key string) GeoradiusStoredist

type GeoradiusStoredist

type GeoradiusStoredist Completed

func (GeoradiusStoredist) Build

func (c GeoradiusStoredist) Build() Completed

type GeoradiusUnitFt

type GeoradiusUnitFt Completed

func (GeoradiusUnitFt) Asc

func (GeoradiusUnitFt) Build

func (c GeoradiusUnitFt) Build() Completed

func (GeoradiusUnitFt) Count

func (c GeoradiusUnitFt) Count(count int64) GeoradiusCountCount

func (GeoradiusUnitFt) Desc

func (GeoradiusUnitFt) Store

func (c GeoradiusUnitFt) Store(key string) GeoradiusStore

func (GeoradiusUnitFt) Storedist

func (c GeoradiusUnitFt) Storedist(key string) GeoradiusStoredist

func (GeoradiusUnitFt) Withcoord

func (c GeoradiusUnitFt) Withcoord() GeoradiusWithcoord

func (GeoradiusUnitFt) Withdist

func (c GeoradiusUnitFt) Withdist() GeoradiusWithdist

func (GeoradiusUnitFt) Withhash

func (c GeoradiusUnitFt) Withhash() GeoradiusWithhash

type GeoradiusUnitKm

type GeoradiusUnitKm Completed

func (GeoradiusUnitKm) Asc

func (GeoradiusUnitKm) Build

func (c GeoradiusUnitKm) Build() Completed

func (GeoradiusUnitKm) Count

func (c GeoradiusUnitKm) Count(count int64) GeoradiusCountCount

func (GeoradiusUnitKm) Desc

func (GeoradiusUnitKm) Store

func (c GeoradiusUnitKm) Store(key string) GeoradiusStore

func (GeoradiusUnitKm) Storedist

func (c GeoradiusUnitKm) Storedist(key string) GeoradiusStoredist

func (GeoradiusUnitKm) Withcoord

func (c GeoradiusUnitKm) Withcoord() GeoradiusWithcoord

func (GeoradiusUnitKm) Withdist

func (c GeoradiusUnitKm) Withdist() GeoradiusWithdist

func (GeoradiusUnitKm) Withhash

func (c GeoradiusUnitKm) Withhash() GeoradiusWithhash

type GeoradiusUnitM

type GeoradiusUnitM Completed

func (GeoradiusUnitM) Asc

func (GeoradiusUnitM) Build

func (c GeoradiusUnitM) Build() Completed

func (GeoradiusUnitM) Count

func (c GeoradiusUnitM) Count(count int64) GeoradiusCountCount

func (GeoradiusUnitM) Desc

func (GeoradiusUnitM) Store

func (c GeoradiusUnitM) Store(key string) GeoradiusStore

func (GeoradiusUnitM) Storedist

func (c GeoradiusUnitM) Storedist(key string) GeoradiusStoredist

func (GeoradiusUnitM) Withcoord

func (c GeoradiusUnitM) Withcoord() GeoradiusWithcoord

func (GeoradiusUnitM) Withdist

func (c GeoradiusUnitM) Withdist() GeoradiusWithdist

func (GeoradiusUnitM) Withhash

func (c GeoradiusUnitM) Withhash() GeoradiusWithhash

type GeoradiusUnitMi

type GeoradiusUnitMi Completed

func (GeoradiusUnitMi) Asc

func (GeoradiusUnitMi) Build

func (c GeoradiusUnitMi) Build() Completed

func (GeoradiusUnitMi) Count

func (c GeoradiusUnitMi) Count(count int64) GeoradiusCountCount

func (GeoradiusUnitMi) Desc

func (GeoradiusUnitMi) Store

func (c GeoradiusUnitMi) Store(key string) GeoradiusStore

func (GeoradiusUnitMi) Storedist

func (c GeoradiusUnitMi) Storedist(key string) GeoradiusStoredist

func (GeoradiusUnitMi) Withcoord

func (c GeoradiusUnitMi) Withcoord() GeoradiusWithcoord

func (GeoradiusUnitMi) Withdist

func (c GeoradiusUnitMi) Withdist() GeoradiusWithdist

func (GeoradiusUnitMi) Withhash

func (c GeoradiusUnitMi) Withhash() GeoradiusWithhash

type GeoradiusWithcoord

type GeoradiusWithcoord Completed

func (GeoradiusWithcoord) Asc

func (GeoradiusWithcoord) Build

func (c GeoradiusWithcoord) Build() Completed

func (GeoradiusWithcoord) Count

func (GeoradiusWithcoord) Desc

func (GeoradiusWithcoord) Store

func (GeoradiusWithcoord) Storedist

func (c GeoradiusWithcoord) Storedist(key string) GeoradiusStoredist

func (GeoradiusWithcoord) Withdist

func (GeoradiusWithcoord) Withhash

type GeoradiusWithdist

type GeoradiusWithdist Completed

func (GeoradiusWithdist) Asc

func (GeoradiusWithdist) Build

func (c GeoradiusWithdist) Build() Completed

func (GeoradiusWithdist) Count

func (GeoradiusWithdist) Desc

func (GeoradiusWithdist) Store

func (GeoradiusWithdist) Storedist

func (c GeoradiusWithdist) Storedist(key string) GeoradiusStoredist

func (GeoradiusWithdist) Withhash

func (c GeoradiusWithdist) Withhash() GeoradiusWithhash

type GeoradiusWithhash

type GeoradiusWithhash Completed

func (GeoradiusWithhash) Asc

func (GeoradiusWithhash) Build

func (c GeoradiusWithhash) Build() Completed

func (GeoradiusWithhash) Count

func (GeoradiusWithhash) Desc

func (GeoradiusWithhash) Store

func (GeoradiusWithhash) Storedist

func (c GeoradiusWithhash) Storedist(key string) GeoradiusStoredist

type Georadiusbymember

type Georadiusbymember Completed

func (Georadiusbymember) Key

type GeoradiusbymemberCountAny

type GeoradiusbymemberCountAny Completed

func (GeoradiusbymemberCountAny) Asc

func (GeoradiusbymemberCountAny) Build

func (GeoradiusbymemberCountAny) Desc

func (GeoradiusbymemberCountAny) Store

func (GeoradiusbymemberCountAny) Storedist

type GeoradiusbymemberCountCount

type GeoradiusbymemberCountCount Completed

func (GeoradiusbymemberCountCount) Any

func (GeoradiusbymemberCountCount) Asc

func (GeoradiusbymemberCountCount) Build

func (GeoradiusbymemberCountCount) Desc

func (GeoradiusbymemberCountCount) Store

func (GeoradiusbymemberCountCount) Storedist

type GeoradiusbymemberKey

type GeoradiusbymemberKey Completed

func (GeoradiusbymemberKey) Member

type GeoradiusbymemberMember

type GeoradiusbymemberMember Completed

func (GeoradiusbymemberMember) Radius

type GeoradiusbymemberOrderAsc

type GeoradiusbymemberOrderAsc Completed

func (GeoradiusbymemberOrderAsc) Build

func (GeoradiusbymemberOrderAsc) Store

func (GeoradiusbymemberOrderAsc) Storedist

type GeoradiusbymemberOrderDesc

type GeoradiusbymemberOrderDesc Completed

func (GeoradiusbymemberOrderDesc) Build

func (GeoradiusbymemberOrderDesc) Store

func (GeoradiusbymemberOrderDesc) Storedist

type GeoradiusbymemberRadius

type GeoradiusbymemberRadius Completed

func (GeoradiusbymemberRadius) Ft

func (GeoradiusbymemberRadius) Km

func (GeoradiusbymemberRadius) M

func (GeoradiusbymemberRadius) Mi

type GeoradiusbymemberRo

type GeoradiusbymemberRo Completed

func (GeoradiusbymemberRo) Key

type GeoradiusbymemberRoCountAny

type GeoradiusbymemberRoCountAny Completed

func (GeoradiusbymemberRoCountAny) Asc

func (GeoradiusbymemberRoCountAny) Build

func (GeoradiusbymemberRoCountAny) Cache

func (GeoradiusbymemberRoCountAny) Desc

type GeoradiusbymemberRoCountCount

type GeoradiusbymemberRoCountCount Completed

func (GeoradiusbymemberRoCountCount) Any

func (GeoradiusbymemberRoCountCount) Asc

func (GeoradiusbymemberRoCountCount) Build

func (GeoradiusbymemberRoCountCount) Cache

func (GeoradiusbymemberRoCountCount) Desc

type GeoradiusbymemberRoKey

type GeoradiusbymemberRoKey Completed

func (GeoradiusbymemberRoKey) Member

type GeoradiusbymemberRoMember

type GeoradiusbymemberRoMember Completed

func (GeoradiusbymemberRoMember) Radius

type GeoradiusbymemberRoOrderAsc

type GeoradiusbymemberRoOrderAsc Completed

func (GeoradiusbymemberRoOrderAsc) Build

func (GeoradiusbymemberRoOrderAsc) Cache

type GeoradiusbymemberRoOrderDesc

type GeoradiusbymemberRoOrderDesc Completed

func (GeoradiusbymemberRoOrderDesc) Build

func (GeoradiusbymemberRoOrderDesc) Cache

type GeoradiusbymemberRoRadius

type GeoradiusbymemberRoRadius Completed

func (GeoradiusbymemberRoRadius) Ft

func (GeoradiusbymemberRoRadius) Km

func (GeoradiusbymemberRoRadius) M

func (GeoradiusbymemberRoRadius) Mi

type GeoradiusbymemberRoUnitFt

type GeoradiusbymemberRoUnitFt Completed

func (GeoradiusbymemberRoUnitFt) Asc

func (GeoradiusbymemberRoUnitFt) Build

func (GeoradiusbymemberRoUnitFt) Cache

func (GeoradiusbymemberRoUnitFt) Count

func (GeoradiusbymemberRoUnitFt) Desc

func (GeoradiusbymemberRoUnitFt) Withcoord

func (GeoradiusbymemberRoUnitFt) Withdist

func (GeoradiusbymemberRoUnitFt) Withhash

type GeoradiusbymemberRoUnitKm

type GeoradiusbymemberRoUnitKm Completed

func (GeoradiusbymemberRoUnitKm) Asc

func (GeoradiusbymemberRoUnitKm) Build

func (GeoradiusbymemberRoUnitKm) Cache

func (GeoradiusbymemberRoUnitKm) Count

func (GeoradiusbymemberRoUnitKm) Desc

func (GeoradiusbymemberRoUnitKm) Withcoord

func (GeoradiusbymemberRoUnitKm) Withdist

func (GeoradiusbymemberRoUnitKm) Withhash

type GeoradiusbymemberRoUnitM

type GeoradiusbymemberRoUnitM Completed

func (GeoradiusbymemberRoUnitM) Asc

func (GeoradiusbymemberRoUnitM) Build

func (GeoradiusbymemberRoUnitM) Cache

func (GeoradiusbymemberRoUnitM) Count

func (GeoradiusbymemberRoUnitM) Desc

func (GeoradiusbymemberRoUnitM) Withcoord

func (GeoradiusbymemberRoUnitM) Withdist

func (GeoradiusbymemberRoUnitM) Withhash

type GeoradiusbymemberRoUnitMi

type GeoradiusbymemberRoUnitMi Completed

func (GeoradiusbymemberRoUnitMi) Asc

func (GeoradiusbymemberRoUnitMi) Build

func (GeoradiusbymemberRoUnitMi) Cache

func (GeoradiusbymemberRoUnitMi) Count

func (GeoradiusbymemberRoUnitMi) Desc

func (GeoradiusbymemberRoUnitMi) Withcoord

func (GeoradiusbymemberRoUnitMi) Withdist

func (GeoradiusbymemberRoUnitMi) Withhash

type GeoradiusbymemberRoWithcoord

type GeoradiusbymemberRoWithcoord Completed

func (GeoradiusbymemberRoWithcoord) Asc

func (GeoradiusbymemberRoWithcoord) Build

func (GeoradiusbymemberRoWithcoord) Cache

func (GeoradiusbymemberRoWithcoord) Count

func (GeoradiusbymemberRoWithcoord) Desc

func (GeoradiusbymemberRoWithcoord) Withdist

func (GeoradiusbymemberRoWithcoord) Withhash

type GeoradiusbymemberRoWithdist

type GeoradiusbymemberRoWithdist Completed

func (GeoradiusbymemberRoWithdist) Asc

func (GeoradiusbymemberRoWithdist) Build

func (GeoradiusbymemberRoWithdist) Cache

func (GeoradiusbymemberRoWithdist) Count

func (GeoradiusbymemberRoWithdist) Desc

func (GeoradiusbymemberRoWithdist) Withhash

type GeoradiusbymemberRoWithhash

type GeoradiusbymemberRoWithhash Completed

func (GeoradiusbymemberRoWithhash) Asc

func (GeoradiusbymemberRoWithhash) Build

func (GeoradiusbymemberRoWithhash) Cache

func (GeoradiusbymemberRoWithhash) Count

func (GeoradiusbymemberRoWithhash) Desc

type GeoradiusbymemberStore

type GeoradiusbymemberStore Completed

func (GeoradiusbymemberStore) Build

func (GeoradiusbymemberStore) Storedist

type GeoradiusbymemberStoredist

type GeoradiusbymemberStoredist Completed

func (GeoradiusbymemberStoredist) Build

type GeoradiusbymemberUnitFt

type GeoradiusbymemberUnitFt Completed

func (GeoradiusbymemberUnitFt) Asc

func (GeoradiusbymemberUnitFt) Build

func (GeoradiusbymemberUnitFt) Count

func (GeoradiusbymemberUnitFt) Desc

func (GeoradiusbymemberUnitFt) Store

func (GeoradiusbymemberUnitFt) Storedist

func (GeoradiusbymemberUnitFt) Withcoord

func (GeoradiusbymemberUnitFt) Withdist

func (GeoradiusbymemberUnitFt) Withhash

type GeoradiusbymemberUnitKm

type GeoradiusbymemberUnitKm Completed

func (GeoradiusbymemberUnitKm) Asc

func (GeoradiusbymemberUnitKm) Build

func (GeoradiusbymemberUnitKm) Count

func (GeoradiusbymemberUnitKm) Desc

func (GeoradiusbymemberUnitKm) Store

func (GeoradiusbymemberUnitKm) Storedist

func (GeoradiusbymemberUnitKm) Withcoord

func (GeoradiusbymemberUnitKm) Withdist

func (GeoradiusbymemberUnitKm) Withhash

type GeoradiusbymemberUnitM

type GeoradiusbymemberUnitM Completed

func (GeoradiusbymemberUnitM) Asc

func (GeoradiusbymemberUnitM) Build

func (GeoradiusbymemberUnitM) Count

func (GeoradiusbymemberUnitM) Desc

func (GeoradiusbymemberUnitM) Store

func (GeoradiusbymemberUnitM) Storedist

func (GeoradiusbymemberUnitM) Withcoord

func (GeoradiusbymemberUnitM) Withdist

func (GeoradiusbymemberUnitM) Withhash

type GeoradiusbymemberUnitMi

type GeoradiusbymemberUnitMi Completed

func (GeoradiusbymemberUnitMi) Asc

func (GeoradiusbymemberUnitMi) Build

func (GeoradiusbymemberUnitMi) Count

func (GeoradiusbymemberUnitMi) Desc

func (GeoradiusbymemberUnitMi) Store

func (GeoradiusbymemberUnitMi) Storedist

func (GeoradiusbymemberUnitMi) Withcoord

func (GeoradiusbymemberUnitMi) Withdist

func (GeoradiusbymemberUnitMi) Withhash

type GeoradiusbymemberWithcoord

type GeoradiusbymemberWithcoord Completed

func (GeoradiusbymemberWithcoord) Asc

func (GeoradiusbymemberWithcoord) Build

func (GeoradiusbymemberWithcoord) Count

func (GeoradiusbymemberWithcoord) Desc

func (GeoradiusbymemberWithcoord) Store

func (GeoradiusbymemberWithcoord) Storedist

func (GeoradiusbymemberWithcoord) Withdist

func (GeoradiusbymemberWithcoord) Withhash

type GeoradiusbymemberWithdist

type GeoradiusbymemberWithdist Completed

func (GeoradiusbymemberWithdist) Asc

func (GeoradiusbymemberWithdist) Build

func (GeoradiusbymemberWithdist) Count

func (GeoradiusbymemberWithdist) Desc

func (GeoradiusbymemberWithdist) Store

func (GeoradiusbymemberWithdist) Storedist

func (GeoradiusbymemberWithdist) Withhash

type GeoradiusbymemberWithhash

type GeoradiusbymemberWithhash Completed

func (GeoradiusbymemberWithhash) Asc

func (GeoradiusbymemberWithhash) Build

func (GeoradiusbymemberWithhash) Count

func (GeoradiusbymemberWithhash) Desc

func (GeoradiusbymemberWithhash) Store

func (GeoradiusbymemberWithhash) Storedist

type Geosearch

type Geosearch Completed

func (Geosearch) Key

func (c Geosearch) Key(key string) GeosearchKey

type GeosearchCircleBoxBybox

type GeosearchCircleBoxBybox Completed

func (GeosearchCircleBoxBybox) Height

type GeosearchCircleBoxHeight

type GeosearchCircleBoxHeight Completed

func (GeosearchCircleBoxHeight) Ft

func (GeosearchCircleBoxHeight) Km

func (GeosearchCircleBoxHeight) M

func (GeosearchCircleBoxHeight) Mi

type GeosearchCircleBoxUnitFt

type GeosearchCircleBoxUnitFt Completed

func (GeosearchCircleBoxUnitFt) Asc

func (GeosearchCircleBoxUnitFt) Build

func (GeosearchCircleBoxUnitFt) Cache

func (GeosearchCircleBoxUnitFt) Count

func (GeosearchCircleBoxUnitFt) Desc

func (GeosearchCircleBoxUnitFt) Withcoord

func (GeosearchCircleBoxUnitFt) Withdist

func (GeosearchCircleBoxUnitFt) Withhash

type GeosearchCircleBoxUnitKm

type GeosearchCircleBoxUnitKm Completed

func (GeosearchCircleBoxUnitKm) Asc

func (GeosearchCircleBoxUnitKm) Build

func (GeosearchCircleBoxUnitKm) Cache

func (GeosearchCircleBoxUnitKm) Count

func (GeosearchCircleBoxUnitKm) Desc

func (GeosearchCircleBoxUnitKm) Withcoord

func (GeosearchCircleBoxUnitKm) Withdist

func (GeosearchCircleBoxUnitKm) Withhash

type GeosearchCircleBoxUnitM

type GeosearchCircleBoxUnitM Completed

func (GeosearchCircleBoxUnitM) Asc

func (GeosearchCircleBoxUnitM) Build

func (GeosearchCircleBoxUnitM) Cache

func (GeosearchCircleBoxUnitM) Count

func (GeosearchCircleBoxUnitM) Desc

func (GeosearchCircleBoxUnitM) Withcoord

func (GeosearchCircleBoxUnitM) Withdist

func (GeosearchCircleBoxUnitM) Withhash

type GeosearchCircleBoxUnitMi

type GeosearchCircleBoxUnitMi Completed

func (GeosearchCircleBoxUnitMi) Asc

func (GeosearchCircleBoxUnitMi) Build

func (GeosearchCircleBoxUnitMi) Cache

func (GeosearchCircleBoxUnitMi) Count

func (GeosearchCircleBoxUnitMi) Desc

func (GeosearchCircleBoxUnitMi) Withcoord

func (GeosearchCircleBoxUnitMi) Withdist

func (GeosearchCircleBoxUnitMi) Withhash

type GeosearchCircleCircleByradius

type GeosearchCircleCircleByradius Completed

func (GeosearchCircleCircleByradius) Ft

func (GeosearchCircleCircleByradius) Km

func (GeosearchCircleCircleByradius) M

func (GeosearchCircleCircleByradius) Mi

type GeosearchCircleCircleUnitFt

type GeosearchCircleCircleUnitFt Completed

func (GeosearchCircleCircleUnitFt) Asc

func (GeosearchCircleCircleUnitFt) Build

func (GeosearchCircleCircleUnitFt) Bybox

func (GeosearchCircleCircleUnitFt) Cache

func (GeosearchCircleCircleUnitFt) Count

func (GeosearchCircleCircleUnitFt) Desc

func (GeosearchCircleCircleUnitFt) Withcoord

func (GeosearchCircleCircleUnitFt) Withdist

func (GeosearchCircleCircleUnitFt) Withhash

type GeosearchCircleCircleUnitKm

type GeosearchCircleCircleUnitKm Completed

func (GeosearchCircleCircleUnitKm) Asc

func (GeosearchCircleCircleUnitKm) Build

func (GeosearchCircleCircleUnitKm) Bybox

func (GeosearchCircleCircleUnitKm) Cache

func (GeosearchCircleCircleUnitKm) Count

func (GeosearchCircleCircleUnitKm) Desc

func (GeosearchCircleCircleUnitKm) Withcoord

func (GeosearchCircleCircleUnitKm) Withdist

func (GeosearchCircleCircleUnitKm) Withhash

type GeosearchCircleCircleUnitM

type GeosearchCircleCircleUnitM Completed

func (GeosearchCircleCircleUnitM) Asc

func (GeosearchCircleCircleUnitM) Build

func (GeosearchCircleCircleUnitM) Bybox

func (GeosearchCircleCircleUnitM) Cache

func (GeosearchCircleCircleUnitM) Count

func (GeosearchCircleCircleUnitM) Desc

func (GeosearchCircleCircleUnitM) Withcoord

func (GeosearchCircleCircleUnitM) Withdist

func (GeosearchCircleCircleUnitM) Withhash

type GeosearchCircleCircleUnitMi

type GeosearchCircleCircleUnitMi Completed

func (GeosearchCircleCircleUnitMi) Asc

func (GeosearchCircleCircleUnitMi) Build

func (GeosearchCircleCircleUnitMi) Bybox

func (GeosearchCircleCircleUnitMi) Cache

func (GeosearchCircleCircleUnitMi) Count

func (GeosearchCircleCircleUnitMi) Desc

func (GeosearchCircleCircleUnitMi) Withcoord

func (GeosearchCircleCircleUnitMi) Withdist

func (GeosearchCircleCircleUnitMi) Withhash

type GeosearchCountAny

type GeosearchCountAny Completed

func (GeosearchCountAny) Build

func (c GeosearchCountAny) Build() Completed

func (GeosearchCountAny) Cache

func (c GeosearchCountAny) Cache() Cacheable

func (GeosearchCountAny) Withcoord

func (c GeosearchCountAny) Withcoord() GeosearchWithcoord

func (GeosearchCountAny) Withdist

func (c GeosearchCountAny) Withdist() GeosearchWithdist

func (GeosearchCountAny) Withhash

func (c GeosearchCountAny) Withhash() GeosearchWithhash

type GeosearchCountCount

type GeosearchCountCount Completed

func (GeosearchCountCount) Any

func (GeosearchCountCount) Build

func (c GeosearchCountCount) Build() Completed

func (GeosearchCountCount) Cache

func (c GeosearchCountCount) Cache() Cacheable

func (GeosearchCountCount) Withcoord

func (GeosearchCountCount) Withdist

func (GeosearchCountCount) Withhash

type GeosearchFrommemberFromlonlat

type GeosearchFrommemberFromlonlat Completed

func (GeosearchFrommemberFromlonlat) Bybox

func (GeosearchFrommemberFromlonlat) Byradius

type GeosearchFrommemberFrommember

type GeosearchFrommemberFrommember Completed

func (GeosearchFrommemberFrommember) Bybox

func (GeosearchFrommemberFrommember) Byradius

func (GeosearchFrommemberFrommember) Fromlonlat

type GeosearchKey

type GeosearchKey Completed

func (GeosearchKey) Fromlonlat

func (c GeosearchKey) Fromlonlat(longitude float64, latitude float64) GeosearchFrommemberFromlonlat

func (GeosearchKey) Frommember

func (c GeosearchKey) Frommember(member string) GeosearchFrommemberFrommember

type GeosearchOrderAsc

type GeosearchOrderAsc Completed

func (GeosearchOrderAsc) Build

func (c GeosearchOrderAsc) Build() Completed

func (GeosearchOrderAsc) Cache

func (c GeosearchOrderAsc) Cache() Cacheable

func (GeosearchOrderAsc) Count

func (GeosearchOrderAsc) Withcoord

func (c GeosearchOrderAsc) Withcoord() GeosearchWithcoord

func (GeosearchOrderAsc) Withdist

func (c GeosearchOrderAsc) Withdist() GeosearchWithdist

func (GeosearchOrderAsc) Withhash

func (c GeosearchOrderAsc) Withhash() GeosearchWithhash

type GeosearchOrderDesc

type GeosearchOrderDesc Completed

func (GeosearchOrderDesc) Build

func (c GeosearchOrderDesc) Build() Completed

func (GeosearchOrderDesc) Cache

func (c GeosearchOrderDesc) Cache() Cacheable

func (GeosearchOrderDesc) Count

func (GeosearchOrderDesc) Withcoord

func (c GeosearchOrderDesc) Withcoord() GeosearchWithcoord

func (GeosearchOrderDesc) Withdist

func (GeosearchOrderDesc) Withhash

type GeosearchWithcoord

type GeosearchWithcoord Completed

func (GeosearchWithcoord) Build

func (c GeosearchWithcoord) Build() Completed

func (GeosearchWithcoord) Cache

func (c GeosearchWithcoord) Cache() Cacheable

func (GeosearchWithcoord) Withdist

func (GeosearchWithcoord) Withhash

type GeosearchWithdist

type GeosearchWithdist Completed

func (GeosearchWithdist) Build

func (c GeosearchWithdist) Build() Completed

func (GeosearchWithdist) Cache

func (c GeosearchWithdist) Cache() Cacheable

func (GeosearchWithdist) Withhash

func (c GeosearchWithdist) Withhash() GeosearchWithhash

type GeosearchWithhash

type GeosearchWithhash Completed

func (GeosearchWithhash) Build

func (c GeosearchWithhash) Build() Completed

func (GeosearchWithhash) Cache

func (c GeosearchWithhash) Cache() Cacheable

type Geosearchstore

type Geosearchstore Completed

func (Geosearchstore) Destination

func (c Geosearchstore) Destination(destination string) GeosearchstoreDestination

type GeosearchstoreCircleBoxBybox

type GeosearchstoreCircleBoxBybox Completed

func (GeosearchstoreCircleBoxBybox) Height

type GeosearchstoreCircleBoxHeight

type GeosearchstoreCircleBoxHeight Completed

func (GeosearchstoreCircleBoxHeight) Ft

func (GeosearchstoreCircleBoxHeight) Km

func (GeosearchstoreCircleBoxHeight) M

func (GeosearchstoreCircleBoxHeight) Mi

type GeosearchstoreCircleBoxUnitFt

type GeosearchstoreCircleBoxUnitFt Completed

func (GeosearchstoreCircleBoxUnitFt) Asc

func (GeosearchstoreCircleBoxUnitFt) Build

func (GeosearchstoreCircleBoxUnitFt) Count

func (GeosearchstoreCircleBoxUnitFt) Desc

func (GeosearchstoreCircleBoxUnitFt) Storedist

type GeosearchstoreCircleBoxUnitKm

type GeosearchstoreCircleBoxUnitKm Completed

func (GeosearchstoreCircleBoxUnitKm) Asc

func (GeosearchstoreCircleBoxUnitKm) Build

func (GeosearchstoreCircleBoxUnitKm) Count

func (GeosearchstoreCircleBoxUnitKm) Desc

func (GeosearchstoreCircleBoxUnitKm) Storedist

type GeosearchstoreCircleBoxUnitM

type GeosearchstoreCircleBoxUnitM Completed

func (GeosearchstoreCircleBoxUnitM) Asc

func (GeosearchstoreCircleBoxUnitM) Build

func (GeosearchstoreCircleBoxUnitM) Count

func (GeosearchstoreCircleBoxUnitM) Desc

func (GeosearchstoreCircleBoxUnitM) Storedist

type GeosearchstoreCircleBoxUnitMi

type GeosearchstoreCircleBoxUnitMi Completed

func (GeosearchstoreCircleBoxUnitMi) Asc

func (GeosearchstoreCircleBoxUnitMi) Build

func (GeosearchstoreCircleBoxUnitMi) Count

func (GeosearchstoreCircleBoxUnitMi) Desc

func (GeosearchstoreCircleBoxUnitMi) Storedist

type GeosearchstoreCircleCircleByradius

type GeosearchstoreCircleCircleByradius Completed

func (GeosearchstoreCircleCircleByradius) Ft

func (GeosearchstoreCircleCircleByradius) Km

func (GeosearchstoreCircleCircleByradius) M

func (GeosearchstoreCircleCircleByradius) Mi

type GeosearchstoreCircleCircleUnitFt

type GeosearchstoreCircleCircleUnitFt Completed

func (GeosearchstoreCircleCircleUnitFt) Asc

func (GeosearchstoreCircleCircleUnitFt) Build

func (GeosearchstoreCircleCircleUnitFt) Bybox

func (GeosearchstoreCircleCircleUnitFt) Count

func (GeosearchstoreCircleCircleUnitFt) Desc

func (GeosearchstoreCircleCircleUnitFt) Storedist

type GeosearchstoreCircleCircleUnitKm

type GeosearchstoreCircleCircleUnitKm Completed

func (GeosearchstoreCircleCircleUnitKm) Asc

func (GeosearchstoreCircleCircleUnitKm) Build

func (GeosearchstoreCircleCircleUnitKm) Bybox

func (GeosearchstoreCircleCircleUnitKm) Count

func (GeosearchstoreCircleCircleUnitKm) Desc

func (GeosearchstoreCircleCircleUnitKm) Storedist

type GeosearchstoreCircleCircleUnitM

type GeosearchstoreCircleCircleUnitM Completed

func (GeosearchstoreCircleCircleUnitM) Asc

func (GeosearchstoreCircleCircleUnitM) Build

func (GeosearchstoreCircleCircleUnitM) Bybox

func (GeosearchstoreCircleCircleUnitM) Count

func (GeosearchstoreCircleCircleUnitM) Desc

func (GeosearchstoreCircleCircleUnitM) Storedist

type GeosearchstoreCircleCircleUnitMi

type GeosearchstoreCircleCircleUnitMi Completed

func (GeosearchstoreCircleCircleUnitMi) Asc

func (GeosearchstoreCircleCircleUnitMi) Build

func (GeosearchstoreCircleCircleUnitMi) Bybox

func (GeosearchstoreCircleCircleUnitMi) Count

func (GeosearchstoreCircleCircleUnitMi) Desc

func (GeosearchstoreCircleCircleUnitMi) Storedist

type GeosearchstoreCountAny

type GeosearchstoreCountAny Completed

func (GeosearchstoreCountAny) Build

func (GeosearchstoreCountAny) Storedist

type GeosearchstoreCountCount

type GeosearchstoreCountCount Completed

func (GeosearchstoreCountCount) Any

func (GeosearchstoreCountCount) Build

func (GeosearchstoreCountCount) Storedist

type GeosearchstoreDestination

type GeosearchstoreDestination Completed

func (GeosearchstoreDestination) Source

type GeosearchstoreFrommemberFromlonlat

type GeosearchstoreFrommemberFromlonlat Completed

func (GeosearchstoreFrommemberFromlonlat) Bybox

func (GeosearchstoreFrommemberFromlonlat) Byradius

type GeosearchstoreFrommemberFrommember

type GeosearchstoreFrommemberFrommember Completed

func (GeosearchstoreFrommemberFrommember) Bybox

func (GeosearchstoreFrommemberFrommember) Byradius

func (GeosearchstoreFrommemberFrommember) Fromlonlat

type GeosearchstoreOrderAsc

type GeosearchstoreOrderAsc Completed

func (GeosearchstoreOrderAsc) Build

func (GeosearchstoreOrderAsc) Count

func (GeosearchstoreOrderAsc) Storedist

type GeosearchstoreOrderDesc

type GeosearchstoreOrderDesc Completed

func (GeosearchstoreOrderDesc) Build

func (GeosearchstoreOrderDesc) Count

func (GeosearchstoreOrderDesc) Storedist

type GeosearchstoreSource

type GeosearchstoreSource Completed

func (GeosearchstoreSource) Fromlonlat

func (c GeosearchstoreSource) Fromlonlat(longitude float64, latitude float64) GeosearchstoreFrommemberFromlonlat

func (GeosearchstoreSource) Frommember

type GeosearchstoreStoredist

type GeosearchstoreStoredist Completed

func (GeosearchstoreStoredist) Build

type Get

type Get Completed

func (Get) Key

func (c Get) Key(key string) GetKey

type GetKey

type GetKey Completed

func (GetKey) Build

func (c GetKey) Build() Completed

func (GetKey) Cache

func (c GetKey) Cache() Cacheable

type Getbit

type Getbit Completed

func (Getbit) Key

func (c Getbit) Key(key string) GetbitKey

type GetbitKey

type GetbitKey Completed

func (GetbitKey) Offset

func (c GetbitKey) Offset(offset int64) GetbitOffset

type GetbitOffset

type GetbitOffset Completed

func (GetbitOffset) Build

func (c GetbitOffset) Build() Completed

func (GetbitOffset) Cache

func (c GetbitOffset) Cache() Cacheable

type Getdel

type Getdel Completed

func (Getdel) Key

func (c Getdel) Key(key string) GetdelKey

type GetdelKey

type GetdelKey Completed

func (GetdelKey) Build

func (c GetdelKey) Build() Completed

type Getex

type Getex Completed

func (Getex) Key

func (c Getex) Key(key string) GetexKey

type GetexExpirationExSeconds

type GetexExpirationExSeconds Completed

func (GetexExpirationExSeconds) Build

type GetexExpirationExatTimestamp

type GetexExpirationExatTimestamp Completed

func (GetexExpirationExatTimestamp) Build

type GetexExpirationPersist

type GetexExpirationPersist Completed

func (GetexExpirationPersist) Build

type GetexExpirationPxMilliseconds

type GetexExpirationPxMilliseconds Completed

func (GetexExpirationPxMilliseconds) Build

type GetexExpirationPxatMillisecondsTimestamp

type GetexExpirationPxatMillisecondsTimestamp Completed

func (GetexExpirationPxatMillisecondsTimestamp) Build

type GetexKey

type GetexKey Completed

func (GetexKey) Build

func (c GetexKey) Build() Completed

func (GetexKey) ExSeconds

func (c GetexKey) ExSeconds(seconds int64) GetexExpirationExSeconds

func (GetexKey) ExatTimestamp

func (c GetexKey) ExatTimestamp(timestamp int64) GetexExpirationExatTimestamp

func (GetexKey) Persist

func (c GetexKey) Persist() GetexExpirationPersist

func (GetexKey) PxMilliseconds

func (c GetexKey) PxMilliseconds(milliseconds int64) GetexExpirationPxMilliseconds

func (GetexKey) PxatMillisecondsTimestamp

func (c GetexKey) PxatMillisecondsTimestamp(millisecondsTimestamp int64) GetexExpirationPxatMillisecondsTimestamp

type Getrange

type Getrange Completed

func (Getrange) Key

func (c Getrange) Key(key string) GetrangeKey

type GetrangeEnd

type GetrangeEnd Completed

func (GetrangeEnd) Build

func (c GetrangeEnd) Build() Completed

func (GetrangeEnd) Cache

func (c GetrangeEnd) Cache() Cacheable

type GetrangeKey

type GetrangeKey Completed

func (GetrangeKey) Start

func (c GetrangeKey) Start(start int64) GetrangeStart

type GetrangeStart

type GetrangeStart Completed

func (GetrangeStart) End

func (c GetrangeStart) End(end int64) GetrangeEnd

type Getset

type Getset Completed

func (Getset) Key

func (c Getset) Key(key string) GetsetKey

type GetsetKey

type GetsetKey Completed

func (GetsetKey) Value

func (c GetsetKey) Value(value string) GetsetValue

type GetsetValue

type GetsetValue Completed

func (GetsetValue) Build

func (c GetsetValue) Build() Completed

type GraphConfigGet

type GraphConfigGet Completed

func (GraphConfigGet) Name

type GraphConfigGetName

type GraphConfigGetName Completed

func (GraphConfigGetName) Build

func (c GraphConfigGetName) Build() Completed

type GraphConfigSet

type GraphConfigSet Completed

func (GraphConfigSet) Name

type GraphConfigSetName

type GraphConfigSetName Completed

func (GraphConfigSetName) Value

type GraphConfigSetValue

type GraphConfigSetValue Completed

func (GraphConfigSetValue) Build

func (c GraphConfigSetValue) Build() Completed

type GraphDelete

type GraphDelete Completed

func (GraphDelete) Graph

func (c GraphDelete) Graph(graph string) GraphDeleteGraph

type GraphDeleteGraph

type GraphDeleteGraph Completed

func (GraphDeleteGraph) Build

func (c GraphDeleteGraph) Build() Completed

type GraphExplain

type GraphExplain Completed

func (GraphExplain) Graph

func (c GraphExplain) Graph(graph string) GraphExplainGraph

type GraphExplainGraph

type GraphExplainGraph Completed

func (GraphExplainGraph) Query

type GraphExplainQuery

type GraphExplainQuery Completed

func (GraphExplainQuery) Build

func (c GraphExplainQuery) Build() Completed

type GraphList

type GraphList Completed

func (GraphList) Build

func (c GraphList) Build() Completed

type GraphProfile

type GraphProfile Completed

func (GraphProfile) Graph

func (c GraphProfile) Graph(graph string) GraphProfileGraph

type GraphProfileGraph

type GraphProfileGraph Completed

func (GraphProfileGraph) Query

type GraphProfileQuery

type GraphProfileQuery Completed

func (GraphProfileQuery) Build

func (c GraphProfileQuery) Build() Completed

func (GraphProfileQuery) Timeout

func (c GraphProfileQuery) Timeout(timeout int64) GraphProfileTimeout

type GraphProfileTimeout

type GraphProfileTimeout Completed

func (GraphProfileTimeout) Build

func (c GraphProfileTimeout) Build() Completed

type GraphQuery

type GraphQuery Completed

func (GraphQuery) Graph

func (c GraphQuery) Graph(graph string) GraphQueryGraph

type GraphQueryGraph

type GraphQueryGraph Completed

func (GraphQueryGraph) Query

func (c GraphQueryGraph) Query(query string) GraphQueryQuery

type GraphQueryQuery

type GraphQueryQuery Completed

func (GraphQueryQuery) Build

func (c GraphQueryQuery) Build() Completed

func (GraphQueryQuery) Timeout

func (c GraphQueryQuery) Timeout(timeout int64) GraphQueryTimeout

type GraphQueryTimeout

type GraphQueryTimeout Completed

func (GraphQueryTimeout) Build

func (c GraphQueryTimeout) Build() Completed

type GraphRoQuery

type GraphRoQuery Completed

func (GraphRoQuery) Graph

func (c GraphRoQuery) Graph(graph string) GraphRoQueryGraph

type GraphRoQueryGraph

type GraphRoQueryGraph Completed

func (GraphRoQueryGraph) Query

type GraphRoQueryQuery

type GraphRoQueryQuery Completed

func (GraphRoQueryQuery) Build

func (c GraphRoQueryQuery) Build() Completed

func (GraphRoQueryQuery) Cache

func (c GraphRoQueryQuery) Cache() Cacheable

func (GraphRoQueryQuery) Timeout

func (c GraphRoQueryQuery) Timeout(timeout int64) GraphRoQueryTimeout

type GraphRoQueryTimeout

type GraphRoQueryTimeout Completed

func (GraphRoQueryTimeout) Build

func (c GraphRoQueryTimeout) Build() Completed

func (GraphRoQueryTimeout) Cache

func (c GraphRoQueryTimeout) Cache() Cacheable

type GraphSlowlog

type GraphSlowlog Completed

func (GraphSlowlog) Graph

func (c GraphSlowlog) Graph(graph string) GraphSlowlogGraph

type GraphSlowlogGraph

type GraphSlowlogGraph Completed

func (GraphSlowlogGraph) Build

func (c GraphSlowlogGraph) Build() Completed

type Hdel

type Hdel Completed

func (Hdel) Key

func (c Hdel) Key(key string) HdelKey

type HdelField

type HdelField Completed

func (HdelField) Build

func (c HdelField) Build() Completed

func (HdelField) Field

func (c HdelField) Field(field ...string) HdelField

type HdelKey

type HdelKey Completed

func (HdelKey) Field

func (c HdelKey) Field(field ...string) HdelField

type Hello

type Hello Completed

func (Hello) Build

func (c Hello) Build() Completed

func (Hello) Protover

func (c Hello) Protover(protover int64) HelloArgumentsProtover

type HelloArgumentsAuth

type HelloArgumentsAuth Completed

func (HelloArgumentsAuth) Build

func (c HelloArgumentsAuth) Build() Completed

func (HelloArgumentsAuth) Setname

func (c HelloArgumentsAuth) Setname(clientname string) HelloArgumentsSetname

type HelloArgumentsProtover

type HelloArgumentsProtover Completed

func (HelloArgumentsProtover) Auth

func (c HelloArgumentsProtover) Auth(username string, password string) HelloArgumentsAuth

func (HelloArgumentsProtover) Build

func (HelloArgumentsProtover) Setname

func (c HelloArgumentsProtover) Setname(clientname string) HelloArgumentsSetname

type HelloArgumentsSetname

type HelloArgumentsSetname Completed

func (HelloArgumentsSetname) Build

func (c HelloArgumentsSetname) Build() Completed

type Hexists

type Hexists Completed

func (Hexists) Key

func (c Hexists) Key(key string) HexistsKey

type HexistsField

type HexistsField Completed

func (HexistsField) Build

func (c HexistsField) Build() Completed

func (HexistsField) Cache

func (c HexistsField) Cache() Cacheable

type HexistsKey

type HexistsKey Completed

func (HexistsKey) Field

func (c HexistsKey) Field(field string) HexistsField

type Hget

type Hget Completed

func (Hget) Key

func (c Hget) Key(key string) HgetKey

type HgetField

type HgetField Completed

func (HgetField) Build

func (c HgetField) Build() Completed

func (HgetField) Cache

func (c HgetField) Cache() Cacheable

type HgetKey

type HgetKey Completed

func (HgetKey) Field

func (c HgetKey) Field(field string) HgetField

type Hgetall

type Hgetall Completed

func (Hgetall) Key

func (c Hgetall) Key(key string) HgetallKey

type HgetallKey

type HgetallKey Completed

func (HgetallKey) Build

func (c HgetallKey) Build() Completed

func (HgetallKey) Cache

func (c HgetallKey) Cache() Cacheable

type Hincrby

type Hincrby Completed

func (Hincrby) Key

func (c Hincrby) Key(key string) HincrbyKey

type HincrbyField

type HincrbyField Completed

func (HincrbyField) Increment

func (c HincrbyField) Increment(increment int64) HincrbyIncrement

type HincrbyIncrement

type HincrbyIncrement Completed

func (HincrbyIncrement) Build

func (c HincrbyIncrement) Build() Completed

type HincrbyKey

type HincrbyKey Completed

func (HincrbyKey) Field

func (c HincrbyKey) Field(field string) HincrbyField

type Hincrbyfloat

type Hincrbyfloat Completed

func (Hincrbyfloat) Key

func (c Hincrbyfloat) Key(key string) HincrbyfloatKey

type HincrbyfloatField

type HincrbyfloatField Completed

func (HincrbyfloatField) Increment

func (c HincrbyfloatField) Increment(increment float64) HincrbyfloatIncrement

type HincrbyfloatIncrement

type HincrbyfloatIncrement Completed

func (HincrbyfloatIncrement) Build

func (c HincrbyfloatIncrement) Build() Completed

type HincrbyfloatKey

type HincrbyfloatKey Completed

func (HincrbyfloatKey) Field

func (c HincrbyfloatKey) Field(field string) HincrbyfloatField

type Hkeys

type Hkeys Completed

func (Hkeys) Key

func (c Hkeys) Key(key string) HkeysKey

type HkeysKey

type HkeysKey Completed

func (HkeysKey) Build

func (c HkeysKey) Build() Completed

func (HkeysKey) Cache

func (c HkeysKey) Cache() Cacheable

type Hlen

type Hlen Completed

func (Hlen) Key

func (c Hlen) Key(key string) HlenKey

type HlenKey

type HlenKey Completed

func (HlenKey) Build

func (c HlenKey) Build() Completed

func (HlenKey) Cache

func (c HlenKey) Cache() Cacheable

type Hmget

type Hmget Completed

func (Hmget) Key

func (c Hmget) Key(key string) HmgetKey

type HmgetField

type HmgetField Completed

func (HmgetField) Build

func (c HmgetField) Build() Completed

func (HmgetField) Cache

func (c HmgetField) Cache() Cacheable

func (HmgetField) Field

func (c HmgetField) Field(field ...string) HmgetField

type HmgetKey

type HmgetKey Completed

func (HmgetKey) Field

func (c HmgetKey) Field(field ...string) HmgetField

type Hmset

type Hmset Completed

func (Hmset) Key

func (c Hmset) Key(key string) HmsetKey

type HmsetFieldValue

type HmsetFieldValue Completed

func (HmsetFieldValue) Build

func (c HmsetFieldValue) Build() Completed

func (HmsetFieldValue) FieldValue

func (c HmsetFieldValue) FieldValue(field string, value string) HmsetFieldValue

type HmsetKey

type HmsetKey Completed

func (HmsetKey) FieldValue

func (c HmsetKey) FieldValue() HmsetFieldValue

type Hrandfield

type Hrandfield Completed

func (Hrandfield) Key

func (c Hrandfield) Key(key string) HrandfieldKey

type HrandfieldKey

type HrandfieldKey Completed

func (HrandfieldKey) Build

func (c HrandfieldKey) Build() Completed

func (HrandfieldKey) Count

type HrandfieldOptionsCount

type HrandfieldOptionsCount Completed

func (HrandfieldOptionsCount) Build

func (HrandfieldOptionsCount) Withvalues

type HrandfieldOptionsWithvalues

type HrandfieldOptionsWithvalues Completed

func (HrandfieldOptionsWithvalues) Build

type Hscan

type Hscan Completed

func (Hscan) Key

func (c Hscan) Key(key string) HscanKey

type HscanCount

type HscanCount Completed

func (HscanCount) Build

func (c HscanCount) Build() Completed

type HscanCursor

type HscanCursor Completed

func (HscanCursor) Build

func (c HscanCursor) Build() Completed

func (HscanCursor) Count

func (c HscanCursor) Count(count int64) HscanCount

func (HscanCursor) Match

func (c HscanCursor) Match(pattern string) HscanMatch

type HscanKey

type HscanKey Completed

func (HscanKey) Cursor

func (c HscanKey) Cursor(cursor int64) HscanCursor

type HscanMatch

type HscanMatch Completed

func (HscanMatch) Build

func (c HscanMatch) Build() Completed

func (HscanMatch) Count

func (c HscanMatch) Count(count int64) HscanCount

type Hset

type Hset Completed

func (Hset) Key

func (c Hset) Key(key string) HsetKey

type HsetFieldValue

type HsetFieldValue Completed

func (HsetFieldValue) Build

func (c HsetFieldValue) Build() Completed

func (HsetFieldValue) FieldValue

func (c HsetFieldValue) FieldValue(field string, value string) HsetFieldValue

type HsetKey

type HsetKey Completed

func (HsetKey) FieldValue

func (c HsetKey) FieldValue() HsetFieldValue

type Hsetnx

type Hsetnx Completed

func (Hsetnx) Key

func (c Hsetnx) Key(key string) HsetnxKey

type HsetnxField

type HsetnxField Completed

func (HsetnxField) Value

func (c HsetnxField) Value(value string) HsetnxValue

type HsetnxKey

type HsetnxKey Completed

func (HsetnxKey) Field

func (c HsetnxKey) Field(field string) HsetnxField

type HsetnxValue

type HsetnxValue Completed

func (HsetnxValue) Build

func (c HsetnxValue) Build() Completed

type Hstrlen

type Hstrlen Completed

func (Hstrlen) Key

func (c Hstrlen) Key(key string) HstrlenKey

type HstrlenField

type HstrlenField Completed

func (HstrlenField) Build

func (c HstrlenField) Build() Completed

func (HstrlenField) Cache

func (c HstrlenField) Cache() Cacheable

type HstrlenKey

type HstrlenKey Completed

func (HstrlenKey) Field

func (c HstrlenKey) Field(field string) HstrlenField

type Hvals

type Hvals Completed

func (Hvals) Key

func (c Hvals) Key(key string) HvalsKey

type HvalsKey

type HvalsKey Completed

func (HvalsKey) Build

func (c HvalsKey) Build() Completed

func (HvalsKey) Cache

func (c HvalsKey) Cache() Cacheable

type Incr

type Incr Completed

func (Incr) Key

func (c Incr) Key(key string) IncrKey

type IncrKey

type IncrKey Completed

func (IncrKey) Build

func (c IncrKey) Build() Completed

type Incrby

type Incrby Completed

func (Incrby) Key

func (c Incrby) Key(key string) IncrbyKey

type IncrbyIncrement

type IncrbyIncrement Completed

func (IncrbyIncrement) Build

func (c IncrbyIncrement) Build() Completed

type IncrbyKey

type IncrbyKey Completed

func (IncrbyKey) Increment

func (c IncrbyKey) Increment(increment int64) IncrbyIncrement

type Incrbyfloat

type Incrbyfloat Completed

func (Incrbyfloat) Key

func (c Incrbyfloat) Key(key string) IncrbyfloatKey

type IncrbyfloatIncrement

type IncrbyfloatIncrement Completed

func (IncrbyfloatIncrement) Build

func (c IncrbyfloatIncrement) Build() Completed

type IncrbyfloatKey

type IncrbyfloatKey Completed

func (IncrbyfloatKey) Increment

func (c IncrbyfloatKey) Increment(increment float64) IncrbyfloatIncrement

type Info

type Info Completed

func (Info) Build

func (c Info) Build() Completed

func (Info) Section

func (c Info) Section(section ...string) InfoSection

type InfoSection

type InfoSection Completed

func (InfoSection) Build

func (c InfoSection) Build() Completed

func (InfoSection) Section

func (c InfoSection) Section(section ...string) InfoSection

type JsonArrappend

type JsonArrappend Completed

func (JsonArrappend) Key

type JsonArrappendKey

type JsonArrappendKey Completed

func (JsonArrappendKey) Path

func (JsonArrappendKey) Value

func (c JsonArrappendKey) Value(value ...string) JsonArrappendValue

type JsonArrappendPath

type JsonArrappendPath Completed

func (JsonArrappendPath) Value

func (c JsonArrappendPath) Value(value ...string) JsonArrappendValue

type JsonArrappendValue

type JsonArrappendValue Completed

func (JsonArrappendValue) Build

func (c JsonArrappendValue) Build() Completed

func (JsonArrappendValue) Value

func (c JsonArrappendValue) Value(value ...string) JsonArrappendValue

type JsonArrindex

type JsonArrindex Completed

func (JsonArrindex) Key

func (c JsonArrindex) Key(key string) JsonArrindexKey

type JsonArrindexKey

type JsonArrindexKey Completed

func (JsonArrindexKey) Path

type JsonArrindexPath

type JsonArrindexPath Completed

func (JsonArrindexPath) Value

func (c JsonArrindexPath) Value(value string) JsonArrindexValue

type JsonArrindexStartStart

type JsonArrindexStartStart Completed

func (JsonArrindexStartStart) Build

func (JsonArrindexStartStart) Cache

func (JsonArrindexStartStart) Stop

type JsonArrindexStartStop

type JsonArrindexStartStop Completed

func (JsonArrindexStartStop) Build

func (c JsonArrindexStartStop) Build() Completed

func (JsonArrindexStartStop) Cache

func (c JsonArrindexStartStop) Cache() Cacheable

type JsonArrindexValue

type JsonArrindexValue Completed

func (JsonArrindexValue) Build

func (c JsonArrindexValue) Build() Completed

func (JsonArrindexValue) Cache

func (c JsonArrindexValue) Cache() Cacheable

func (JsonArrindexValue) Start

type JsonArrinsert

type JsonArrinsert Completed

func (JsonArrinsert) Key

type JsonArrinsertIndex

type JsonArrinsertIndex Completed

func (JsonArrinsertIndex) Value

func (c JsonArrinsertIndex) Value(value ...string) JsonArrinsertValue

type JsonArrinsertKey

type JsonArrinsertKey Completed

func (JsonArrinsertKey) Path

type JsonArrinsertPath

type JsonArrinsertPath Completed

func (JsonArrinsertPath) Index

type JsonArrinsertValue

type JsonArrinsertValue Completed

func (JsonArrinsertValue) Build

func (c JsonArrinsertValue) Build() Completed

func (JsonArrinsertValue) Value

func (c JsonArrinsertValue) Value(value ...string) JsonArrinsertValue

type JsonArrlen

type JsonArrlen Completed

func (JsonArrlen) Key

func (c JsonArrlen) Key(key string) JsonArrlenKey

type JsonArrlenKey

type JsonArrlenKey Completed

func (JsonArrlenKey) Build

func (c JsonArrlenKey) Build() Completed

func (JsonArrlenKey) Cache

func (c JsonArrlenKey) Cache() Cacheable

func (JsonArrlenKey) Path

func (c JsonArrlenKey) Path(path string) JsonArrlenPath

type JsonArrlenPath

type JsonArrlenPath Completed

func (JsonArrlenPath) Build

func (c JsonArrlenPath) Build() Completed

func (JsonArrlenPath) Cache

func (c JsonArrlenPath) Cache() Cacheable

type JsonArrpop

type JsonArrpop Completed

func (JsonArrpop) Key

func (c JsonArrpop) Key(key string) JsonArrpopKey

type JsonArrpopKey

type JsonArrpopKey Completed

func (JsonArrpopKey) Build

func (c JsonArrpopKey) Build() Completed

func (JsonArrpopKey) Path

type JsonArrpopPathIndex

type JsonArrpopPathIndex Completed

func (JsonArrpopPathIndex) Build

func (c JsonArrpopPathIndex) Build() Completed

type JsonArrpopPathPath

type JsonArrpopPathPath Completed

func (JsonArrpopPathPath) Build

func (c JsonArrpopPathPath) Build() Completed

func (JsonArrpopPathPath) Index

type JsonArrtrim

type JsonArrtrim Completed

func (JsonArrtrim) Key

func (c JsonArrtrim) Key(key string) JsonArrtrimKey

type JsonArrtrimKey

type JsonArrtrimKey Completed

func (JsonArrtrimKey) Path

func (c JsonArrtrimKey) Path(path string) JsonArrtrimPath

type JsonArrtrimPath

type JsonArrtrimPath Completed

func (JsonArrtrimPath) Start

func (c JsonArrtrimPath) Start(start int64) JsonArrtrimStart

type JsonArrtrimStart

type JsonArrtrimStart Completed

func (JsonArrtrimStart) Stop

func (c JsonArrtrimStart) Stop(stop int64) JsonArrtrimStop

type JsonArrtrimStop

type JsonArrtrimStop Completed

func (JsonArrtrimStop) Build

func (c JsonArrtrimStop) Build() Completed

type JsonClear

type JsonClear Completed

func (JsonClear) Key

func (c JsonClear) Key(key string) JsonClearKey

type JsonClearKey

type JsonClearKey Completed

func (JsonClearKey) Build

func (c JsonClearKey) Build() Completed

func (JsonClearKey) Path

func (c JsonClearKey) Path(path string) JsonClearPath

type JsonClearPath

type JsonClearPath Completed

func (JsonClearPath) Build

func (c JsonClearPath) Build() Completed

type JsonDebugHelp

type JsonDebugHelp Completed

func (JsonDebugHelp) Build

func (c JsonDebugHelp) Build() Completed

type JsonDebugMemory

type JsonDebugMemory Completed

func (JsonDebugMemory) Key

type JsonDebugMemoryKey

type JsonDebugMemoryKey Completed

func (JsonDebugMemoryKey) Build

func (c JsonDebugMemoryKey) Build() Completed

func (JsonDebugMemoryKey) Path

type JsonDebugMemoryPath

type JsonDebugMemoryPath Completed

func (JsonDebugMemoryPath) Build

func (c JsonDebugMemoryPath) Build() Completed

type JsonDel

type JsonDel Completed

func (JsonDel) Key

func (c JsonDel) Key(key string) JsonDelKey

type JsonDelKey

type JsonDelKey Completed

func (JsonDelKey) Build

func (c JsonDelKey) Build() Completed

func (JsonDelKey) Path

func (c JsonDelKey) Path(path string) JsonDelPath

type JsonDelPath

type JsonDelPath Completed

func (JsonDelPath) Build

func (c JsonDelPath) Build() Completed

type JsonForget

type JsonForget Completed

func (JsonForget) Key

func (c JsonForget) Key(key string) JsonForgetKey

type JsonForgetKey

type JsonForgetKey Completed

func (JsonForgetKey) Build

func (c JsonForgetKey) Build() Completed

func (JsonForgetKey) Path

func (c JsonForgetKey) Path(path string) JsonForgetPath

type JsonForgetPath

type JsonForgetPath Completed

func (JsonForgetPath) Build

func (c JsonForgetPath) Build() Completed

type JsonGet

type JsonGet Completed

func (JsonGet) Key

func (c JsonGet) Key(key string) JsonGetKey

type JsonGetIndent

type JsonGetIndent Completed

func (JsonGetIndent) Build

func (c JsonGetIndent) Build() Completed

func (JsonGetIndent) Cache

func (c JsonGetIndent) Cache() Cacheable

func (JsonGetIndent) Newline

func (c JsonGetIndent) Newline(newline string) JsonGetNewline

func (JsonGetIndent) Paths

func (c JsonGetIndent) Paths(paths ...string) JsonGetPaths

func (JsonGetIndent) Space

func (c JsonGetIndent) Space(space string) JsonGetSpace

type JsonGetKey

type JsonGetKey Completed

func (JsonGetKey) Build

func (c JsonGetKey) Build() Completed

func (JsonGetKey) Cache

func (c JsonGetKey) Cache() Cacheable

func (JsonGetKey) Indent

func (c JsonGetKey) Indent(indent string) JsonGetIndent

func (JsonGetKey) Newline

func (c JsonGetKey) Newline(newline string) JsonGetNewline

func (JsonGetKey) Paths

func (c JsonGetKey) Paths(paths ...string) JsonGetPaths

func (JsonGetKey) Space

func (c JsonGetKey) Space(space string) JsonGetSpace

type JsonGetNewline

type JsonGetNewline Completed

func (JsonGetNewline) Build

func (c JsonGetNewline) Build() Completed

func (JsonGetNewline) Cache

func (c JsonGetNewline) Cache() Cacheable

func (JsonGetNewline) Paths

func (c JsonGetNewline) Paths(paths ...string) JsonGetPaths

func (JsonGetNewline) Space

func (c JsonGetNewline) Space(space string) JsonGetSpace

type JsonGetPaths

type JsonGetPaths Completed

func (JsonGetPaths) Build

func (c JsonGetPaths) Build() Completed

func (JsonGetPaths) Cache

func (c JsonGetPaths) Cache() Cacheable

func (JsonGetPaths) Paths

func (c JsonGetPaths) Paths(paths ...string) JsonGetPaths

type JsonGetSpace

type JsonGetSpace Completed

func (JsonGetSpace) Build

func (c JsonGetSpace) Build() Completed

func (JsonGetSpace) Cache

func (c JsonGetSpace) Cache() Cacheable

func (JsonGetSpace) Paths

func (c JsonGetSpace) Paths(paths ...string) JsonGetPaths

type JsonMget

type JsonMget Completed

func (JsonMget) Key

func (c JsonMget) Key(key ...string) JsonMgetKey

type JsonMgetKey

type JsonMgetKey Completed

func (JsonMgetKey) Key

func (c JsonMgetKey) Key(key ...string) JsonMgetKey

func (JsonMgetKey) Path

func (c JsonMgetKey) Path(path string) JsonMgetPath

type JsonMgetPath

type JsonMgetPath Completed

func (JsonMgetPath) Build

func (c JsonMgetPath) Build() Completed

func (JsonMgetPath) Cache

func (c JsonMgetPath) Cache() Cacheable

type JsonNumincrby

type JsonNumincrby Completed

func (JsonNumincrby) Key

type JsonNumincrbyKey

type JsonNumincrbyKey Completed

func (JsonNumincrbyKey) Path

type JsonNumincrbyPath

type JsonNumincrbyPath Completed

func (JsonNumincrbyPath) Value

type JsonNumincrbyValue

type JsonNumincrbyValue Completed

func (JsonNumincrbyValue) Build

func (c JsonNumincrbyValue) Build() Completed

type JsonNummultby

type JsonNummultby Completed

func (JsonNummultby) Key

type JsonNummultbyKey

type JsonNummultbyKey Completed

func (JsonNummultbyKey) Path

type JsonNummultbyPath

type JsonNummultbyPath Completed

func (JsonNummultbyPath) Value

type JsonNummultbyValue

type JsonNummultbyValue Completed

func (JsonNummultbyValue) Build

func (c JsonNummultbyValue) Build() Completed

type JsonObjkeys

type JsonObjkeys Completed

func (JsonObjkeys) Key

func (c JsonObjkeys) Key(key string) JsonObjkeysKey

type JsonObjkeysKey

type JsonObjkeysKey Completed

func (JsonObjkeysKey) Build

func (c JsonObjkeysKey) Build() Completed

func (JsonObjkeysKey) Cache

func (c JsonObjkeysKey) Cache() Cacheable

func (JsonObjkeysKey) Path

func (c JsonObjkeysKey) Path(path string) JsonObjkeysPath

type JsonObjkeysPath

type JsonObjkeysPath Completed

func (JsonObjkeysPath) Build

func (c JsonObjkeysPath) Build() Completed

func (JsonObjkeysPath) Cache

func (c JsonObjkeysPath) Cache() Cacheable

type JsonObjlen

type JsonObjlen Completed

func (JsonObjlen) Key

func (c JsonObjlen) Key(key string) JsonObjlenKey

type JsonObjlenKey

type JsonObjlenKey Completed

func (JsonObjlenKey) Build

func (c JsonObjlenKey) Build() Completed

func (JsonObjlenKey) Cache

func (c JsonObjlenKey) Cache() Cacheable

func (JsonObjlenKey) Path

func (c JsonObjlenKey) Path(path string) JsonObjlenPath

type JsonObjlenPath

type JsonObjlenPath Completed

func (JsonObjlenPath) Build

func (c JsonObjlenPath) Build() Completed

func (JsonObjlenPath) Cache

func (c JsonObjlenPath) Cache() Cacheable

type JsonResp

type JsonResp Completed

func (JsonResp) Key

func (c JsonResp) Key(key string) JsonRespKey

type JsonRespKey

type JsonRespKey Completed

func (JsonRespKey) Build

func (c JsonRespKey) Build() Completed

func (JsonRespKey) Cache

func (c JsonRespKey) Cache() Cacheable

func (JsonRespKey) Path

func (c JsonRespKey) Path(path string) JsonRespPath

type JsonRespPath

type JsonRespPath Completed

func (JsonRespPath) Build

func (c JsonRespPath) Build() Completed

func (JsonRespPath) Cache

func (c JsonRespPath) Cache() Cacheable

type JsonSet

type JsonSet Completed

func (JsonSet) Key

func (c JsonSet) Key(key string) JsonSetKey

type JsonSetConditionNx

type JsonSetConditionNx Completed

func (JsonSetConditionNx) Build

func (c JsonSetConditionNx) Build() Completed

type JsonSetConditionXx

type JsonSetConditionXx Completed

func (JsonSetConditionXx) Build

func (c JsonSetConditionXx) Build() Completed

type JsonSetKey

type JsonSetKey Completed

func (JsonSetKey) Path

func (c JsonSetKey) Path(path string) JsonSetPath

type JsonSetPath

type JsonSetPath Completed

func (JsonSetPath) Value

func (c JsonSetPath) Value(value string) JsonSetValue

type JsonSetValue

type JsonSetValue Completed

func (JsonSetValue) Build

func (c JsonSetValue) Build() Completed

func (JsonSetValue) Nx

func (JsonSetValue) Xx

type JsonStrappend

type JsonStrappend Completed

func (JsonStrappend) Key

type JsonStrappendKey

type JsonStrappendKey Completed

func (JsonStrappendKey) Path

func (JsonStrappendKey) Value

type JsonStrappendPath

type JsonStrappendPath Completed

func (JsonStrappendPath) Value

type JsonStrappendValue

type JsonStrappendValue Completed

func (JsonStrappendValue) Build

func (c JsonStrappendValue) Build() Completed

type JsonStrlen

type JsonStrlen Completed

func (JsonStrlen) Key

func (c JsonStrlen) Key(key string) JsonStrlenKey

type JsonStrlenKey

type JsonStrlenKey Completed

func (JsonStrlenKey) Build

func (c JsonStrlenKey) Build() Completed

func (JsonStrlenKey) Cache

func (c JsonStrlenKey) Cache() Cacheable

func (JsonStrlenKey) Path

func (c JsonStrlenKey) Path(path string) JsonStrlenPath

type JsonStrlenPath

type JsonStrlenPath Completed

func (JsonStrlenPath) Build

func (c JsonStrlenPath) Build() Completed

func (JsonStrlenPath) Cache

func (c JsonStrlenPath) Cache() Cacheable

type JsonToggle

type JsonToggle Completed

func (JsonToggle) Key

func (c JsonToggle) Key(key string) JsonToggleKey

type JsonToggleKey

type JsonToggleKey Completed

func (JsonToggleKey) Path

func (c JsonToggleKey) Path(path string) JsonTogglePath

type JsonTogglePath

type JsonTogglePath Completed

func (JsonTogglePath) Build

func (c JsonTogglePath) Build() Completed

type JsonType

type JsonType Completed

func (JsonType) Key

func (c JsonType) Key(key string) JsonTypeKey

type JsonTypeKey

type JsonTypeKey Completed

func (JsonTypeKey) Build

func (c JsonTypeKey) Build() Completed

func (JsonTypeKey) Cache

func (c JsonTypeKey) Cache() Cacheable

func (JsonTypeKey) Path

func (c JsonTypeKey) Path(path string) JsonTypePath

type JsonTypePath

type JsonTypePath Completed

func (JsonTypePath) Build

func (c JsonTypePath) Build() Completed

func (JsonTypePath) Cache

func (c JsonTypePath) Cache() Cacheable

type Keys

type Keys Completed

func (Keys) Pattern

func (c Keys) Pattern(pattern string) KeysPattern

type KeysPattern

type KeysPattern Completed

func (KeysPattern) Build

func (c KeysPattern) Build() Completed

type Lastsave

type Lastsave Completed

func (Lastsave) Build

func (c Lastsave) Build() Completed

type LatencyDoctor

type LatencyDoctor Completed

func (LatencyDoctor) Build

func (c LatencyDoctor) Build() Completed

type LatencyGraph

type LatencyGraph Completed

func (LatencyGraph) Event

func (c LatencyGraph) Event(event string) LatencyGraphEvent

type LatencyGraphEvent

type LatencyGraphEvent Completed

func (LatencyGraphEvent) Build

func (c LatencyGraphEvent) Build() Completed

type LatencyHelp

type LatencyHelp Completed

func (LatencyHelp) Build

func (c LatencyHelp) Build() Completed

type LatencyHistogram

type LatencyHistogram Completed

func (LatencyHistogram) Build

func (c LatencyHistogram) Build() Completed

func (LatencyHistogram) Command

func (c LatencyHistogram) Command(command ...string) LatencyHistogramCommand

type LatencyHistogramCommand

type LatencyHistogramCommand Completed

func (LatencyHistogramCommand) Build

func (LatencyHistogramCommand) Command

type LatencyHistory

type LatencyHistory Completed

func (LatencyHistory) Event

func (c LatencyHistory) Event(event string) LatencyHistoryEvent

type LatencyHistoryEvent

type LatencyHistoryEvent Completed

func (LatencyHistoryEvent) Build

func (c LatencyHistoryEvent) Build() Completed

type LatencyLatest

type LatencyLatest Completed

func (LatencyLatest) Build

func (c LatencyLatest) Build() Completed

type LatencyReset

type LatencyReset Completed

func (LatencyReset) Build

func (c LatencyReset) Build() Completed

func (LatencyReset) Event

func (c LatencyReset) Event(event ...string) LatencyResetEvent

type LatencyResetEvent

type LatencyResetEvent Completed

func (LatencyResetEvent) Build

func (c LatencyResetEvent) Build() Completed

func (LatencyResetEvent) Event

func (c LatencyResetEvent) Event(event ...string) LatencyResetEvent

type Lcs

type Lcs Completed

func (Lcs) Key1

func (c Lcs) Key1(key1 string) LcsKey1

type LcsIdx

type LcsIdx Completed

func (LcsIdx) Build

func (c LcsIdx) Build() Completed

func (LcsIdx) Minmatchlen

func (c LcsIdx) Minmatchlen(len int64) LcsMinmatchlen

func (LcsIdx) Withmatchlen

func (c LcsIdx) Withmatchlen() LcsWithmatchlen

type LcsKey1

type LcsKey1 Completed

func (LcsKey1) Key2

func (c LcsKey1) Key2(key2 string) LcsKey2

type LcsKey2

type LcsKey2 Completed

func (LcsKey2) Build

func (c LcsKey2) Build() Completed

func (LcsKey2) Idx

func (c LcsKey2) Idx() LcsIdx

func (LcsKey2) Len

func (c LcsKey2) Len() LcsLen

func (LcsKey2) Minmatchlen

func (c LcsKey2) Minmatchlen(len int64) LcsMinmatchlen

func (LcsKey2) Withmatchlen

func (c LcsKey2) Withmatchlen() LcsWithmatchlen

type LcsLen

type LcsLen Completed

func (LcsLen) Build

func (c LcsLen) Build() Completed

func (LcsLen) Idx

func (c LcsLen) Idx() LcsIdx

func (LcsLen) Minmatchlen

func (c LcsLen) Minmatchlen(len int64) LcsMinmatchlen

func (LcsLen) Withmatchlen

func (c LcsLen) Withmatchlen() LcsWithmatchlen

type LcsMinmatchlen

type LcsMinmatchlen Completed

func (LcsMinmatchlen) Build

func (c LcsMinmatchlen) Build() Completed

func (LcsMinmatchlen) Withmatchlen

func (c LcsMinmatchlen) Withmatchlen() LcsWithmatchlen

type LcsWithmatchlen

type LcsWithmatchlen Completed

func (LcsWithmatchlen) Build

func (c LcsWithmatchlen) Build() Completed

type Lindex

type Lindex Completed

func (Lindex) Key

func (c Lindex) Key(key string) LindexKey

type LindexIndex

type LindexIndex Completed

func (LindexIndex) Build

func (c LindexIndex) Build() Completed

func (LindexIndex) Cache

func (c LindexIndex) Cache() Cacheable

type LindexKey

type LindexKey Completed

func (LindexKey) Index

func (c LindexKey) Index(index int64) LindexIndex

type Linsert

type Linsert Completed

func (Linsert) Key

func (c Linsert) Key(key string) LinsertKey

type LinsertElement

type LinsertElement Completed

func (LinsertElement) Build

func (c LinsertElement) Build() Completed

type LinsertKey

type LinsertKey Completed

func (LinsertKey) After

func (c LinsertKey) After() LinsertWhereAfter

func (LinsertKey) Before

func (c LinsertKey) Before() LinsertWhereBefore

type LinsertPivot

type LinsertPivot Completed

func (LinsertPivot) Element

func (c LinsertPivot) Element(element string) LinsertElement

type LinsertWhereAfter

type LinsertWhereAfter Completed

func (LinsertWhereAfter) Pivot

func (c LinsertWhereAfter) Pivot(pivot string) LinsertPivot

type LinsertWhereBefore

type LinsertWhereBefore Completed

func (LinsertWhereBefore) Pivot

func (c LinsertWhereBefore) Pivot(pivot string) LinsertPivot

type Llen

type Llen Completed

func (Llen) Key

func (c Llen) Key(key string) LlenKey

type LlenKey

type LlenKey Completed

func (LlenKey) Build

func (c LlenKey) Build() Completed

func (LlenKey) Cache

func (c LlenKey) Cache() Cacheable

type Lmove

type Lmove Completed

func (Lmove) Source

func (c Lmove) Source(source string) LmoveSource

type LmoveDestination

type LmoveDestination Completed

func (LmoveDestination) Left

func (LmoveDestination) Right

type LmoveSource

type LmoveSource Completed

func (LmoveSource) Destination

func (c LmoveSource) Destination(destination string) LmoveDestination

type LmoveWherefromLeft

type LmoveWherefromLeft Completed

func (LmoveWherefromLeft) Left

func (LmoveWherefromLeft) Right

type LmoveWherefromRight

type LmoveWherefromRight Completed

func (LmoveWherefromRight) Left

func (LmoveWherefromRight) Right

type LmoveWheretoLeft

type LmoveWheretoLeft Completed

func (LmoveWheretoLeft) Build

func (c LmoveWheretoLeft) Build() Completed

type LmoveWheretoRight

type LmoveWheretoRight Completed

func (LmoveWheretoRight) Build

func (c LmoveWheretoRight) Build() Completed

type Lmpop

type Lmpop Completed

func (Lmpop) Numkeys

func (c Lmpop) Numkeys(numkeys int64) LmpopNumkeys

type LmpopCount

type LmpopCount Completed

func (LmpopCount) Build

func (c LmpopCount) Build() Completed

type LmpopKey

type LmpopKey Completed

func (LmpopKey) Key

func (c LmpopKey) Key(key ...string) LmpopKey

func (LmpopKey) Left

func (c LmpopKey) Left() LmpopWhereLeft

func (LmpopKey) Right

func (c LmpopKey) Right() LmpopWhereRight

type LmpopNumkeys

type LmpopNumkeys Completed

func (LmpopNumkeys) Key

func (c LmpopNumkeys) Key(key ...string) LmpopKey

type LmpopWhereLeft

type LmpopWhereLeft Completed

func (LmpopWhereLeft) Build

func (c LmpopWhereLeft) Build() Completed

func (LmpopWhereLeft) Count

func (c LmpopWhereLeft) Count(count int64) LmpopCount

type LmpopWhereRight

type LmpopWhereRight Completed

func (LmpopWhereRight) Build

func (c LmpopWhereRight) Build() Completed

func (LmpopWhereRight) Count

func (c LmpopWhereRight) Count(count int64) LmpopCount

type Lolwut

type Lolwut Completed

func (Lolwut) Build

func (c Lolwut) Build() Completed

func (Lolwut) Version

func (c Lolwut) Version(version int64) LolwutVersion

type LolwutVersion

type LolwutVersion Completed

func (LolwutVersion) Build

func (c LolwutVersion) Build() Completed

type Lpop

type Lpop Completed

func (Lpop) Key

func (c Lpop) Key(key string) LpopKey

type LpopCount

type LpopCount Completed

func (LpopCount) Build

func (c LpopCount) Build() Completed

type LpopKey

type LpopKey Completed

func (LpopKey) Build

func (c LpopKey) Build() Completed

func (LpopKey) Count

func (c LpopKey) Count(count int64) LpopCount

type Lpos

type Lpos Completed

func (Lpos) Key

func (c Lpos) Key(key string) LposKey

type LposCount

type LposCount Completed

func (LposCount) Build

func (c LposCount) Build() Completed

func (LposCount) Cache

func (c LposCount) Cache() Cacheable

func (LposCount) Maxlen

func (c LposCount) Maxlen(len int64) LposMaxlen

type LposElement

type LposElement Completed

func (LposElement) Build

func (c LposElement) Build() Completed

func (LposElement) Cache

func (c LposElement) Cache() Cacheable

func (LposElement) Count

func (c LposElement) Count(numMatches int64) LposCount

func (LposElement) Maxlen

func (c LposElement) Maxlen(len int64) LposMaxlen

func (LposElement) Rank

func (c LposElement) Rank(rank int64) LposRank

type LposKey

type LposKey Completed

func (LposKey) Element

func (c LposKey) Element(element string) LposElement

type LposMaxlen

type LposMaxlen Completed

func (LposMaxlen) Build

func (c LposMaxlen) Build() Completed

func (LposMaxlen) Cache

func (c LposMaxlen) Cache() Cacheable

type LposRank

type LposRank Completed

func (LposRank) Build

func (c LposRank) Build() Completed

func (LposRank) Cache

func (c LposRank) Cache() Cacheable

func (LposRank) Count

func (c LposRank) Count(numMatches int64) LposCount

func (LposRank) Maxlen

func (c LposRank) Maxlen(len int64) LposMaxlen

type Lpush

type Lpush Completed

func (Lpush) Key

func (c Lpush) Key(key string) LpushKey

type LpushElement

type LpushElement Completed

func (LpushElement) Build

func (c LpushElement) Build() Completed

func (LpushElement) Element

func (c LpushElement) Element(element ...string) LpushElement

type LpushKey

type LpushKey Completed

func (LpushKey) Element

func (c LpushKey) Element(element ...string) LpushElement

type Lpushx

type Lpushx Completed

func (Lpushx) Key

func (c Lpushx) Key(key string) LpushxKey

type LpushxElement

type LpushxElement Completed

func (LpushxElement) Build

func (c LpushxElement) Build() Completed

func (LpushxElement) Element

func (c LpushxElement) Element(element ...string) LpushxElement

type LpushxKey

type LpushxKey Completed

func (LpushxKey) Element

func (c LpushxKey) Element(element ...string) LpushxElement

type Lrange

type Lrange Completed

func (Lrange) Key

func (c Lrange) Key(key string) LrangeKey

type LrangeKey

type LrangeKey Completed

func (LrangeKey) Start

func (c LrangeKey) Start(start int64) LrangeStart

type LrangeStart

type LrangeStart Completed

func (LrangeStart) Stop

func (c LrangeStart) Stop(stop int64) LrangeStop

type LrangeStop

type LrangeStop Completed

func (LrangeStop) Build

func (c LrangeStop) Build() Completed

func (LrangeStop) Cache

func (c LrangeStop) Cache() Cacheable

type Lrem

type Lrem Completed

func (Lrem) Key

func (c Lrem) Key(key string) LremKey

type LremCount

type LremCount Completed

func (LremCount) Element

func (c LremCount) Element(element string) LremElement

type LremElement

type LremElement Completed

func (LremElement) Build

func (c LremElement) Build() Completed

type LremKey

type LremKey Completed

func (LremKey) Count

func (c LremKey) Count(count int64) LremCount

type Lset

type Lset Completed

func (Lset) Key

func (c Lset) Key(key string) LsetKey

type LsetElement

type LsetElement Completed

func (LsetElement) Build

func (c LsetElement) Build() Completed

type LsetIndex

type LsetIndex Completed

func (LsetIndex) Element

func (c LsetIndex) Element(element string) LsetElement

type LsetKey

type LsetKey Completed

func (LsetKey) Index

func (c LsetKey) Index(index int64) LsetIndex

type Ltrim

type Ltrim Completed

func (Ltrim) Key

func (c Ltrim) Key(key string) LtrimKey

type LtrimKey

type LtrimKey Completed

func (LtrimKey) Start

func (c LtrimKey) Start(start int64) LtrimStart

type LtrimStart

type LtrimStart Completed

func (LtrimStart) Stop

func (c LtrimStart) Stop(stop int64) LtrimStop

type LtrimStop

type LtrimStop Completed

func (LtrimStop) Build

func (c LtrimStop) Build() Completed

type MemoryDoctor

type MemoryDoctor Completed

func (MemoryDoctor) Build

func (c MemoryDoctor) Build() Completed

type MemoryHelp

type MemoryHelp Completed

func (MemoryHelp) Build

func (c MemoryHelp) Build() Completed

type MemoryMallocStats

type MemoryMallocStats Completed

func (MemoryMallocStats) Build

func (c MemoryMallocStats) Build() Completed

type MemoryPurge

type MemoryPurge Completed

func (MemoryPurge) Build

func (c MemoryPurge) Build() Completed

type MemoryStats

type MemoryStats Completed

func (MemoryStats) Build

func (c MemoryStats) Build() Completed

type MemoryUsage

type MemoryUsage Completed

func (MemoryUsage) Key

func (c MemoryUsage) Key(key string) MemoryUsageKey

type MemoryUsageKey

type MemoryUsageKey Completed

func (MemoryUsageKey) Build

func (c MemoryUsageKey) Build() Completed

func (MemoryUsageKey) Samples

func (c MemoryUsageKey) Samples(count int64) MemoryUsageSamples

type MemoryUsageSamples

type MemoryUsageSamples Completed

func (MemoryUsageSamples) Build

func (c MemoryUsageSamples) Build() Completed

type Mget

type Mget Completed

func (Mget) Key

func (c Mget) Key(key ...string) MgetKey

type MgetKey

type MgetKey Completed

func (MgetKey) Build

func (c MgetKey) Build() Completed

func (MgetKey) Cache

func (c MgetKey) Cache() Cacheable

func (MgetKey) Key

func (c MgetKey) Key(key ...string) MgetKey

type Migrate

type Migrate Completed

func (Migrate) Host

func (c Migrate) Host(host string) MigrateHost

type MigrateAuthAuth

type MigrateAuthAuth Completed

func (MigrateAuthAuth) Auth2

func (c MigrateAuthAuth) Auth2(username string, password string) MigrateAuthAuth2

func (MigrateAuthAuth) Build

func (c MigrateAuthAuth) Build() Completed

func (MigrateAuthAuth) Keys

func (c MigrateAuthAuth) Keys(key ...string) MigrateKeys

type MigrateAuthAuth2

type MigrateAuthAuth2 Completed

func (MigrateAuthAuth2) Build

func (c MigrateAuthAuth2) Build() Completed

func (MigrateAuthAuth2) Keys

func (c MigrateAuthAuth2) Keys(key ...string) MigrateKeys

type MigrateCopy

type MigrateCopy Completed

func (MigrateCopy) Auth

func (c MigrateCopy) Auth(password string) MigrateAuthAuth

func (MigrateCopy) Auth2

func (c MigrateCopy) Auth2(username string, password string) MigrateAuthAuth2

func (MigrateCopy) Build

func (c MigrateCopy) Build() Completed

func (MigrateCopy) Keys

func (c MigrateCopy) Keys(key ...string) MigrateKeys

func (MigrateCopy) Replace

func (c MigrateCopy) Replace() MigrateReplace

type MigrateDestinationDb

type MigrateDestinationDb Completed

func (MigrateDestinationDb) Timeout

func (c MigrateDestinationDb) Timeout(timeout int64) MigrateTimeout

type MigrateHost

type MigrateHost Completed

func (MigrateHost) Port

func (c MigrateHost) Port(port int64) MigratePort

type MigrateKey

type MigrateKey Completed

func (MigrateKey) DestinationDb

func (c MigrateKey) DestinationDb(destinationDb int64) MigrateDestinationDb

type MigrateKeys

type MigrateKeys Completed

func (MigrateKeys) Build

func (c MigrateKeys) Build() Completed

func (MigrateKeys) Keys

func (c MigrateKeys) Keys(key ...string) MigrateKeys

type MigratePort

type MigratePort Completed

func (MigratePort) Key

func (c MigratePort) Key(key string) MigrateKey

type MigrateReplace

type MigrateReplace Completed

func (MigrateReplace) Auth

func (c MigrateReplace) Auth(password string) MigrateAuthAuth

func (MigrateReplace) Auth2

func (c MigrateReplace) Auth2(username string, password string) MigrateAuthAuth2

func (MigrateReplace) Build

func (c MigrateReplace) Build() Completed

func (MigrateReplace) Keys

func (c MigrateReplace) Keys(key ...string) MigrateKeys

type MigrateTimeout

type MigrateTimeout Completed

func (MigrateTimeout) Auth

func (c MigrateTimeout) Auth(password string) MigrateAuthAuth

func (MigrateTimeout) Auth2

func (c MigrateTimeout) Auth2(username string, password string) MigrateAuthAuth2

func (MigrateTimeout) Build

func (c MigrateTimeout) Build() Completed

func (MigrateTimeout) Copy

func (c MigrateTimeout) Copy() MigrateCopy

func (MigrateTimeout) Keys

func (c MigrateTimeout) Keys(key ...string) MigrateKeys

func (MigrateTimeout) Replace

func (c MigrateTimeout) Replace() MigrateReplace

type ModuleList

type ModuleList Completed

func (ModuleList) Build

func (c ModuleList) Build() Completed

type ModuleLoad

type ModuleLoad Completed

func (ModuleLoad) Path

func (c ModuleLoad) Path(path string) ModuleLoadPath

type ModuleLoadArg

type ModuleLoadArg Completed

func (ModuleLoadArg) Arg

func (c ModuleLoadArg) Arg(arg ...string) ModuleLoadArg

func (ModuleLoadArg) Build

func (c ModuleLoadArg) Build() Completed

type ModuleLoadPath

type ModuleLoadPath Completed

func (ModuleLoadPath) Arg

func (c ModuleLoadPath) Arg(arg ...string) ModuleLoadArg

func (ModuleLoadPath) Build

func (c ModuleLoadPath) Build() Completed

type ModuleLoadex

type ModuleLoadex Completed

func (ModuleLoadex) Path

func (c ModuleLoadex) Path(path string) ModuleLoadexPath

type ModuleLoadexArgs

type ModuleLoadexArgs Completed

func (ModuleLoadexArgs) Args

func (c ModuleLoadexArgs) Args(args ...string) ModuleLoadexArgs

func (ModuleLoadexArgs) Build

func (c ModuleLoadexArgs) Build() Completed

type ModuleLoadexConfig

type ModuleLoadexConfig Completed

func (ModuleLoadexConfig) Args

func (c ModuleLoadexConfig) Args(args ...string) ModuleLoadexArgs

func (ModuleLoadexConfig) Build

func (c ModuleLoadexConfig) Build() Completed

func (ModuleLoadexConfig) Config

func (c ModuleLoadexConfig) Config(name string, value string) ModuleLoadexConfig

type ModuleLoadexPath

type ModuleLoadexPath Completed

func (ModuleLoadexPath) Args

func (c ModuleLoadexPath) Args(args ...string) ModuleLoadexArgs

func (ModuleLoadexPath) Build

func (c ModuleLoadexPath) Build() Completed

func (ModuleLoadexPath) Config

type ModuleUnload

type ModuleUnload Completed

func (ModuleUnload) Name

func (c ModuleUnload) Name(name string) ModuleUnloadName

type ModuleUnloadName

type ModuleUnloadName Completed

func (ModuleUnloadName) Build

func (c ModuleUnloadName) Build() Completed

type Monitor

type Monitor Completed

func (Monitor) Build

func (c Monitor) Build() Completed

type Move

type Move Completed

func (Move) Key

func (c Move) Key(key string) MoveKey

type MoveDb

type MoveDb Completed

func (MoveDb) Build

func (c MoveDb) Build() Completed

type MoveKey

type MoveKey Completed

func (MoveKey) Db

func (c MoveKey) Db(db int64) MoveDb

type Mset

type Mset Completed

func (Mset) KeyValue

func (c Mset) KeyValue() MsetKeyValue

type MsetKeyValue

type MsetKeyValue Completed

func (MsetKeyValue) Build

func (c MsetKeyValue) Build() Completed

func (MsetKeyValue) KeyValue

func (c MsetKeyValue) KeyValue(key string, value string) MsetKeyValue

type Msetnx

type Msetnx Completed

func (Msetnx) KeyValue

func (c Msetnx) KeyValue() MsetnxKeyValue

type MsetnxKeyValue

type MsetnxKeyValue Completed

func (MsetnxKeyValue) Build

func (c MsetnxKeyValue) Build() Completed

func (MsetnxKeyValue) KeyValue

func (c MsetnxKeyValue) KeyValue(key string, value string) MsetnxKeyValue

type Multi

type Multi Completed

func (Multi) Build

func (c Multi) Build() Completed

type ObjectEncoding

type ObjectEncoding Completed

func (ObjectEncoding) Key

type ObjectEncodingKey

type ObjectEncodingKey Completed

func (ObjectEncodingKey) Build

func (c ObjectEncodingKey) Build() Completed

type ObjectFreq

type ObjectFreq Completed

func (ObjectFreq) Key

func (c ObjectFreq) Key(key string) ObjectFreqKey

type ObjectFreqKey

type ObjectFreqKey Completed

func (ObjectFreqKey) Build

func (c ObjectFreqKey) Build() Completed

type ObjectHelp

type ObjectHelp Completed

func (ObjectHelp) Build

func (c ObjectHelp) Build() Completed

type ObjectIdletime

type ObjectIdletime Completed

func (ObjectIdletime) Key

type ObjectIdletimeKey

type ObjectIdletimeKey Completed

func (ObjectIdletimeKey) Build

func (c ObjectIdletimeKey) Build() Completed

type ObjectRefcount

type ObjectRefcount Completed

func (ObjectRefcount) Key

type ObjectRefcountKey

type ObjectRefcountKey Completed

func (ObjectRefcountKey) Build

func (c ObjectRefcountKey) Build() Completed

type Persist

type Persist Completed

func (Persist) Key

func (c Persist) Key(key string) PersistKey

type PersistKey

type PersistKey Completed

func (PersistKey) Build

func (c PersistKey) Build() Completed

type Pexpire

type Pexpire Completed

func (Pexpire) Key

func (c Pexpire) Key(key string) PexpireKey

type PexpireConditionGt

type PexpireConditionGt Completed

func (PexpireConditionGt) Build

func (c PexpireConditionGt) Build() Completed

type PexpireConditionLt

type PexpireConditionLt Completed

func (PexpireConditionLt) Build

func (c PexpireConditionLt) Build() Completed

type PexpireConditionNx

type PexpireConditionNx Completed

func (PexpireConditionNx) Build

func (c PexpireConditionNx) Build() Completed

type PexpireConditionXx

type PexpireConditionXx Completed

func (PexpireConditionXx) Build

func (c PexpireConditionXx) Build() Completed

type PexpireKey

type PexpireKey Completed

func (PexpireKey) Milliseconds

func (c PexpireKey) Milliseconds(milliseconds int64) PexpireMilliseconds

type PexpireMilliseconds

type PexpireMilliseconds Completed

func (PexpireMilliseconds) Build

func (c PexpireMilliseconds) Build() Completed

func (PexpireMilliseconds) Gt

func (PexpireMilliseconds) Lt

func (PexpireMilliseconds) Nx

func (PexpireMilliseconds) Xx

type Pexpireat

type Pexpireat Completed

func (Pexpireat) Key

func (c Pexpireat) Key(key string) PexpireatKey

type PexpireatConditionGt

type PexpireatConditionGt Completed

func (PexpireatConditionGt) Build

func (c PexpireatConditionGt) Build() Completed

type PexpireatConditionLt

type PexpireatConditionLt Completed

func (PexpireatConditionLt) Build

func (c PexpireatConditionLt) Build() Completed

type PexpireatConditionNx

type PexpireatConditionNx Completed

func (PexpireatConditionNx) Build

func (c PexpireatConditionNx) Build() Completed

type PexpireatConditionXx

type PexpireatConditionXx Completed

func (PexpireatConditionXx) Build

func (c PexpireatConditionXx) Build() Completed

type PexpireatKey

type PexpireatKey Completed

func (PexpireatKey) MillisecondsTimestamp

func (c PexpireatKey) MillisecondsTimestamp(millisecondsTimestamp int64) PexpireatMillisecondsTimestamp

type PexpireatMillisecondsTimestamp

type PexpireatMillisecondsTimestamp Completed

func (PexpireatMillisecondsTimestamp) Build

func (PexpireatMillisecondsTimestamp) Gt

func (PexpireatMillisecondsTimestamp) Lt

func (PexpireatMillisecondsTimestamp) Nx

func (PexpireatMillisecondsTimestamp) Xx

type Pexpiretime

type Pexpiretime Completed

func (Pexpiretime) Key

func (c Pexpiretime) Key(key string) PexpiretimeKey

type PexpiretimeKey

type PexpiretimeKey Completed

func (PexpiretimeKey) Build

func (c PexpiretimeKey) Build() Completed

func (PexpiretimeKey) Cache

func (c PexpiretimeKey) Cache() Cacheable

type Pfadd

type Pfadd Completed

func (Pfadd) Key

func (c Pfadd) Key(key string) PfaddKey

type PfaddElement

type PfaddElement Completed

func (PfaddElement) Build

func (c PfaddElement) Build() Completed

func (PfaddElement) Element

func (c PfaddElement) Element(element ...string) PfaddElement

type PfaddKey

type PfaddKey Completed

func (PfaddKey) Build

func (c PfaddKey) Build() Completed

func (PfaddKey) Element

func (c PfaddKey) Element(element ...string) PfaddElement

type Pfcount

type Pfcount Completed

func (Pfcount) Key

func (c Pfcount) Key(key ...string) PfcountKey

type PfcountKey

type PfcountKey Completed

func (PfcountKey) Build

func (c PfcountKey) Build() Completed

func (PfcountKey) Key

func (c PfcountKey) Key(key ...string) PfcountKey

type Pfmerge

type Pfmerge Completed

func (Pfmerge) Destkey

func (c Pfmerge) Destkey(destkey string) PfmergeDestkey

type PfmergeDestkey

type PfmergeDestkey Completed

func (PfmergeDestkey) Sourcekey

func (c PfmergeDestkey) Sourcekey(sourcekey ...string) PfmergeSourcekey

type PfmergeSourcekey

type PfmergeSourcekey Completed

func (PfmergeSourcekey) Build

func (c PfmergeSourcekey) Build() Completed

func (PfmergeSourcekey) Sourcekey

func (c PfmergeSourcekey) Sourcekey(sourcekey ...string) PfmergeSourcekey

type Ping

type Ping Completed

func (Ping) Build

func (c Ping) Build() Completed

func (Ping) Message

func (c Ping) Message(message string) PingMessage

type PingMessage

type PingMessage Completed

func (PingMessage) Build

func (c PingMessage) Build() Completed

type Psetex

type Psetex Completed

func (Psetex) Key

func (c Psetex) Key(key string) PsetexKey

type PsetexKey

type PsetexKey Completed

func (PsetexKey) Milliseconds

func (c PsetexKey) Milliseconds(milliseconds int64) PsetexMilliseconds

type PsetexMilliseconds

type PsetexMilliseconds Completed

func (PsetexMilliseconds) Value

func (c PsetexMilliseconds) Value(value string) PsetexValue

type PsetexValue

type PsetexValue Completed

func (PsetexValue) Build

func (c PsetexValue) Build() Completed

type Psubscribe

type Psubscribe Completed

func (Psubscribe) Pattern

func (c Psubscribe) Pattern(pattern ...string) PsubscribePattern

type PsubscribePattern

type PsubscribePattern Completed

func (PsubscribePattern) Build

func (c PsubscribePattern) Build() Completed

func (PsubscribePattern) Pattern

func (c PsubscribePattern) Pattern(pattern ...string) PsubscribePattern

type Psync

type Psync Completed

func (Psync) Replicationid

func (c Psync) Replicationid(replicationid string) PsyncReplicationid

type PsyncOffset

type PsyncOffset Completed

func (PsyncOffset) Build

func (c PsyncOffset) Build() Completed

type PsyncReplicationid

type PsyncReplicationid Completed

func (PsyncReplicationid) Offset

func (c PsyncReplicationid) Offset(offset int64) PsyncOffset

type Pttl

type Pttl Completed

func (Pttl) Key

func (c Pttl) Key(key string) PttlKey

type PttlKey

type PttlKey Completed

func (PttlKey) Build

func (c PttlKey) Build() Completed

func (PttlKey) Cache

func (c PttlKey) Cache() Cacheable

type Publish

type Publish Completed

func (Publish) Channel

func (c Publish) Channel(channel string) PublishChannel

type PublishChannel

type PublishChannel Completed

func (PublishChannel) Message

func (c PublishChannel) Message(message string) PublishMessage

type PublishMessage

type PublishMessage Completed

func (PublishMessage) Build

func (c PublishMessage) Build() Completed

type PubsubChannels

type PubsubChannels Completed

func (PubsubChannels) Build

func (c PubsubChannels) Build() Completed

func (PubsubChannels) Pattern

func (c PubsubChannels) Pattern(pattern string) PubsubChannelsPattern

type PubsubChannelsPattern

type PubsubChannelsPattern Completed

func (PubsubChannelsPattern) Build

func (c PubsubChannelsPattern) Build() Completed

type PubsubHelp

type PubsubHelp Completed

func (PubsubHelp) Build

func (c PubsubHelp) Build() Completed

type PubsubNumpat

type PubsubNumpat Completed

func (PubsubNumpat) Build

func (c PubsubNumpat) Build() Completed

type PubsubNumsub

type PubsubNumsub Completed

func (PubsubNumsub) Build

func (c PubsubNumsub) Build() Completed

func (PubsubNumsub) Channel

func (c PubsubNumsub) Channel(channel ...string) PubsubNumsubChannel

type PubsubNumsubChannel

type PubsubNumsubChannel Completed

func (PubsubNumsubChannel) Build

func (c PubsubNumsubChannel) Build() Completed

func (PubsubNumsubChannel) Channel

func (c PubsubNumsubChannel) Channel(channel ...string) PubsubNumsubChannel

type PubsubShardchannels

type PubsubShardchannels Completed

func (PubsubShardchannels) Build

func (c PubsubShardchannels) Build() Completed

func (PubsubShardchannels) Pattern

type PubsubShardchannelsPattern

type PubsubShardchannelsPattern Completed

func (PubsubShardchannelsPattern) Build

type PubsubShardnumsub

type PubsubShardnumsub Completed

func (PubsubShardnumsub) Build

func (c PubsubShardnumsub) Build() Completed

func (PubsubShardnumsub) Channel

func (c PubsubShardnumsub) Channel(channel ...string) PubsubShardnumsubChannel

type PubsubShardnumsubChannel

type PubsubShardnumsubChannel Completed

func (PubsubShardnumsubChannel) Build

func (PubsubShardnumsubChannel) Channel

type Punsubscribe

type Punsubscribe Completed

func (Punsubscribe) Build

func (c Punsubscribe) Build() Completed

func (Punsubscribe) Pattern

func (c Punsubscribe) Pattern(pattern ...string) PunsubscribePattern

type PunsubscribePattern

type PunsubscribePattern Completed

func (PunsubscribePattern) Build

func (c PunsubscribePattern) Build() Completed

func (PunsubscribePattern) Pattern

func (c PunsubscribePattern) Pattern(pattern ...string) PunsubscribePattern

type Quit

type Quit Completed

func (Quit) Build

func (c Quit) Build() Completed

type Randomkey

type Randomkey Completed

func (Randomkey) Build

func (c Randomkey) Build() Completed

type Readonly

type Readonly Completed

func (Readonly) Build

func (c Readonly) Build() Completed

type Readwrite

type Readwrite Completed

func (Readwrite) Build

func (c Readwrite) Build() Completed

type Rename

type Rename Completed

func (Rename) Key

func (c Rename) Key(key string) RenameKey

type RenameKey

type RenameKey Completed

func (RenameKey) Newkey

func (c RenameKey) Newkey(newkey string) RenameNewkey

type RenameNewkey

type RenameNewkey Completed

func (RenameNewkey) Build

func (c RenameNewkey) Build() Completed

type Renamenx

type Renamenx Completed

func (Renamenx) Key

func (c Renamenx) Key(key string) RenamenxKey

type RenamenxKey

type RenamenxKey Completed

func (RenamenxKey) Newkey

func (c RenamenxKey) Newkey(newkey string) RenamenxNewkey

type RenamenxNewkey

type RenamenxNewkey Completed

func (RenamenxNewkey) Build

func (c RenamenxNewkey) Build() Completed

type Replicaof

type Replicaof Completed

func (Replicaof) Host

func (c Replicaof) Host(host string) ReplicaofHost

type ReplicaofHost

type ReplicaofHost Completed

func (ReplicaofHost) Port

func (c ReplicaofHost) Port(port int64) ReplicaofPort

type ReplicaofPort

type ReplicaofPort Completed

func (ReplicaofPort) Build

func (c ReplicaofPort) Build() Completed

type Reset

type Reset Completed

func (Reset) Build

func (c Reset) Build() Completed

type Restore

type Restore Completed

func (Restore) Key

func (c Restore) Key(key string) RestoreKey

type RestoreAbsttl

type RestoreAbsttl Completed

func (RestoreAbsttl) Build

func (c RestoreAbsttl) Build() Completed

func (RestoreAbsttl) Freq

func (c RestoreAbsttl) Freq(frequency int64) RestoreFreq

func (RestoreAbsttl) Idletime

func (c RestoreAbsttl) Idletime(seconds int64) RestoreIdletime

type RestoreFreq

type RestoreFreq Completed

func (RestoreFreq) Build

func (c RestoreFreq) Build() Completed

type RestoreIdletime

type RestoreIdletime Completed

func (RestoreIdletime) Build

func (c RestoreIdletime) Build() Completed

func (RestoreIdletime) Freq

func (c RestoreIdletime) Freq(frequency int64) RestoreFreq

type RestoreKey

type RestoreKey Completed

func (RestoreKey) Ttl

func (c RestoreKey) Ttl(ttl int64) RestoreTtl

type RestoreReplace

type RestoreReplace Completed

func (RestoreReplace) Absttl

func (c RestoreReplace) Absttl() RestoreAbsttl

func (RestoreReplace) Build

func (c RestoreReplace) Build() Completed

func (RestoreReplace) Freq

func (c RestoreReplace) Freq(frequency int64) RestoreFreq

func (RestoreReplace) Idletime

func (c RestoreReplace) Idletime(seconds int64) RestoreIdletime

type RestoreSerializedValue

type RestoreSerializedValue Completed

func (RestoreSerializedValue) Absttl

func (RestoreSerializedValue) Build

func (RestoreSerializedValue) Freq

func (c RestoreSerializedValue) Freq(frequency int64) RestoreFreq

func (RestoreSerializedValue) Idletime

func (c RestoreSerializedValue) Idletime(seconds int64) RestoreIdletime

func (RestoreSerializedValue) Replace

type RestoreTtl

type RestoreTtl Completed

func (RestoreTtl) SerializedValue

func (c RestoreTtl) SerializedValue(serializedValue string) RestoreSerializedValue

type RgAbortexecution

type RgAbortexecution Completed

func (RgAbortexecution) Id

type RgAbortexecutionId

type RgAbortexecutionId Completed

func (RgAbortexecutionId) Build

func (c RgAbortexecutionId) Build() Completed

type RgConfigget

type RgConfigget Completed

func (RgConfigget) Key

func (c RgConfigget) Key(key ...string) RgConfiggetKey

type RgConfiggetKey

type RgConfiggetKey Completed

func (RgConfiggetKey) Build

func (c RgConfiggetKey) Build() Completed

func (RgConfiggetKey) Key

func (c RgConfiggetKey) Key(key ...string) RgConfiggetKey

type RgConfigset

type RgConfigset Completed

func (RgConfigset) KeyValue

func (c RgConfigset) KeyValue() RgConfigsetKeyValue

type RgConfigsetKeyValue

type RgConfigsetKeyValue Completed

func (RgConfigsetKeyValue) Build

func (c RgConfigsetKeyValue) Build() Completed

func (RgConfigsetKeyValue) KeyValue

func (c RgConfigsetKeyValue) KeyValue(key string, value string) RgConfigsetKeyValue

type RgDropexecution

type RgDropexecution Completed

func (RgDropexecution) Id

type RgDropexecutionId

type RgDropexecutionId Completed

func (RgDropexecutionId) Build

func (c RgDropexecutionId) Build() Completed

type RgDumpexecutions

type RgDumpexecutions Completed

func (RgDumpexecutions) Build

func (c RgDumpexecutions) Build() Completed

type RgDumpregistrations

type RgDumpregistrations Completed

func (RgDumpregistrations) Build

func (c RgDumpregistrations) Build() Completed

type RgGetexecution

type RgGetexecution Completed

func (RgGetexecution) Id

type RgGetexecutionId

type RgGetexecutionId Completed

func (RgGetexecutionId) Build

func (c RgGetexecutionId) Build() Completed

func (RgGetexecutionId) Cluster

func (RgGetexecutionId) Shard

type RgGetexecutionModeCluster

type RgGetexecutionModeCluster Completed

func (RgGetexecutionModeCluster) Build

type RgGetexecutionModeShard

type RgGetexecutionModeShard Completed

func (RgGetexecutionModeShard) Build

type RgGetresults

type RgGetresults Completed

func (RgGetresults) Id

type RgGetresultsId

type RgGetresultsId Completed

func (RgGetresultsId) Build

func (c RgGetresultsId) Build() Completed

type RgGetresultsblocking

type RgGetresultsblocking Completed

func (RgGetresultsblocking) Id

type RgGetresultsblockingId

type RgGetresultsblockingId Completed

func (RgGetresultsblockingId) Build

type RgInfocluster

type RgInfocluster Completed

func (RgInfocluster) Build

func (c RgInfocluster) Build() Completed

type RgPydumpreqs

type RgPydumpreqs Completed

func (RgPydumpreqs) Build

func (c RgPydumpreqs) Build() Completed

type RgPyexecute

type RgPyexecute Completed

func (RgPyexecute) Function

func (c RgPyexecute) Function(function string) RgPyexecuteFunction

type RgPyexecuteDescription

type RgPyexecuteDescription Completed

func (RgPyexecuteDescription) Build

func (RgPyexecuteDescription) ReplaceWith

func (c RgPyexecuteDescription) ReplaceWith(replaceWith string) RgPyexecuteReplaceWith

func (RgPyexecuteDescription) Requirements

func (c RgPyexecuteDescription) Requirements(requirement ...string) RgPyexecuteRequirementsRequirements

func (RgPyexecuteDescription) Upgrade

type RgPyexecuteFunction

type RgPyexecuteFunction Completed

func (RgPyexecuteFunction) Build

func (c RgPyexecuteFunction) Build() Completed

func (RgPyexecuteFunction) Description

func (c RgPyexecuteFunction) Description(description string) RgPyexecuteDescription

func (RgPyexecuteFunction) Id

func (RgPyexecuteFunction) ReplaceWith

func (c RgPyexecuteFunction) ReplaceWith(replaceWith string) RgPyexecuteReplaceWith

func (RgPyexecuteFunction) Requirements

func (c RgPyexecuteFunction) Requirements(requirement ...string) RgPyexecuteRequirementsRequirements

func (RgPyexecuteFunction) Unblocking

func (RgPyexecuteFunction) Upgrade

type RgPyexecuteId

type RgPyexecuteId Completed

func (RgPyexecuteId) Build

func (c RgPyexecuteId) Build() Completed

func (RgPyexecuteId) Description

func (c RgPyexecuteId) Description(description string) RgPyexecuteDescription

func (RgPyexecuteId) ReplaceWith

func (c RgPyexecuteId) ReplaceWith(replaceWith string) RgPyexecuteReplaceWith

func (RgPyexecuteId) Requirements

func (c RgPyexecuteId) Requirements(requirement ...string) RgPyexecuteRequirementsRequirements

func (RgPyexecuteId) Upgrade

func (c RgPyexecuteId) Upgrade() RgPyexecuteUpgrade

type RgPyexecuteReplaceWith

type RgPyexecuteReplaceWith Completed

func (RgPyexecuteReplaceWith) Build

func (RgPyexecuteReplaceWith) Requirements

func (c RgPyexecuteReplaceWith) Requirements(requirement ...string) RgPyexecuteRequirementsRequirements

type RgPyexecuteRequirementsRequirements

type RgPyexecuteRequirementsRequirements Completed

func (RgPyexecuteRequirementsRequirements) Build

func (RgPyexecuteRequirementsRequirements) Requirements

type RgPyexecuteUnblocking

type RgPyexecuteUnblocking Completed

func (RgPyexecuteUnblocking) Build

func (c RgPyexecuteUnblocking) Build() Completed

func (RgPyexecuteUnblocking) Description

func (c RgPyexecuteUnblocking) Description(description string) RgPyexecuteDescription

func (RgPyexecuteUnblocking) Id

func (RgPyexecuteUnblocking) ReplaceWith

func (c RgPyexecuteUnblocking) ReplaceWith(replaceWith string) RgPyexecuteReplaceWith

func (RgPyexecuteUnblocking) Requirements

func (c RgPyexecuteUnblocking) Requirements(requirement ...string) RgPyexecuteRequirementsRequirements

func (RgPyexecuteUnblocking) Upgrade

type RgPyexecuteUpgrade

type RgPyexecuteUpgrade Completed

func (RgPyexecuteUpgrade) Build

func (c RgPyexecuteUpgrade) Build() Completed

func (RgPyexecuteUpgrade) ReplaceWith

func (c RgPyexecuteUpgrade) ReplaceWith(replaceWith string) RgPyexecuteReplaceWith

func (RgPyexecuteUpgrade) Requirements

func (c RgPyexecuteUpgrade) Requirements(requirement ...string) RgPyexecuteRequirementsRequirements

type RgPystats

type RgPystats Completed

func (RgPystats) Build

func (c RgPystats) Build() Completed

type RgRefreshcluster

type RgRefreshcluster Completed

func (RgRefreshcluster) Build

func (c RgRefreshcluster) Build() Completed

type RgTrigger

type RgTrigger Completed

func (RgTrigger) Trigger

func (c RgTrigger) Trigger(trigger string) RgTriggerTrigger

type RgTriggerArgument

type RgTriggerArgument Completed

func (RgTriggerArgument) Argument

func (c RgTriggerArgument) Argument(argument ...string) RgTriggerArgument

func (RgTriggerArgument) Build

func (c RgTriggerArgument) Build() Completed

type RgTriggerTrigger

type RgTriggerTrigger Completed

func (RgTriggerTrigger) Argument

func (c RgTriggerTrigger) Argument(argument ...string) RgTriggerArgument

type RgUnregister

type RgUnregister Completed

func (RgUnregister) Id

type RgUnregisterId

type RgUnregisterId Completed

func (RgUnregisterId) Build

func (c RgUnregisterId) Build() Completed

type Role

type Role Completed

func (Role) Build

func (c Role) Build() Completed

type Rpop

type Rpop Completed

func (Rpop) Key

func (c Rpop) Key(key string) RpopKey

type RpopCount

type RpopCount Completed

func (RpopCount) Build

func (c RpopCount) Build() Completed

type RpopKey

type RpopKey Completed

func (RpopKey) Build

func (c RpopKey) Build() Completed

func (RpopKey) Count

func (c RpopKey) Count(count int64) RpopCount

type Rpoplpush

type Rpoplpush Completed

func (Rpoplpush) Source

func (c Rpoplpush) Source(source string) RpoplpushSource

type RpoplpushDestination

type RpoplpushDestination Completed

func (RpoplpushDestination) Build

func (c RpoplpushDestination) Build() Completed

type RpoplpushSource

type RpoplpushSource Completed

func (RpoplpushSource) Destination

func (c RpoplpushSource) Destination(destination string) RpoplpushDestination

type Rpush

type Rpush Completed

func (Rpush) Key

func (c Rpush) Key(key string) RpushKey

type RpushElement

type RpushElement Completed

func (RpushElement) Build

func (c RpushElement) Build() Completed

func (RpushElement) Element

func (c RpushElement) Element(element ...string) RpushElement

type RpushKey

type RpushKey Completed

func (RpushKey) Element

func (c RpushKey) Element(element ...string) RpushElement

type Rpushx

type Rpushx Completed

func (Rpushx) Key

func (c Rpushx) Key(key string) RpushxKey

type RpushxElement

type RpushxElement Completed

func (RpushxElement) Build

func (c RpushxElement) Build() Completed

func (RpushxElement) Element

func (c RpushxElement) Element(element ...string) RpushxElement

type RpushxKey

type RpushxKey Completed

func (RpushxKey) Element

func (c RpushxKey) Element(element ...string) RpushxElement

type Sadd

type Sadd Completed

func (Sadd) Key

func (c Sadd) Key(key string) SaddKey

type SaddKey

type SaddKey Completed

func (SaddKey) Member

func (c SaddKey) Member(member ...string) SaddMember

type SaddMember

type SaddMember Completed

func (SaddMember) Build

func (c SaddMember) Build() Completed

func (SaddMember) Member

func (c SaddMember) Member(member ...string) SaddMember

type Save

type Save Completed

func (Save) Build

func (c Save) Build() Completed

type Scan

type Scan Completed

func (Scan) Cursor

func (c Scan) Cursor(cursor int64) ScanCursor

type ScanCount

type ScanCount Completed

func (ScanCount) Build

func (c ScanCount) Build() Completed

func (ScanCount) Type

func (c ScanCount) Type(typ string) ScanType

type ScanCursor

type ScanCursor Completed

func (ScanCursor) Build

func (c ScanCursor) Build() Completed

func (ScanCursor) Count

func (c ScanCursor) Count(count int64) ScanCount

func (ScanCursor) Match

func (c ScanCursor) Match(pattern string) ScanMatch

func (ScanCursor) Type

func (c ScanCursor) Type(typ string) ScanType

type ScanMatch

type ScanMatch Completed

func (ScanMatch) Build

func (c ScanMatch) Build() Completed

func (ScanMatch) Count

func (c ScanMatch) Count(count int64) ScanCount

func (ScanMatch) Type

func (c ScanMatch) Type(typ string) ScanType

type ScanType

type ScanType Completed

func (ScanType) Build

func (c ScanType) Build() Completed

type Scard

type Scard Completed

func (Scard) Key

func (c Scard) Key(key string) ScardKey

type ScardKey

type ScardKey Completed

func (ScardKey) Build

func (c ScardKey) Build() Completed

func (ScardKey) Cache

func (c ScardKey) Cache() Cacheable

type ScriptDebug

type ScriptDebug Completed

func (ScriptDebug) No

func (ScriptDebug) Sync

func (ScriptDebug) Yes

type ScriptDebugModeNo

type ScriptDebugModeNo Completed

func (ScriptDebugModeNo) Build

func (c ScriptDebugModeNo) Build() Completed

type ScriptDebugModeSync

type ScriptDebugModeSync Completed

func (ScriptDebugModeSync) Build

func (c ScriptDebugModeSync) Build() Completed

type ScriptDebugModeYes

type ScriptDebugModeYes Completed

func (ScriptDebugModeYes) Build

func (c ScriptDebugModeYes) Build() Completed

type ScriptExists

type ScriptExists Completed

func (ScriptExists) Sha1

func (c ScriptExists) Sha1(sha1 ...string) ScriptExistsSha1

type ScriptExistsSha1

type ScriptExistsSha1 Completed

func (ScriptExistsSha1) Build

func (c ScriptExistsSha1) Build() Completed

func (ScriptExistsSha1) Sha1

func (c ScriptExistsSha1) Sha1(sha1 ...string) ScriptExistsSha1

type ScriptFlush

type ScriptFlush Completed

func (ScriptFlush) Async

func (c ScriptFlush) Async() ScriptFlushAsync

func (ScriptFlush) Build

func (c ScriptFlush) Build() Completed

func (ScriptFlush) Sync

type ScriptFlushAsync

type ScriptFlushAsync Completed

func (ScriptFlushAsync) Build

func (c ScriptFlushAsync) Build() Completed

type ScriptFlushAsyncSync

type ScriptFlushAsyncSync Completed

func (ScriptFlushAsyncSync) Build

func (c ScriptFlushAsyncSync) Build() Completed

type ScriptKill

type ScriptKill Completed

func (ScriptKill) Build

func (c ScriptKill) Build() Completed

type ScriptLoad

type ScriptLoad Completed

func (ScriptLoad) Script

func (c ScriptLoad) Script(script string) ScriptLoadScript

type ScriptLoadScript

type ScriptLoadScript Completed

func (ScriptLoadScript) Build

func (c ScriptLoadScript) Build() Completed

type Sdiff

type Sdiff Completed

func (Sdiff) Key

func (c Sdiff) Key(key ...string) SdiffKey

type SdiffKey

type SdiffKey Completed

func (SdiffKey) Build

func (c SdiffKey) Build() Completed

func (SdiffKey) Key

func (c SdiffKey) Key(key ...string) SdiffKey

type Sdiffstore

type Sdiffstore Completed

func (Sdiffstore) Destination

func (c Sdiffstore) Destination(destination string) SdiffstoreDestination

type SdiffstoreDestination

type SdiffstoreDestination Completed

func (SdiffstoreDestination) Key

type SdiffstoreKey

type SdiffstoreKey Completed

func (SdiffstoreKey) Build

func (c SdiffstoreKey) Build() Completed

func (SdiffstoreKey) Key

func (c SdiffstoreKey) Key(key ...string) SdiffstoreKey

type Select

type Select Completed

func (Select) Index

func (c Select) Index(index int64) SelectIndex

type SelectIndex

type SelectIndex Completed

func (SelectIndex) Build

func (c SelectIndex) Build() Completed

type SentinelFailover

type SentinelFailover Completed

func (SentinelFailover) Master

type SentinelFailoverMaster

type SentinelFailoverMaster Completed

func (SentinelFailoverMaster) Build

type SentinelGetMasterAddrByName

type SentinelGetMasterAddrByName Completed

func (SentinelGetMasterAddrByName) Master

type SentinelGetMasterAddrByNameMaster

type SentinelGetMasterAddrByNameMaster Completed

func (SentinelGetMasterAddrByNameMaster) Build

type SentinelSentinels

type SentinelSentinels Completed

func (SentinelSentinels) Master

type SentinelSentinelsMaster

type SentinelSentinelsMaster Completed

func (SentinelSentinelsMaster) Build

type Set

type Set Completed

func (Set) Key

func (c Set) Key(key string) SetKey

type SetConditionNx

type SetConditionNx Completed

func (SetConditionNx) Build

func (c SetConditionNx) Build() Completed

func (SetConditionNx) ExSeconds

func (c SetConditionNx) ExSeconds(seconds int64) SetExpirationExSeconds

func (SetConditionNx) ExatTimestamp

func (c SetConditionNx) ExatTimestamp(timestamp int64) SetExpirationExatTimestamp

func (SetConditionNx) Get

func (c SetConditionNx) Get() SetGet

func (SetConditionNx) Keepttl

func (SetConditionNx) PxMilliseconds

func (c SetConditionNx) PxMilliseconds(milliseconds int64) SetExpirationPxMilliseconds

func (SetConditionNx) PxatMillisecondsTimestamp

func (c SetConditionNx) PxatMillisecondsTimestamp(millisecondsTimestamp int64) SetExpirationPxatMillisecondsTimestamp

type SetConditionXx

type SetConditionXx Completed

func (SetConditionXx) Build

func (c SetConditionXx) Build() Completed

func (SetConditionXx) ExSeconds

func (c SetConditionXx) ExSeconds(seconds int64) SetExpirationExSeconds

func (SetConditionXx) ExatTimestamp

func (c SetConditionXx) ExatTimestamp(timestamp int64) SetExpirationExatTimestamp

func (SetConditionXx) Get

func (c SetConditionXx) Get() SetGet

func (SetConditionXx) Keepttl

func (SetConditionXx) PxMilliseconds

func (c SetConditionXx) PxMilliseconds(milliseconds int64) SetExpirationPxMilliseconds

func (SetConditionXx) PxatMillisecondsTimestamp

func (c SetConditionXx) PxatMillisecondsTimestamp(millisecondsTimestamp int64) SetExpirationPxatMillisecondsTimestamp

type SetExpirationExSeconds

type SetExpirationExSeconds Completed

func (SetExpirationExSeconds) Build

type SetExpirationExatTimestamp

type SetExpirationExatTimestamp Completed

func (SetExpirationExatTimestamp) Build

type SetExpirationKeepttl

type SetExpirationKeepttl Completed

func (SetExpirationKeepttl) Build

func (c SetExpirationKeepttl) Build() Completed

type SetExpirationPxMilliseconds

type SetExpirationPxMilliseconds Completed

func (SetExpirationPxMilliseconds) Build

type SetExpirationPxatMillisecondsTimestamp

type SetExpirationPxatMillisecondsTimestamp Completed

func (SetExpirationPxatMillisecondsTimestamp) Build

type SetGet

type SetGet Completed

func (SetGet) Build

func (c SetGet) Build() Completed

func (SetGet) ExSeconds

func (c SetGet) ExSeconds(seconds int64) SetExpirationExSeconds

func (SetGet) ExatTimestamp

func (c SetGet) ExatTimestamp(timestamp int64) SetExpirationExatTimestamp

func (SetGet) Keepttl

func (c SetGet) Keepttl() SetExpirationKeepttl

func (SetGet) PxMilliseconds

func (c SetGet) PxMilliseconds(milliseconds int64) SetExpirationPxMilliseconds

func (SetGet) PxatMillisecondsTimestamp

func (c SetGet) PxatMillisecondsTimestamp(millisecondsTimestamp int64) SetExpirationPxatMillisecondsTimestamp

type SetKey

type SetKey Completed

func (SetKey) Value

func (c SetKey) Value(value string) SetValue

type SetValue

type SetValue Completed

func (SetValue) Build

func (c SetValue) Build() Completed

func (SetValue) ExSeconds

func (c SetValue) ExSeconds(seconds int64) SetExpirationExSeconds

func (SetValue) ExatTimestamp

func (c SetValue) ExatTimestamp(timestamp int64) SetExpirationExatTimestamp

func (SetValue) Get

func (c SetValue) Get() SetGet

func (SetValue) Keepttl

func (c SetValue) Keepttl() SetExpirationKeepttl

func (SetValue) Nx

func (c SetValue) Nx() SetConditionNx

func (SetValue) PxMilliseconds

func (c SetValue) PxMilliseconds(milliseconds int64) SetExpirationPxMilliseconds

func (SetValue) PxatMillisecondsTimestamp

func (c SetValue) PxatMillisecondsTimestamp(millisecondsTimestamp int64) SetExpirationPxatMillisecondsTimestamp

func (SetValue) Xx

func (c SetValue) Xx() SetConditionXx

type Setbit

type Setbit Completed

func (Setbit) Key

func (c Setbit) Key(key string) SetbitKey

type SetbitKey

type SetbitKey Completed

func (SetbitKey) Offset

func (c SetbitKey) Offset(offset int64) SetbitOffset

type SetbitOffset

type SetbitOffset Completed

func (SetbitOffset) Value

func (c SetbitOffset) Value(value int64) SetbitValue

type SetbitValue

type SetbitValue Completed

func (SetbitValue) Build

func (c SetbitValue) Build() Completed

type Setex

type Setex Completed

func (Setex) Key

func (c Setex) Key(key string) SetexKey

type SetexKey

type SetexKey Completed

func (SetexKey) Seconds

func (c SetexKey) Seconds(seconds int64) SetexSeconds

type SetexSeconds

type SetexSeconds Completed

func (SetexSeconds) Value

func (c SetexSeconds) Value(value string) SetexValue

type SetexValue

type SetexValue Completed

func (SetexValue) Build

func (c SetexValue) Build() Completed

type Setnx

type Setnx Completed

func (Setnx) Key

func (c Setnx) Key(key string) SetnxKey

type SetnxKey

type SetnxKey Completed

func (SetnxKey) Value

func (c SetnxKey) Value(value string) SetnxValue

type SetnxValue

type SetnxValue Completed

func (SetnxValue) Build

func (c SetnxValue) Build() Completed

type Setrange

type Setrange Completed

func (Setrange) Key

func (c Setrange) Key(key string) SetrangeKey

type SetrangeKey

type SetrangeKey Completed

func (SetrangeKey) Offset

func (c SetrangeKey) Offset(offset int64) SetrangeOffset

type SetrangeOffset

type SetrangeOffset Completed

func (SetrangeOffset) Value

func (c SetrangeOffset) Value(value string) SetrangeValue

type SetrangeValue

type SetrangeValue Completed

func (SetrangeValue) Build

func (c SetrangeValue) Build() Completed

type Shutdown

type Shutdown Completed

func (Shutdown) Abort

func (c Shutdown) Abort() ShutdownAbort

func (Shutdown) Build

func (c Shutdown) Build() Completed

func (Shutdown) Force

func (c Shutdown) Force() ShutdownForce

func (Shutdown) Nosave

func (c Shutdown) Nosave() ShutdownSaveModeNosave

func (Shutdown) Now

func (c Shutdown) Now() ShutdownNow

func (Shutdown) Save

func (c Shutdown) Save() ShutdownSaveModeSave

type ShutdownAbort

type ShutdownAbort Completed

func (ShutdownAbort) Build

func (c ShutdownAbort) Build() Completed

type ShutdownForce

type ShutdownForce Completed

func (ShutdownForce) Abort

func (c ShutdownForce) Abort() ShutdownAbort

func (ShutdownForce) Build

func (c ShutdownForce) Build() Completed

type ShutdownNow

type ShutdownNow Completed

func (ShutdownNow) Abort

func (c ShutdownNow) Abort() ShutdownAbort

func (ShutdownNow) Build

func (c ShutdownNow) Build() Completed

func (ShutdownNow) Force

func (c ShutdownNow) Force() ShutdownForce

type ShutdownSaveModeNosave

type ShutdownSaveModeNosave Completed

func (ShutdownSaveModeNosave) Abort

func (ShutdownSaveModeNosave) Build

func (ShutdownSaveModeNosave) Force

func (ShutdownSaveModeNosave) Now

type ShutdownSaveModeSave

type ShutdownSaveModeSave Completed

func (ShutdownSaveModeSave) Abort

func (ShutdownSaveModeSave) Build

func (c ShutdownSaveModeSave) Build() Completed

func (ShutdownSaveModeSave) Force

func (ShutdownSaveModeSave) Now

type Sinter

type Sinter Completed

func (Sinter) Key

func (c Sinter) Key(key ...string) SinterKey

type SinterKey

type SinterKey Completed

func (SinterKey) Build

func (c SinterKey) Build() Completed

func (SinterKey) Key

func (c SinterKey) Key(key ...string) SinterKey

type Sintercard

type Sintercard Completed

func (Sintercard) Numkeys

func (c Sintercard) Numkeys(numkeys int64) SintercardNumkeys

type SintercardKey

type SintercardKey Completed

func (SintercardKey) Build

func (c SintercardKey) Build() Completed

func (SintercardKey) Key

func (c SintercardKey) Key(key ...string) SintercardKey

func (SintercardKey) Limit

func (c SintercardKey) Limit(limit int64) SintercardLimit

type SintercardLimit

type SintercardLimit Completed

func (SintercardLimit) Build

func (c SintercardLimit) Build() Completed

type SintercardNumkeys

type SintercardNumkeys Completed

func (SintercardNumkeys) Key

func (c SintercardNumkeys) Key(key ...string) SintercardKey

type Sinterstore

type Sinterstore Completed

func (Sinterstore) Destination

func (c Sinterstore) Destination(destination string) SinterstoreDestination

type SinterstoreDestination

type SinterstoreDestination Completed

func (SinterstoreDestination) Key

type SinterstoreKey

type SinterstoreKey Completed

func (SinterstoreKey) Build

func (c SinterstoreKey) Build() Completed

func (SinterstoreKey) Key

func (c SinterstoreKey) Key(key ...string) SinterstoreKey

type Sismember

type Sismember Completed

func (Sismember) Key

func (c Sismember) Key(key string) SismemberKey

type SismemberKey

type SismemberKey Completed

func (SismemberKey) Member

func (c SismemberKey) Member(member string) SismemberMember

type SismemberMember

type SismemberMember Completed

func (SismemberMember) Build

func (c SismemberMember) Build() Completed

func (SismemberMember) Cache

func (c SismemberMember) Cache() Cacheable

type Slaveof

type Slaveof Completed

func (Slaveof) Host

func (c Slaveof) Host(host string) SlaveofHost

type SlaveofHost

type SlaveofHost Completed

func (SlaveofHost) Port

func (c SlaveofHost) Port(port int64) SlaveofPort

type SlaveofPort

type SlaveofPort Completed

func (SlaveofPort) Build

func (c SlaveofPort) Build() Completed

type SlowlogGet

type SlowlogGet Completed

func (SlowlogGet) Build

func (c SlowlogGet) Build() Completed

func (SlowlogGet) Count

func (c SlowlogGet) Count(count int64) SlowlogGetCount

type SlowlogGetCount

type SlowlogGetCount Completed

func (SlowlogGetCount) Build

func (c SlowlogGetCount) Build() Completed

type SlowlogHelp

type SlowlogHelp Completed

func (SlowlogHelp) Build

func (c SlowlogHelp) Build() Completed

type SlowlogLen

type SlowlogLen Completed

func (SlowlogLen) Build

func (c SlowlogLen) Build() Completed

type SlowlogReset

type SlowlogReset Completed

func (SlowlogReset) Build

func (c SlowlogReset) Build() Completed

type Smembers

type Smembers Completed

func (Smembers) Key

func (c Smembers) Key(key string) SmembersKey

type SmembersKey

type SmembersKey Completed

func (SmembersKey) Build

func (c SmembersKey) Build() Completed

func (SmembersKey) Cache

func (c SmembersKey) Cache() Cacheable

type Smismember

type Smismember Completed

func (Smismember) Key

func (c Smismember) Key(key string) SmismemberKey

type SmismemberKey

type SmismemberKey Completed

func (SmismemberKey) Member

func (c SmismemberKey) Member(member ...string) SmismemberMember

type SmismemberMember

type SmismemberMember Completed

func (SmismemberMember) Build

func (c SmismemberMember) Build() Completed

func (SmismemberMember) Cache

func (c SmismemberMember) Cache() Cacheable

func (SmismemberMember) Member

func (c SmismemberMember) Member(member ...string) SmismemberMember

type Smove

type Smove Completed

func (Smove) Source

func (c Smove) Source(source string) SmoveSource

type SmoveDestination

type SmoveDestination Completed

func (SmoveDestination) Member

func (c SmoveDestination) Member(member string) SmoveMember

type SmoveMember

type SmoveMember Completed

func (SmoveMember) Build

func (c SmoveMember) Build() Completed

type SmoveSource

type SmoveSource Completed

func (SmoveSource) Destination

func (c SmoveSource) Destination(destination string) SmoveDestination

type Sort

type Sort Completed

func (Sort) Key

func (c Sort) Key(key string) SortKey

type SortBy

type SortBy Completed

func (SortBy) Alpha

func (c SortBy) Alpha() SortSortingAlpha

func (SortBy) Asc

func (c SortBy) Asc() SortOrderAsc

func (SortBy) Build

func (c SortBy) Build() Completed

func (SortBy) Desc

func (c SortBy) Desc() SortOrderDesc

func (SortBy) Get

func (c SortBy) Get() SortGet

func (SortBy) Limit

func (c SortBy) Limit(offset int64, count int64) SortLimit

func (SortBy) Store

func (c SortBy) Store(destination string) SortStore

type SortGet

type SortGet Completed

func (SortGet) Alpha

func (c SortGet) Alpha() SortSortingAlpha

func (SortGet) Asc

func (c SortGet) Asc() SortOrderAsc

func (SortGet) Build

func (c SortGet) Build() Completed

func (SortGet) Desc

func (c SortGet) Desc() SortOrderDesc

func (SortGet) Get

func (c SortGet) Get(pattern string) SortGet

func (SortGet) Store

func (c SortGet) Store(destination string) SortStore

type SortKey

type SortKey Completed

func (SortKey) Alpha

func (c SortKey) Alpha() SortSortingAlpha

func (SortKey) Asc

func (c SortKey) Asc() SortOrderAsc

func (SortKey) Build

func (c SortKey) Build() Completed

func (SortKey) By

func (c SortKey) By(pattern string) SortBy

func (SortKey) Desc

func (c SortKey) Desc() SortOrderDesc

func (SortKey) Get

func (c SortKey) Get() SortGet

func (SortKey) Limit

func (c SortKey) Limit(offset int64, count int64) SortLimit

func (SortKey) Store

func (c SortKey) Store(destination string) SortStore

type SortLimit

type SortLimit Completed

func (SortLimit) Alpha

func (c SortLimit) Alpha() SortSortingAlpha

func (SortLimit) Asc

func (c SortLimit) Asc() SortOrderAsc

func (SortLimit) Build

func (c SortLimit) Build() Completed

func (SortLimit) Desc

func (c SortLimit) Desc() SortOrderDesc

func (SortLimit) Get

func (c SortLimit) Get() SortGet

func (SortLimit) Store

func (c SortLimit) Store(destination string) SortStore

type SortOrderAsc

type SortOrderAsc Completed

func (SortOrderAsc) Alpha

func (c SortOrderAsc) Alpha() SortSortingAlpha

func (SortOrderAsc) Build

func (c SortOrderAsc) Build() Completed

func (SortOrderAsc) Store

func (c SortOrderAsc) Store(destination string) SortStore

type SortOrderDesc

type SortOrderDesc Completed

func (SortOrderDesc) Alpha

func (c SortOrderDesc) Alpha() SortSortingAlpha

func (SortOrderDesc) Build

func (c SortOrderDesc) Build() Completed

func (SortOrderDesc) Store

func (c SortOrderDesc) Store(destination string) SortStore

type SortRo

type SortRo Completed

func (SortRo) Key

func (c SortRo) Key(key string) SortRoKey

type SortRoBy

type SortRoBy Completed

func (SortRoBy) Alpha

func (c SortRoBy) Alpha() SortRoSortingAlpha

func (SortRoBy) Asc

func (c SortRoBy) Asc() SortRoOrderAsc

func (SortRoBy) Build

func (c SortRoBy) Build() Completed

func (SortRoBy) Cache

func (c SortRoBy) Cache() Cacheable

func (SortRoBy) Desc

func (c SortRoBy) Desc() SortRoOrderDesc

func (SortRoBy) Get

func (c SortRoBy) Get() SortRoGet

func (SortRoBy) Limit

func (c SortRoBy) Limit(offset int64, count int64) SortRoLimit

type SortRoGet

type SortRoGet Completed

func (SortRoGet) Alpha

func (c SortRoGet) Alpha() SortRoSortingAlpha

func (SortRoGet) Asc

func (c SortRoGet) Asc() SortRoOrderAsc

func (SortRoGet) Build

func (c SortRoGet) Build() Completed

func (SortRoGet) Cache

func (c SortRoGet) Cache() Cacheable

func (SortRoGet) Desc

func (c SortRoGet) Desc() SortRoOrderDesc

func (SortRoGet) Get

func (c SortRoGet) Get(pattern string) SortRoGet

type SortRoKey

type SortRoKey Completed

func (SortRoKey) Alpha

func (c SortRoKey) Alpha() SortRoSortingAlpha

func (SortRoKey) Asc

func (c SortRoKey) Asc() SortRoOrderAsc

func (SortRoKey) Build

func (c SortRoKey) Build() Completed

func (SortRoKey) By

func (c SortRoKey) By(pattern string) SortRoBy

func (SortRoKey) Cache

func (c SortRoKey) Cache() Cacheable

func (SortRoKey) Desc

func (c SortRoKey) Desc() SortRoOrderDesc

func (SortRoKey) Get

func (c SortRoKey) Get() SortRoGet

func (SortRoKey) Limit

func (c SortRoKey) Limit(offset int64, count int64) SortRoLimit

type SortRoLimit

type SortRoLimit Completed

func (SortRoLimit) Alpha

func (c SortRoLimit) Alpha() SortRoSortingAlpha

func (SortRoLimit) Asc

func (c SortRoLimit) Asc() SortRoOrderAsc

func (SortRoLimit) Build

func (c SortRoLimit) Build() Completed

func (SortRoLimit) Cache

func (c SortRoLimit) Cache() Cacheable

func (SortRoLimit) Desc

func (c SortRoLimit) Desc() SortRoOrderDesc

func (SortRoLimit) Get

func (c SortRoLimit) Get() SortRoGet

type SortRoOrderAsc

type SortRoOrderAsc Completed

func (SortRoOrderAsc) Alpha

func (SortRoOrderAsc) Build

func (c SortRoOrderAsc) Build() Completed

func (SortRoOrderAsc) Cache

func (c SortRoOrderAsc) Cache() Cacheable

type SortRoOrderDesc

type SortRoOrderDesc Completed

func (SortRoOrderDesc) Alpha

func (SortRoOrderDesc) Build

func (c SortRoOrderDesc) Build() Completed

func (SortRoOrderDesc) Cache

func (c SortRoOrderDesc) Cache() Cacheable

type SortRoSortingAlpha

type SortRoSortingAlpha Completed

func (SortRoSortingAlpha) Build

func (c SortRoSortingAlpha) Build() Completed

func (SortRoSortingAlpha) Cache

func (c SortRoSortingAlpha) Cache() Cacheable

type SortSortingAlpha

type SortSortingAlpha Completed

func (SortSortingAlpha) Build

func (c SortSortingAlpha) Build() Completed

func (SortSortingAlpha) Store

func (c SortSortingAlpha) Store(destination string) SortStore

type SortStore

type SortStore Completed

func (SortStore) Build

func (c SortStore) Build() Completed

type Spop

type Spop Completed

func (Spop) Key

func (c Spop) Key(key string) SpopKey

type SpopCount

type SpopCount Completed

func (SpopCount) Build

func (c SpopCount) Build() Completed

type SpopKey

type SpopKey Completed

func (SpopKey) Build

func (c SpopKey) Build() Completed

func (SpopKey) Count

func (c SpopKey) Count(count int64) SpopCount

type Spublish

type Spublish Completed

func (Spublish) Channel

func (c Spublish) Channel(channel string) SpublishChannel

type SpublishChannel

type SpublishChannel Completed

func (SpublishChannel) Message

func (c SpublishChannel) Message(message string) SpublishMessage

type SpublishMessage

type SpublishMessage Completed

func (SpublishMessage) Build

func (c SpublishMessage) Build() Completed

type Srandmember

type Srandmember Completed

func (Srandmember) Key

func (c Srandmember) Key(key string) SrandmemberKey

type SrandmemberCount

type SrandmemberCount Completed

func (SrandmemberCount) Build

func (c SrandmemberCount) Build() Completed

type SrandmemberKey

type SrandmemberKey Completed

func (SrandmemberKey) Build

func (c SrandmemberKey) Build() Completed

func (SrandmemberKey) Count

func (c SrandmemberKey) Count(count int64) SrandmemberCount

type Srem

type Srem Completed

func (Srem) Key

func (c Srem) Key(key string) SremKey

type SremKey

type SremKey Completed

func (SremKey) Member

func (c SremKey) Member(member ...string) SremMember

type SremMember

type SremMember Completed

func (SremMember) Build

func (c SremMember) Build() Completed

func (SremMember) Member

func (c SremMember) Member(member ...string) SremMember

type Sscan

type Sscan Completed

func (Sscan) Key

func (c Sscan) Key(key string) SscanKey

type SscanCount

type SscanCount Completed

func (SscanCount) Build

func (c SscanCount) Build() Completed

type SscanCursor

type SscanCursor Completed

func (SscanCursor) Build

func (c SscanCursor) Build() Completed

func (SscanCursor) Count

func (c SscanCursor) Count(count int64) SscanCount

func (SscanCursor) Match

func (c SscanCursor) Match(pattern string) SscanMatch

type SscanKey

type SscanKey Completed

func (SscanKey) Cursor

func (c SscanKey) Cursor(cursor int64) SscanCursor

type SscanMatch

type SscanMatch Completed

func (SscanMatch) Build

func (c SscanMatch) Build() Completed

func (SscanMatch) Count

func (c SscanMatch) Count(count int64) SscanCount

type Ssubscribe

type Ssubscribe Completed

func (Ssubscribe) Channel

func (c Ssubscribe) Channel(channel ...string) SsubscribeChannel

type SsubscribeChannel

type SsubscribeChannel Completed

func (SsubscribeChannel) Build

func (c SsubscribeChannel) Build() Completed

func (SsubscribeChannel) Channel

func (c SsubscribeChannel) Channel(channel ...string) SsubscribeChannel

type Strlen

type Strlen Completed

func (Strlen) Key

func (c Strlen) Key(key string) StrlenKey

type StrlenKey

type StrlenKey Completed

func (StrlenKey) Build

func (c StrlenKey) Build() Completed

func (StrlenKey) Cache

func (c StrlenKey) Cache() Cacheable

type Subscribe

type Subscribe Completed

func (Subscribe) Channel

func (c Subscribe) Channel(channel ...string) SubscribeChannel

type SubscribeChannel

type SubscribeChannel Completed

func (SubscribeChannel) Build

func (c SubscribeChannel) Build() Completed

func (SubscribeChannel) Channel

func (c SubscribeChannel) Channel(channel ...string) SubscribeChannel

type Sunion

type Sunion Completed

func (Sunion) Key

func (c Sunion) Key(key ...string) SunionKey

type SunionKey

type SunionKey Completed

func (SunionKey) Build

func (c SunionKey) Build() Completed

func (SunionKey) Key

func (c SunionKey) Key(key ...string) SunionKey

type Sunionstore

type Sunionstore Completed

func (Sunionstore) Destination

func (c Sunionstore) Destination(destination string) SunionstoreDestination

type SunionstoreDestination

type SunionstoreDestination Completed

func (SunionstoreDestination) Key

type SunionstoreKey

type SunionstoreKey Completed

func (SunionstoreKey) Build

func (c SunionstoreKey) Build() Completed

func (SunionstoreKey) Key

func (c SunionstoreKey) Key(key ...string) SunionstoreKey

type Sunsubscribe

type Sunsubscribe Completed

func (Sunsubscribe) Build

func (c Sunsubscribe) Build() Completed

func (Sunsubscribe) Channel

func (c Sunsubscribe) Channel(channel ...string) SunsubscribeChannel

type SunsubscribeChannel

type SunsubscribeChannel Completed

func (SunsubscribeChannel) Build

func (c SunsubscribeChannel) Build() Completed

func (SunsubscribeChannel) Channel

func (c SunsubscribeChannel) Channel(channel ...string) SunsubscribeChannel

type Swapdb

type Swapdb Completed

func (Swapdb) Index1

func (c Swapdb) Index1(index1 int64) SwapdbIndex1

type SwapdbIndex1

type SwapdbIndex1 Completed

func (SwapdbIndex1) Index2

func (c SwapdbIndex1) Index2(index2 int64) SwapdbIndex2

type SwapdbIndex2

type SwapdbIndex2 Completed

func (SwapdbIndex2) Build

func (c SwapdbIndex2) Build() Completed

type Sync

type Sync Completed

func (Sync) Build

func (c Sync) Build() Completed

type TdigestAdd

type TdigestAdd Completed

func (TdigestAdd) Key

func (c TdigestAdd) Key(key string) TdigestAddKey

type TdigestAddKey

type TdigestAddKey Completed

func (TdigestAddKey) Value

type TdigestAddValuesValue

type TdigestAddValuesValue Completed

func (TdigestAddValuesValue) Build

func (c TdigestAddValuesValue) Build() Completed

func (TdigestAddValuesValue) Value

type TdigestByrank

type TdigestByrank Completed

func (TdigestByrank) Key

type TdigestByrankKey

type TdigestByrankKey Completed

func (TdigestByrankKey) Rank

func (c TdigestByrankKey) Rank(rank ...float64) TdigestByrankRank

type TdigestByrankRank

type TdigestByrankRank Completed

func (TdigestByrankRank) Build

func (c TdigestByrankRank) Build() Completed

func (TdigestByrankRank) Rank

type TdigestByrevrank

type TdigestByrevrank Completed

func (TdigestByrevrank) Key

type TdigestByrevrankKey

type TdigestByrevrankKey Completed

func (TdigestByrevrankKey) ReverseRank

func (c TdigestByrevrankKey) ReverseRank(reverseRank ...float64) TdigestByrevrankReverseRank

type TdigestByrevrankReverseRank

type TdigestByrevrankReverseRank Completed

func (TdigestByrevrankReverseRank) Build

func (TdigestByrevrankReverseRank) ReverseRank

func (c TdigestByrevrankReverseRank) ReverseRank(reverseRank ...float64) TdigestByrevrankReverseRank

type TdigestCdf

type TdigestCdf Completed

func (TdigestCdf) Key

func (c TdigestCdf) Key(key string) TdigestCdfKey

type TdigestCdfKey

type TdigestCdfKey Completed

func (TdigestCdfKey) Value

func (c TdigestCdfKey) Value(value ...float64) TdigestCdfValue

type TdigestCdfValue

type TdigestCdfValue Completed

func (TdigestCdfValue) Build

func (c TdigestCdfValue) Build() Completed

func (TdigestCdfValue) Value

func (c TdigestCdfValue) Value(value ...float64) TdigestCdfValue

type TdigestCreate

type TdigestCreate Completed

func (TdigestCreate) Key

type TdigestCreateCompression

type TdigestCreateCompression Completed

func (TdigestCreateCompression) Build

type TdigestCreateKey

type TdigestCreateKey Completed

func (TdigestCreateKey) Build

func (c TdigestCreateKey) Build() Completed

func (TdigestCreateKey) Compression

func (c TdigestCreateKey) Compression(compression int64) TdigestCreateCompression

type TdigestInfo

type TdigestInfo Completed

func (TdigestInfo) Key

func (c TdigestInfo) Key(key string) TdigestInfoKey

type TdigestInfoKey

type TdigestInfoKey Completed

func (TdigestInfoKey) Build

func (c TdigestInfoKey) Build() Completed

type TdigestMax

type TdigestMax Completed

func (TdigestMax) Key

func (c TdigestMax) Key(key string) TdigestMaxKey

type TdigestMaxKey

type TdigestMaxKey Completed

func (TdigestMaxKey) Build

func (c TdigestMaxKey) Build() Completed

type TdigestMerge

type TdigestMerge Completed

func (TdigestMerge) DestinationKey

func (c TdigestMerge) DestinationKey(destinationKey string) TdigestMergeDestinationKey

type TdigestMergeConfigCompression

type TdigestMergeConfigCompression Completed

func (TdigestMergeConfigCompression) Build

func (TdigestMergeConfigCompression) Override

type TdigestMergeDestinationKey

type TdigestMergeDestinationKey Completed

func (TdigestMergeDestinationKey) Numkeys

type TdigestMergeNumkeys

type TdigestMergeNumkeys Completed

func (TdigestMergeNumkeys) SourceKey

func (c TdigestMergeNumkeys) SourceKey(sourceKey ...string) TdigestMergeSourceKey

type TdigestMergeOverride

type TdigestMergeOverride Completed

func (TdigestMergeOverride) Build

func (c TdigestMergeOverride) Build() Completed

type TdigestMergeSourceKey

type TdigestMergeSourceKey Completed

func (TdigestMergeSourceKey) Build

func (c TdigestMergeSourceKey) Build() Completed

func (TdigestMergeSourceKey) Compression

func (c TdigestMergeSourceKey) Compression(compression int64) TdigestMergeConfigCompression

func (TdigestMergeSourceKey) Override

func (TdigestMergeSourceKey) SourceKey

func (c TdigestMergeSourceKey) SourceKey(sourceKey ...string) TdigestMergeSourceKey

type TdigestMin

type TdigestMin Completed

func (TdigestMin) Key

func (c TdigestMin) Key(key string) TdigestMinKey

type TdigestMinKey

type TdigestMinKey Completed

func (TdigestMinKey) Build

func (c TdigestMinKey) Build() Completed

type TdigestQuantile

type TdigestQuantile Completed

func (TdigestQuantile) Key

type TdigestQuantileKey

type TdigestQuantileKey Completed

func (TdigestQuantileKey) Quantile

func (c TdigestQuantileKey) Quantile(quantile ...float64) TdigestQuantileQuantile

type TdigestQuantileQuantile

type TdigestQuantileQuantile Completed

func (TdigestQuantileQuantile) Build

func (TdigestQuantileQuantile) Quantile

type TdigestRank

type TdigestRank Completed

func (TdigestRank) Key

func (c TdigestRank) Key(key string) TdigestRankKey

type TdigestRankKey

type TdigestRankKey Completed

func (TdigestRankKey) Value

func (c TdigestRankKey) Value(value ...float64) TdigestRankValue

type TdigestRankValue

type TdigestRankValue Completed

func (TdigestRankValue) Build

func (c TdigestRankValue) Build() Completed

func (TdigestRankValue) Value

func (c TdigestRankValue) Value(value ...float64) TdigestRankValue

type TdigestReset

type TdigestReset Completed

func (TdigestReset) Key

func (c TdigestReset) Key(key string) TdigestResetKey

type TdigestResetKey

type TdigestResetKey Completed

func (TdigestResetKey) Build

func (c TdigestResetKey) Build() Completed

type TdigestRevrank

type TdigestRevrank Completed

func (TdigestRevrank) Key

type TdigestRevrankKey

type TdigestRevrankKey Completed

func (TdigestRevrankKey) Value

func (c TdigestRevrankKey) Value(value ...float64) TdigestRevrankValue

type TdigestRevrankValue

type TdigestRevrankValue Completed

func (TdigestRevrankValue) Build

func (c TdigestRevrankValue) Build() Completed

func (TdigestRevrankValue) Value

type TdigestTrimmedMean

type TdigestTrimmedMean Completed

func (TdigestTrimmedMean) Key

type TdigestTrimmedMeanHighCutQuantile

type TdigestTrimmedMeanHighCutQuantile Completed

func (TdigestTrimmedMeanHighCutQuantile) Build

type TdigestTrimmedMeanKey

type TdigestTrimmedMeanKey Completed

func (TdigestTrimmedMeanKey) LowCutQuantile

func (c TdigestTrimmedMeanKey) LowCutQuantile(lowCutQuantile float64) TdigestTrimmedMeanLowCutQuantile

type TdigestTrimmedMeanLowCutQuantile

type TdigestTrimmedMeanLowCutQuantile Completed

func (TdigestTrimmedMeanLowCutQuantile) HighCutQuantile

type Time

type Time Completed

func (Time) Build

func (c Time) Build() Completed

type TopkAdd

type TopkAdd Completed

func (TopkAdd) Key

func (c TopkAdd) Key(key string) TopkAddKey

type TopkAddItems

type TopkAddItems Completed

func (TopkAddItems) Build

func (c TopkAddItems) Build() Completed

func (TopkAddItems) Items

func (c TopkAddItems) Items(items ...string) TopkAddItems

type TopkAddKey

type TopkAddKey Completed

func (TopkAddKey) Items

func (c TopkAddKey) Items(items ...string) TopkAddItems

type TopkCount

type TopkCount Completed

func (TopkCount) Key

func (c TopkCount) Key(key string) TopkCountKey

type TopkCountItem

type TopkCountItem Completed

func (TopkCountItem) Build

func (c TopkCountItem) Build() Completed

func (TopkCountItem) Item

func (c TopkCountItem) Item(item ...string) TopkCountItem

type TopkCountKey

type TopkCountKey Completed

func (TopkCountKey) Item

func (c TopkCountKey) Item(item ...string) TopkCountItem

type TopkIncrby

type TopkIncrby Completed

func (TopkIncrby) Key

func (c TopkIncrby) Key(key string) TopkIncrbyKey

type TopkIncrbyItemsIncrement

type TopkIncrbyItemsIncrement Completed

func (TopkIncrbyItemsIncrement) Build

func (TopkIncrbyItemsIncrement) Item

type TopkIncrbyItemsItem

type TopkIncrbyItemsItem Completed

func (TopkIncrbyItemsItem) Increment

func (c TopkIncrbyItemsItem) Increment(increment int64) TopkIncrbyItemsIncrement

type TopkIncrbyKey

type TopkIncrbyKey Completed

func (TopkIncrbyKey) Item

type TopkInfo

type TopkInfo Completed

func (TopkInfo) Key

func (c TopkInfo) Key(key string) TopkInfoKey

type TopkInfoKey

type TopkInfoKey Completed

func (TopkInfoKey) Build

func (c TopkInfoKey) Build() Completed

func (TopkInfoKey) Cache

func (c TopkInfoKey) Cache() Cacheable

type TopkList

type TopkList Completed

func (TopkList) Key

func (c TopkList) Key(key string) TopkListKey

type TopkListKey

type TopkListKey Completed

func (TopkListKey) Build

func (c TopkListKey) Build() Completed

func (TopkListKey) Cache

func (c TopkListKey) Cache() Cacheable

func (TopkListKey) Withcount

func (c TopkListKey) Withcount() TopkListWithcount

type TopkListWithcount

type TopkListWithcount Completed

func (TopkListWithcount) Build

func (c TopkListWithcount) Build() Completed

func (TopkListWithcount) Cache

func (c TopkListWithcount) Cache() Cacheable

type TopkQuery

type TopkQuery Completed

func (TopkQuery) Key

func (c TopkQuery) Key(key string) TopkQueryKey

type TopkQueryItem

type TopkQueryItem Completed

func (TopkQueryItem) Build

func (c TopkQueryItem) Build() Completed

func (TopkQueryItem) Cache

func (c TopkQueryItem) Cache() Cacheable

func (TopkQueryItem) Item

func (c TopkQueryItem) Item(item ...string) TopkQueryItem

type TopkQueryKey

type TopkQueryKey Completed

func (TopkQueryKey) Item

func (c TopkQueryKey) Item(item ...string) TopkQueryItem

type TopkReserve

type TopkReserve Completed

func (TopkReserve) Key

func (c TopkReserve) Key(key string) TopkReserveKey

type TopkReserveKey

type TopkReserveKey Completed

func (TopkReserveKey) Topk

func (c TopkReserveKey) Topk(topk int64) TopkReserveTopk

type TopkReserveParamsDecay

type TopkReserveParamsDecay Completed

func (TopkReserveParamsDecay) Build

type TopkReserveParamsDepth

type TopkReserveParamsDepth Completed

func (TopkReserveParamsDepth) Decay

type TopkReserveParamsWidth

type TopkReserveParamsWidth Completed

func (TopkReserveParamsWidth) Depth

type TopkReserveTopk

type TopkReserveTopk Completed

func (TopkReserveTopk) Build

func (c TopkReserveTopk) Build() Completed

func (TopkReserveTopk) Width

type Touch

type Touch Completed

func (Touch) Key

func (c Touch) Key(key ...string) TouchKey

type TouchKey

type TouchKey Completed

func (TouchKey) Build

func (c TouchKey) Build() Completed

func (TouchKey) Key

func (c TouchKey) Key(key ...string) TouchKey

type TsAdd

type TsAdd Completed

func (TsAdd) Key

func (c TsAdd) Key(key string) TsAddKey

type TsAddChunkSize

type TsAddChunkSize Completed

func (TsAddChunkSize) Build

func (c TsAddChunkSize) Build() Completed

func (TsAddChunkSize) Labels

func (c TsAddChunkSize) Labels() TsAddLabels

func (TsAddChunkSize) OnDuplicateBlock

func (c TsAddChunkSize) OnDuplicateBlock() TsAddOnDuplicateBlock

func (TsAddChunkSize) OnDuplicateFirst

func (c TsAddChunkSize) OnDuplicateFirst() TsAddOnDuplicateFirst

func (TsAddChunkSize) OnDuplicateLast

func (c TsAddChunkSize) OnDuplicateLast() TsAddOnDuplicateLast

func (TsAddChunkSize) OnDuplicateMax

func (c TsAddChunkSize) OnDuplicateMax() TsAddOnDuplicateMax

func (TsAddChunkSize) OnDuplicateMin

func (c TsAddChunkSize) OnDuplicateMin() TsAddOnDuplicateMin

func (TsAddChunkSize) OnDuplicateSum

func (c TsAddChunkSize) OnDuplicateSum() TsAddOnDuplicateSum

type TsAddEncodingCompressed

type TsAddEncodingCompressed Completed

func (TsAddEncodingCompressed) Build

func (TsAddEncodingCompressed) ChunkSize

func (c TsAddEncodingCompressed) ChunkSize(size int64) TsAddChunkSize

func (TsAddEncodingCompressed) Labels

func (TsAddEncodingCompressed) OnDuplicateBlock

func (c TsAddEncodingCompressed) OnDuplicateBlock() TsAddOnDuplicateBlock

func (TsAddEncodingCompressed) OnDuplicateFirst

func (c TsAddEncodingCompressed) OnDuplicateFirst() TsAddOnDuplicateFirst

func (TsAddEncodingCompressed) OnDuplicateLast

func (c TsAddEncodingCompressed) OnDuplicateLast() TsAddOnDuplicateLast

func (TsAddEncodingCompressed) OnDuplicateMax

func (c TsAddEncodingCompressed) OnDuplicateMax() TsAddOnDuplicateMax

func (TsAddEncodingCompressed) OnDuplicateMin

func (c TsAddEncodingCompressed) OnDuplicateMin() TsAddOnDuplicateMin

func (TsAddEncodingCompressed) OnDuplicateSum

func (c TsAddEncodingCompressed) OnDuplicateSum() TsAddOnDuplicateSum

type TsAddEncodingUncompressed

type TsAddEncodingUncompressed Completed

func (TsAddEncodingUncompressed) Build

func (TsAddEncodingUncompressed) ChunkSize

func (TsAddEncodingUncompressed) Labels

func (TsAddEncodingUncompressed) OnDuplicateBlock

func (c TsAddEncodingUncompressed) OnDuplicateBlock() TsAddOnDuplicateBlock

func (TsAddEncodingUncompressed) OnDuplicateFirst

func (c TsAddEncodingUncompressed) OnDuplicateFirst() TsAddOnDuplicateFirst

func (TsAddEncodingUncompressed) OnDuplicateLast

func (c TsAddEncodingUncompressed) OnDuplicateLast() TsAddOnDuplicateLast

func (TsAddEncodingUncompressed) OnDuplicateMax

func (TsAddEncodingUncompressed) OnDuplicateMin

func (TsAddEncodingUncompressed) OnDuplicateSum

type TsAddKey

type TsAddKey Completed

func (TsAddKey) Timestamp

func (c TsAddKey) Timestamp(timestamp int64) TsAddTimestamp

type TsAddLabels

type TsAddLabels Completed

func (TsAddLabels) Build

func (c TsAddLabels) Build() Completed

func (TsAddLabels) Labels

func (c TsAddLabels) Labels(label string, value string) TsAddLabels

type TsAddOnDuplicateBlock

type TsAddOnDuplicateBlock Completed

func (TsAddOnDuplicateBlock) Build

func (c TsAddOnDuplicateBlock) Build() Completed

func (TsAddOnDuplicateBlock) Labels

type TsAddOnDuplicateFirst

type TsAddOnDuplicateFirst Completed

func (TsAddOnDuplicateFirst) Build

func (c TsAddOnDuplicateFirst) Build() Completed

func (TsAddOnDuplicateFirst) Labels

type TsAddOnDuplicateLast

type TsAddOnDuplicateLast Completed

func (TsAddOnDuplicateLast) Build

func (c TsAddOnDuplicateLast) Build() Completed

func (TsAddOnDuplicateLast) Labels

func (c TsAddOnDuplicateLast) Labels() TsAddLabels

type TsAddOnDuplicateMax

type TsAddOnDuplicateMax Completed

func (TsAddOnDuplicateMax) Build

func (c TsAddOnDuplicateMax) Build() Completed

func (TsAddOnDuplicateMax) Labels

func (c TsAddOnDuplicateMax) Labels() TsAddLabels

type TsAddOnDuplicateMin

type TsAddOnDuplicateMin Completed

func (TsAddOnDuplicateMin) Build

func (c TsAddOnDuplicateMin) Build() Completed

func (TsAddOnDuplicateMin) Labels

func (c TsAddOnDuplicateMin) Labels() TsAddLabels

type TsAddOnDuplicateSum

type TsAddOnDuplicateSum Completed

func (TsAddOnDuplicateSum) Build

func (c TsAddOnDuplicateSum) Build() Completed

func (TsAddOnDuplicateSum) Labels

func (c TsAddOnDuplicateSum) Labels() TsAddLabels

type TsAddRetention

type TsAddRetention Completed

func (TsAddRetention) Build

func (c TsAddRetention) Build() Completed

func (TsAddRetention) ChunkSize

func (c TsAddRetention) ChunkSize(size int64) TsAddChunkSize

func (TsAddRetention) EncodingCompressed

func (c TsAddRetention) EncodingCompressed() TsAddEncodingCompressed

func (TsAddRetention) EncodingUncompressed

func (c TsAddRetention) EncodingUncompressed() TsAddEncodingUncompressed

func (TsAddRetention) Labels

func (c TsAddRetention) Labels() TsAddLabels

func (TsAddRetention) OnDuplicateBlock

func (c TsAddRetention) OnDuplicateBlock() TsAddOnDuplicateBlock

func (TsAddRetention) OnDuplicateFirst

func (c TsAddRetention) OnDuplicateFirst() TsAddOnDuplicateFirst

func (TsAddRetention) OnDuplicateLast

func (c TsAddRetention) OnDuplicateLast() TsAddOnDuplicateLast

func (TsAddRetention) OnDuplicateMax

func (c TsAddRetention) OnDuplicateMax() TsAddOnDuplicateMax

func (TsAddRetention) OnDuplicateMin

func (c TsAddRetention) OnDuplicateMin() TsAddOnDuplicateMin

func (TsAddRetention) OnDuplicateSum

func (c TsAddRetention) OnDuplicateSum() TsAddOnDuplicateSum

type TsAddTimestamp

type TsAddTimestamp Completed

func (TsAddTimestamp) Value

func (c TsAddTimestamp) Value(value float64) TsAddValue

type TsAddValue

type TsAddValue Completed

func (TsAddValue) Build

func (c TsAddValue) Build() Completed

func (TsAddValue) ChunkSize

func (c TsAddValue) ChunkSize(size int64) TsAddChunkSize

func (TsAddValue) EncodingCompressed

func (c TsAddValue) EncodingCompressed() TsAddEncodingCompressed

func (TsAddValue) EncodingUncompressed

func (c TsAddValue) EncodingUncompressed() TsAddEncodingUncompressed

func (TsAddValue) Labels

func (c TsAddValue) Labels() TsAddLabels

func (TsAddValue) OnDuplicateBlock

func (c TsAddValue) OnDuplicateBlock() TsAddOnDuplicateBlock

func (TsAddValue) OnDuplicateFirst

func (c TsAddValue) OnDuplicateFirst() TsAddOnDuplicateFirst

func (TsAddValue) OnDuplicateLast

func (c TsAddValue) OnDuplicateLast() TsAddOnDuplicateLast

func (TsAddValue) OnDuplicateMax

func (c TsAddValue) OnDuplicateMax() TsAddOnDuplicateMax

func (TsAddValue) OnDuplicateMin

func (c TsAddValue) OnDuplicateMin() TsAddOnDuplicateMin

func (TsAddValue) OnDuplicateSum

func (c TsAddValue) OnDuplicateSum() TsAddOnDuplicateSum

func (TsAddValue) Retention

func (c TsAddValue) Retention(retentionperiod int64) TsAddRetention

type TsAlter

type TsAlter Completed

func (TsAlter) Key

func (c TsAlter) Key(key string) TsAlterKey

type TsAlterChunkSize

type TsAlterChunkSize Completed

func (TsAlterChunkSize) Build

func (c TsAlterChunkSize) Build() Completed

func (TsAlterChunkSize) DuplicatePolicyBlock

func (c TsAlterChunkSize) DuplicatePolicyBlock() TsAlterDuplicatePolicyBlock

func (TsAlterChunkSize) DuplicatePolicyFirst

func (c TsAlterChunkSize) DuplicatePolicyFirst() TsAlterDuplicatePolicyFirst

func (TsAlterChunkSize) DuplicatePolicyLast

func (c TsAlterChunkSize) DuplicatePolicyLast() TsAlterDuplicatePolicyLast

func (TsAlterChunkSize) DuplicatePolicyMax

func (c TsAlterChunkSize) DuplicatePolicyMax() TsAlterDuplicatePolicyMax

func (TsAlterChunkSize) DuplicatePolicyMin

func (c TsAlterChunkSize) DuplicatePolicyMin() TsAlterDuplicatePolicyMin

func (TsAlterChunkSize) DuplicatePolicySum

func (c TsAlterChunkSize) DuplicatePolicySum() TsAlterDuplicatePolicySum

func (TsAlterChunkSize) Labels

func (c TsAlterChunkSize) Labels() TsAlterLabels

type TsAlterDuplicatePolicyBlock

type TsAlterDuplicatePolicyBlock Completed

func (TsAlterDuplicatePolicyBlock) Build

func (TsAlterDuplicatePolicyBlock) Labels

type TsAlterDuplicatePolicyFirst

type TsAlterDuplicatePolicyFirst Completed

func (TsAlterDuplicatePolicyFirst) Build

func (TsAlterDuplicatePolicyFirst) Labels

type TsAlterDuplicatePolicyLast

type TsAlterDuplicatePolicyLast Completed

func (TsAlterDuplicatePolicyLast) Build

func (TsAlterDuplicatePolicyLast) Labels

type TsAlterDuplicatePolicyMax

type TsAlterDuplicatePolicyMax Completed

func (TsAlterDuplicatePolicyMax) Build

func (TsAlterDuplicatePolicyMax) Labels

type TsAlterDuplicatePolicyMin

type TsAlterDuplicatePolicyMin Completed

func (TsAlterDuplicatePolicyMin) Build

func (TsAlterDuplicatePolicyMin) Labels

type TsAlterDuplicatePolicySum

type TsAlterDuplicatePolicySum Completed

func (TsAlterDuplicatePolicySum) Build

func (TsAlterDuplicatePolicySum) Labels

type TsAlterKey

type TsAlterKey Completed

func (TsAlterKey) Build

func (c TsAlterKey) Build() Completed

func (TsAlterKey) ChunkSize

func (c TsAlterKey) ChunkSize(size int64) TsAlterChunkSize

func (TsAlterKey) DuplicatePolicyBlock

func (c TsAlterKey) DuplicatePolicyBlock() TsAlterDuplicatePolicyBlock

func (TsAlterKey) DuplicatePolicyFirst

func (c TsAlterKey) DuplicatePolicyFirst() TsAlterDuplicatePolicyFirst

func (TsAlterKey) DuplicatePolicyLast

func (c TsAlterKey) DuplicatePolicyLast() TsAlterDuplicatePolicyLast

func (TsAlterKey) DuplicatePolicyMax

func (c TsAlterKey) DuplicatePolicyMax() TsAlterDuplicatePolicyMax

func (TsAlterKey) DuplicatePolicyMin

func (c TsAlterKey) DuplicatePolicyMin() TsAlterDuplicatePolicyMin

func (TsAlterKey) DuplicatePolicySum

func (c TsAlterKey) DuplicatePolicySum() TsAlterDuplicatePolicySum

func (TsAlterKey) Labels

func (c TsAlterKey) Labels() TsAlterLabels

func (TsAlterKey) Retention

func (c TsAlterKey) Retention(retentionperiod int64) TsAlterRetention

type TsAlterLabels

type TsAlterLabels Completed

func (TsAlterLabels) Build

func (c TsAlterLabels) Build() Completed

func (TsAlterLabels) Labels

func (c TsAlterLabels) Labels(label string, value string) TsAlterLabels

type TsAlterRetention

type TsAlterRetention Completed

func (TsAlterRetention) Build

func (c TsAlterRetention) Build() Completed

func (TsAlterRetention) ChunkSize

func (c TsAlterRetention) ChunkSize(size int64) TsAlterChunkSize

func (TsAlterRetention) DuplicatePolicyBlock

func (c TsAlterRetention) DuplicatePolicyBlock() TsAlterDuplicatePolicyBlock

func (TsAlterRetention) DuplicatePolicyFirst

func (c TsAlterRetention) DuplicatePolicyFirst() TsAlterDuplicatePolicyFirst

func (TsAlterRetention) DuplicatePolicyLast

func (c TsAlterRetention) DuplicatePolicyLast() TsAlterDuplicatePolicyLast

func (TsAlterRetention) DuplicatePolicyMax

func (c TsAlterRetention) DuplicatePolicyMax() TsAlterDuplicatePolicyMax

func (TsAlterRetention) DuplicatePolicyMin

func (c TsAlterRetention) DuplicatePolicyMin() TsAlterDuplicatePolicyMin

func (TsAlterRetention) DuplicatePolicySum

func (c TsAlterRetention) DuplicatePolicySum() TsAlterDuplicatePolicySum

func (TsAlterRetention) Labels

func (c TsAlterRetention) Labels() TsAlterLabels

type TsCreate

type TsCreate Completed

func (TsCreate) Key

func (c TsCreate) Key(key string) TsCreateKey

type TsCreateChunkSize

type TsCreateChunkSize Completed

func (TsCreateChunkSize) Build

func (c TsCreateChunkSize) Build() Completed

func (TsCreateChunkSize) DuplicatePolicyBlock

func (c TsCreateChunkSize) DuplicatePolicyBlock() TsCreateDuplicatePolicyBlock

func (TsCreateChunkSize) DuplicatePolicyFirst

func (c TsCreateChunkSize) DuplicatePolicyFirst() TsCreateDuplicatePolicyFirst

func (TsCreateChunkSize) DuplicatePolicyLast

func (c TsCreateChunkSize) DuplicatePolicyLast() TsCreateDuplicatePolicyLast

func (TsCreateChunkSize) DuplicatePolicyMax

func (c TsCreateChunkSize) DuplicatePolicyMax() TsCreateDuplicatePolicyMax

func (TsCreateChunkSize) DuplicatePolicyMin

func (c TsCreateChunkSize) DuplicatePolicyMin() TsCreateDuplicatePolicyMin

func (TsCreateChunkSize) DuplicatePolicySum

func (c TsCreateChunkSize) DuplicatePolicySum() TsCreateDuplicatePolicySum

func (TsCreateChunkSize) Labels

func (c TsCreateChunkSize) Labels() TsCreateLabels

type TsCreateDuplicatePolicyBlock

type TsCreateDuplicatePolicyBlock Completed

func (TsCreateDuplicatePolicyBlock) Build

func (TsCreateDuplicatePolicyBlock) Labels

type TsCreateDuplicatePolicyFirst

type TsCreateDuplicatePolicyFirst Completed

func (TsCreateDuplicatePolicyFirst) Build

func (TsCreateDuplicatePolicyFirst) Labels

type TsCreateDuplicatePolicyLast

type TsCreateDuplicatePolicyLast Completed

func (TsCreateDuplicatePolicyLast) Build

func (TsCreateDuplicatePolicyLast) Labels

type TsCreateDuplicatePolicyMax

type TsCreateDuplicatePolicyMax Completed

func (TsCreateDuplicatePolicyMax) Build

func (TsCreateDuplicatePolicyMax) Labels

type TsCreateDuplicatePolicyMin

type TsCreateDuplicatePolicyMin Completed

func (TsCreateDuplicatePolicyMin) Build

func (TsCreateDuplicatePolicyMin) Labels

type TsCreateDuplicatePolicySum

type TsCreateDuplicatePolicySum Completed

func (TsCreateDuplicatePolicySum) Build

func (TsCreateDuplicatePolicySum) Labels

type TsCreateEncodingCompressed

type TsCreateEncodingCompressed Completed

func (TsCreateEncodingCompressed) Build

func (TsCreateEncodingCompressed) ChunkSize

func (TsCreateEncodingCompressed) DuplicatePolicyBlock

func (TsCreateEncodingCompressed) DuplicatePolicyFirst

func (TsCreateEncodingCompressed) DuplicatePolicyLast

func (TsCreateEncodingCompressed) DuplicatePolicyMax

func (TsCreateEncodingCompressed) DuplicatePolicyMin

func (TsCreateEncodingCompressed) DuplicatePolicySum

func (TsCreateEncodingCompressed) Labels

type TsCreateEncodingUncompressed

type TsCreateEncodingUncompressed Completed

func (TsCreateEncodingUncompressed) Build

func (TsCreateEncodingUncompressed) ChunkSize

func (TsCreateEncodingUncompressed) DuplicatePolicyBlock

func (TsCreateEncodingUncompressed) DuplicatePolicyFirst

func (TsCreateEncodingUncompressed) DuplicatePolicyLast

func (TsCreateEncodingUncompressed) DuplicatePolicyMax

func (TsCreateEncodingUncompressed) DuplicatePolicyMin

func (TsCreateEncodingUncompressed) DuplicatePolicySum

func (TsCreateEncodingUncompressed) Labels

type TsCreateKey

type TsCreateKey Completed

func (TsCreateKey) Build

func (c TsCreateKey) Build() Completed

func (TsCreateKey) ChunkSize

func (c TsCreateKey) ChunkSize(size int64) TsCreateChunkSize

func (TsCreateKey) DuplicatePolicyBlock

func (c TsCreateKey) DuplicatePolicyBlock() TsCreateDuplicatePolicyBlock

func (TsCreateKey) DuplicatePolicyFirst

func (c TsCreateKey) DuplicatePolicyFirst() TsCreateDuplicatePolicyFirst

func (TsCreateKey) DuplicatePolicyLast

func (c TsCreateKey) DuplicatePolicyLast() TsCreateDuplicatePolicyLast

func (TsCreateKey) DuplicatePolicyMax

func (c TsCreateKey) DuplicatePolicyMax() TsCreateDuplicatePolicyMax

func (TsCreateKey) DuplicatePolicyMin

func (c TsCreateKey) DuplicatePolicyMin() TsCreateDuplicatePolicyMin

func (TsCreateKey) DuplicatePolicySum

func (c TsCreateKey) DuplicatePolicySum() TsCreateDuplicatePolicySum

func (TsCreateKey) EncodingCompressed

func (c TsCreateKey) EncodingCompressed() TsCreateEncodingCompressed

func (TsCreateKey) EncodingUncompressed

func (c TsCreateKey) EncodingUncompressed() TsCreateEncodingUncompressed

func (TsCreateKey) Labels

func (c TsCreateKey) Labels() TsCreateLabels

func (TsCreateKey) Retention

func (c TsCreateKey) Retention(retentionperiod int64) TsCreateRetention

type TsCreateLabels

type TsCreateLabels Completed

func (TsCreateLabels) Build

func (c TsCreateLabels) Build() Completed

func (TsCreateLabels) Labels

func (c TsCreateLabels) Labels(label string, value string) TsCreateLabels

type TsCreateRetention

type TsCreateRetention Completed

func (TsCreateRetention) Build

func (c TsCreateRetention) Build() Completed

func (TsCreateRetention) ChunkSize

func (c TsCreateRetention) ChunkSize(size int64) TsCreateChunkSize

func (TsCreateRetention) DuplicatePolicyBlock

func (c TsCreateRetention) DuplicatePolicyBlock() TsCreateDuplicatePolicyBlock

func (TsCreateRetention) DuplicatePolicyFirst

func (c TsCreateRetention) DuplicatePolicyFirst() TsCreateDuplicatePolicyFirst

func (TsCreateRetention) DuplicatePolicyLast

func (c TsCreateRetention) DuplicatePolicyLast() TsCreateDuplicatePolicyLast

func (TsCreateRetention) DuplicatePolicyMax

func (c TsCreateRetention) DuplicatePolicyMax() TsCreateDuplicatePolicyMax

func (TsCreateRetention) DuplicatePolicyMin

func (c TsCreateRetention) DuplicatePolicyMin() TsCreateDuplicatePolicyMin

func (TsCreateRetention) DuplicatePolicySum

func (c TsCreateRetention) DuplicatePolicySum() TsCreateDuplicatePolicySum

func (TsCreateRetention) EncodingCompressed

func (c TsCreateRetention) EncodingCompressed() TsCreateEncodingCompressed

func (TsCreateRetention) EncodingUncompressed

func (c TsCreateRetention) EncodingUncompressed() TsCreateEncodingUncompressed

func (TsCreateRetention) Labels

func (c TsCreateRetention) Labels() TsCreateLabels

type TsCreaterule

type TsCreaterule Completed

func (TsCreaterule) Sourcekey

func (c TsCreaterule) Sourcekey(sourcekey string) TsCreateruleSourcekey

type TsCreateruleAggregationAvg

type TsCreateruleAggregationAvg Completed

func (TsCreateruleAggregationAvg) Bucketduration

func (c TsCreateruleAggregationAvg) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationCount

type TsCreateruleAggregationCount Completed

func (TsCreateruleAggregationCount) Bucketduration

func (c TsCreateruleAggregationCount) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationFirst

type TsCreateruleAggregationFirst Completed

func (TsCreateruleAggregationFirst) Bucketduration

func (c TsCreateruleAggregationFirst) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationLast

type TsCreateruleAggregationLast Completed

func (TsCreateruleAggregationLast) Bucketduration

func (c TsCreateruleAggregationLast) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationMax

type TsCreateruleAggregationMax Completed

func (TsCreateruleAggregationMax) Bucketduration

func (c TsCreateruleAggregationMax) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationMin

type TsCreateruleAggregationMin Completed

func (TsCreateruleAggregationMin) Bucketduration

func (c TsCreateruleAggregationMin) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationRange

type TsCreateruleAggregationRange Completed

func (TsCreateruleAggregationRange) Bucketduration

func (c TsCreateruleAggregationRange) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationStdP

type TsCreateruleAggregationStdP Completed

func (TsCreateruleAggregationStdP) Bucketduration

func (c TsCreateruleAggregationStdP) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationStdS

type TsCreateruleAggregationStdS Completed

func (TsCreateruleAggregationStdS) Bucketduration

func (c TsCreateruleAggregationStdS) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationSum

type TsCreateruleAggregationSum Completed

func (TsCreateruleAggregationSum) Bucketduration

func (c TsCreateruleAggregationSum) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationTwa

type TsCreateruleAggregationTwa Completed

func (TsCreateruleAggregationTwa) Bucketduration

func (c TsCreateruleAggregationTwa) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationVarP

type TsCreateruleAggregationVarP Completed

func (TsCreateruleAggregationVarP) Bucketduration

func (c TsCreateruleAggregationVarP) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationVarS

type TsCreateruleAggregationVarS Completed

func (TsCreateruleAggregationVarS) Bucketduration

func (c TsCreateruleAggregationVarS) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAligntimestamp

type TsCreateruleAligntimestamp Completed

func (TsCreateruleAligntimestamp) Build

type TsCreateruleBucketduration

type TsCreateruleBucketduration Completed

func (TsCreateruleBucketduration) Aligntimestamp

func (c TsCreateruleBucketduration) Aligntimestamp(aligntimestamp int64) TsCreateruleAligntimestamp

func (TsCreateruleBucketduration) Build

type TsCreateruleDestkey

type TsCreateruleDestkey Completed

func (TsCreateruleDestkey) AggregationAvg

func (TsCreateruleDestkey) AggregationCount

func (TsCreateruleDestkey) AggregationFirst

func (TsCreateruleDestkey) AggregationLast

func (TsCreateruleDestkey) AggregationMax

func (TsCreateruleDestkey) AggregationMin

func (TsCreateruleDestkey) AggregationRange

func (TsCreateruleDestkey) AggregationStdP

func (TsCreateruleDestkey) AggregationStdS

func (TsCreateruleDestkey) AggregationSum

func (TsCreateruleDestkey) AggregationTwa

func (TsCreateruleDestkey) AggregationVarP

func (TsCreateruleDestkey) AggregationVarS

type TsCreateruleSourcekey

type TsCreateruleSourcekey Completed

func (TsCreateruleSourcekey) Destkey

type TsDecrby

type TsDecrby Completed

func (TsDecrby) Key

func (c TsDecrby) Key(key string) TsDecrbyKey

type TsDecrbyChunkSize

type TsDecrbyChunkSize Completed

func (TsDecrbyChunkSize) Build

func (c TsDecrbyChunkSize) Build() Completed

func (TsDecrbyChunkSize) Labels

func (c TsDecrbyChunkSize) Labels() TsDecrbyLabels

type TsDecrbyKey

type TsDecrbyKey Completed

func (TsDecrbyKey) Value

func (c TsDecrbyKey) Value(value float64) TsDecrbyValue

type TsDecrbyLabels

type TsDecrbyLabels Completed

func (TsDecrbyLabels) Build

func (c TsDecrbyLabels) Build() Completed

func (TsDecrbyLabels) Labels

func (c TsDecrbyLabels) Labels(label string, value string) TsDecrbyLabels

type TsDecrbyRetention

type TsDecrbyRetention Completed

func (TsDecrbyRetention) Build

func (c TsDecrbyRetention) Build() Completed

func (TsDecrbyRetention) ChunkSize

func (c TsDecrbyRetention) ChunkSize(size int64) TsDecrbyChunkSize

func (TsDecrbyRetention) Labels

func (c TsDecrbyRetention) Labels() TsDecrbyLabels

func (TsDecrbyRetention) Uncompressed

func (c TsDecrbyRetention) Uncompressed() TsDecrbyUncompressed

type TsDecrbyTimestamp

type TsDecrbyTimestamp Completed

func (TsDecrbyTimestamp) Build

func (c TsDecrbyTimestamp) Build() Completed

func (TsDecrbyTimestamp) ChunkSize

func (c TsDecrbyTimestamp) ChunkSize(size int64) TsDecrbyChunkSize

func (TsDecrbyTimestamp) Labels

func (c TsDecrbyTimestamp) Labels() TsDecrbyLabels

func (TsDecrbyTimestamp) Retention

func (c TsDecrbyTimestamp) Retention(retentionperiod int64) TsDecrbyRetention

func (TsDecrbyTimestamp) Uncompressed

func (c TsDecrbyTimestamp) Uncompressed() TsDecrbyUncompressed

type TsDecrbyUncompressed

type TsDecrbyUncompressed Completed

func (TsDecrbyUncompressed) Build

func (c TsDecrbyUncompressed) Build() Completed

func (TsDecrbyUncompressed) ChunkSize

func (c TsDecrbyUncompressed) ChunkSize(size int64) TsDecrbyChunkSize

func (TsDecrbyUncompressed) Labels

type TsDecrbyValue

type TsDecrbyValue Completed

func (TsDecrbyValue) Build

func (c TsDecrbyValue) Build() Completed

func (TsDecrbyValue) ChunkSize

func (c TsDecrbyValue) ChunkSize(size int64) TsDecrbyChunkSize

func (TsDecrbyValue) Labels

func (c TsDecrbyValue) Labels() TsDecrbyLabels

func (TsDecrbyValue) Retention

func (c TsDecrbyValue) Retention(retentionperiod int64) TsDecrbyRetention

func (TsDecrbyValue) Timestamp

func (c TsDecrbyValue) Timestamp(timestamp int64) TsDecrbyTimestamp

func (TsDecrbyValue) Uncompressed

func (c TsDecrbyValue) Uncompressed() TsDecrbyUncompressed

type TsDel

type TsDel Completed

func (TsDel) Key

func (c TsDel) Key(key string) TsDelKey

type TsDelFromTimestamp

type TsDelFromTimestamp Completed

func (TsDelFromTimestamp) ToTimestamp

func (c TsDelFromTimestamp) ToTimestamp(toTimestamp int64) TsDelToTimestamp

type TsDelKey

type TsDelKey Completed

func (TsDelKey) FromTimestamp

func (c TsDelKey) FromTimestamp(fromTimestamp int64) TsDelFromTimestamp

type TsDelToTimestamp

type TsDelToTimestamp Completed

func (TsDelToTimestamp) Build

func (c TsDelToTimestamp) Build() Completed

type TsDeleterule

type TsDeleterule Completed

func (TsDeleterule) Sourcekey

func (c TsDeleterule) Sourcekey(sourcekey string) TsDeleteruleSourcekey

type TsDeleteruleDestkey

type TsDeleteruleDestkey Completed

func (TsDeleteruleDestkey) Build

func (c TsDeleteruleDestkey) Build() Completed

type TsDeleteruleSourcekey

type TsDeleteruleSourcekey Completed

func (TsDeleteruleSourcekey) Destkey

type TsGet

type TsGet Completed

func (TsGet) Key

func (c TsGet) Key(key string) TsGetKey

type TsGetKey

type TsGetKey Completed

func (TsGetKey) Build

func (c TsGetKey) Build() Completed

func (TsGetKey) Latest

func (c TsGetKey) Latest() TsGetLatest

type TsGetLatest

type TsGetLatest Completed

func (TsGetLatest) Build

func (c TsGetLatest) Build() Completed

type TsIncrby

type TsIncrby Completed

func (TsIncrby) Key

func (c TsIncrby) Key(key string) TsIncrbyKey

type TsIncrbyChunkSize

type TsIncrbyChunkSize Completed

func (TsIncrbyChunkSize) Build

func (c TsIncrbyChunkSize) Build() Completed

func (TsIncrbyChunkSize) Labels

func (c TsIncrbyChunkSize) Labels() TsIncrbyLabels

type TsIncrbyKey

type TsIncrbyKey Completed

func (TsIncrbyKey) Value

func (c TsIncrbyKey) Value(value float64) TsIncrbyValue

type TsIncrbyLabels

type TsIncrbyLabels Completed

func (TsIncrbyLabels) Build

func (c TsIncrbyLabels) Build() Completed

func (TsIncrbyLabels) Labels

func (c TsIncrbyLabels) Labels(label string, value string) TsIncrbyLabels

type TsIncrbyRetention

type TsIncrbyRetention Completed

func (TsIncrbyRetention) Build

func (c TsIncrbyRetention) Build() Completed

func (TsIncrbyRetention) ChunkSize

func (c TsIncrbyRetention) ChunkSize(size int64) TsIncrbyChunkSize

func (TsIncrbyRetention) Labels

func (c TsIncrbyRetention) Labels() TsIncrbyLabels

func (TsIncrbyRetention) Uncompressed

func (c TsIncrbyRetention) Uncompressed() TsIncrbyUncompressed

type TsIncrbyTimestamp

type TsIncrbyTimestamp Completed

func (TsIncrbyTimestamp) Build

func (c TsIncrbyTimestamp) Build() Completed

func (TsIncrbyTimestamp) ChunkSize

func (c TsIncrbyTimestamp) ChunkSize(size int64) TsIncrbyChunkSize

func (TsIncrbyTimestamp) Labels

func (c TsIncrbyTimestamp) Labels() TsIncrbyLabels

func (TsIncrbyTimestamp) Retention

func (c TsIncrbyTimestamp) Retention(retentionperiod int64) TsIncrbyRetention

func (TsIncrbyTimestamp) Uncompressed

func (c TsIncrbyTimestamp) Uncompressed() TsIncrbyUncompressed

type TsIncrbyUncompressed

type TsIncrbyUncompressed Completed

func (TsIncrbyUncompressed) Build

func (c TsIncrbyUncompressed) Build() Completed

func (TsIncrbyUncompressed) ChunkSize

func (c TsIncrbyUncompressed) ChunkSize(size int64) TsIncrbyChunkSize

func (TsIncrbyUncompressed) Labels

type TsIncrbyValue

type TsIncrbyValue Completed

func (TsIncrbyValue) Build

func (c TsIncrbyValue) Build() Completed

func (TsIncrbyValue) ChunkSize

func (c TsIncrbyValue) ChunkSize(size int64) TsIncrbyChunkSize

func (TsIncrbyValue) Labels

func (c TsIncrbyValue) Labels() TsIncrbyLabels

func (TsIncrbyValue) Retention

func (c TsIncrbyValue) Retention(retentionperiod int64) TsIncrbyRetention

func (TsIncrbyValue) Timestamp

func (c TsIncrbyValue) Timestamp(timestamp int64) TsIncrbyTimestamp

func (TsIncrbyValue) Uncompressed

func (c TsIncrbyValue) Uncompressed() TsIncrbyUncompressed

type TsInfo

type TsInfo Completed

func (TsInfo) Key

func (c TsInfo) Key(key string) TsInfoKey

type TsInfoDebug

type TsInfoDebug Completed

func (TsInfoDebug) Build

func (c TsInfoDebug) Build() Completed

type TsInfoKey

type TsInfoKey Completed

func (TsInfoKey) Build

func (c TsInfoKey) Build() Completed

func (TsInfoKey) Debug

func (c TsInfoKey) Debug(debug string) TsInfoDebug

type TsMadd

type TsMadd Completed

func (TsMadd) KeyTimestampValue

func (c TsMadd) KeyTimestampValue() TsMaddKeyTimestampValue

type TsMaddKeyTimestampValue

type TsMaddKeyTimestampValue Completed

func (TsMaddKeyTimestampValue) Build

func (TsMaddKeyTimestampValue) KeyTimestampValue

func (c TsMaddKeyTimestampValue) KeyTimestampValue(key string, timestamp int64, value float64) TsMaddKeyTimestampValue

type TsMget

type TsMget Completed

func (TsMget) Filter

func (c TsMget) Filter(filter ...string) TsMgetFilter

func (TsMget) Latest

func (c TsMget) Latest() TsMgetLatest

func (TsMget) SelectedLabels

func (c TsMget) SelectedLabels(labels []string) TsMgetSelectedLabels

func (TsMget) Withlabels

func (c TsMget) Withlabels() TsMgetWithlabels

type TsMgetFilter

type TsMgetFilter Completed

func (TsMgetFilter) Build

func (c TsMgetFilter) Build() Completed

func (TsMgetFilter) Filter

func (c TsMgetFilter) Filter(filter ...string) TsMgetFilter

type TsMgetLatest

type TsMgetLatest Completed

func (TsMgetLatest) Filter

func (c TsMgetLatest) Filter(filter ...string) TsMgetFilter

func (TsMgetLatest) SelectedLabels

func (c TsMgetLatest) SelectedLabels(labels []string) TsMgetSelectedLabels

func (TsMgetLatest) Withlabels

func (c TsMgetLatest) Withlabels() TsMgetWithlabels

type TsMgetSelectedLabels

type TsMgetSelectedLabels Completed

func (TsMgetSelectedLabels) Filter

func (c TsMgetSelectedLabels) Filter(filter ...string) TsMgetFilter

type TsMgetWithlabels

type TsMgetWithlabels Completed

func (TsMgetWithlabels) Filter

func (c TsMgetWithlabels) Filter(filter ...string) TsMgetFilter

type TsMrange

type TsMrange Completed

func (TsMrange) Fromtimestamp

func (c TsMrange) Fromtimestamp(fromtimestamp int64) TsMrangeFromtimestamp

type TsMrangeAggregationAggregationAvg

type TsMrangeAggregationAggregationAvg Completed

func (TsMrangeAggregationAggregationAvg) Bucketduration

type TsMrangeAggregationAggregationCount

type TsMrangeAggregationAggregationCount Completed

func (TsMrangeAggregationAggregationCount) Bucketduration

type TsMrangeAggregationAggregationFirst

type TsMrangeAggregationAggregationFirst Completed

func (TsMrangeAggregationAggregationFirst) Bucketduration

type TsMrangeAggregationAggregationLast

type TsMrangeAggregationAggregationLast Completed

func (TsMrangeAggregationAggregationLast) Bucketduration

type TsMrangeAggregationAggregationMax

type TsMrangeAggregationAggregationMax Completed

func (TsMrangeAggregationAggregationMax) Bucketduration

type TsMrangeAggregationAggregationMin

type TsMrangeAggregationAggregationMin Completed

func (TsMrangeAggregationAggregationMin) Bucketduration

type TsMrangeAggregationAggregationRange

type TsMrangeAggregationAggregationRange Completed

func (TsMrangeAggregationAggregationRange) Bucketduration

type TsMrangeAggregationAggregationStdP

type TsMrangeAggregationAggregationStdP Completed

func (TsMrangeAggregationAggregationStdP) Bucketduration

type TsMrangeAggregationAggregationStdS

type TsMrangeAggregationAggregationStdS Completed

func (TsMrangeAggregationAggregationStdS) Bucketduration

type TsMrangeAggregationAggregationSum

type TsMrangeAggregationAggregationSum Completed

func (TsMrangeAggregationAggregationSum) Bucketduration

type TsMrangeAggregationAggregationTwa

type TsMrangeAggregationAggregationTwa Completed

func (TsMrangeAggregationAggregationTwa) Bucketduration

type TsMrangeAggregationAggregationVarP

type TsMrangeAggregationAggregationVarP Completed

func (TsMrangeAggregationAggregationVarP) Bucketduration

type TsMrangeAggregationAggregationVarS

type TsMrangeAggregationAggregationVarS Completed

func (TsMrangeAggregationAggregationVarS) Bucketduration

type TsMrangeAggregationBucketduration

type TsMrangeAggregationBucketduration Completed

func (TsMrangeAggregationBucketduration) Buckettimestamp

func (TsMrangeAggregationBucketduration) Empty

func (TsMrangeAggregationBucketduration) Filter

type TsMrangeAggregationBuckettimestamp

type TsMrangeAggregationBuckettimestamp Completed

func (TsMrangeAggregationBuckettimestamp) Empty

func (TsMrangeAggregationBuckettimestamp) Filter

type TsMrangeAggregationEmpty

type TsMrangeAggregationEmpty Completed

func (TsMrangeAggregationEmpty) Filter

func (c TsMrangeAggregationEmpty) Filter(filter ...string) TsMrangeFilter

type TsMrangeAlign

type TsMrangeAlign Completed

func (TsMrangeAlign) AggregationAvg

func (TsMrangeAlign) AggregationCount

func (TsMrangeAlign) AggregationFirst

func (TsMrangeAlign) AggregationLast

func (TsMrangeAlign) AggregationMax

func (TsMrangeAlign) AggregationMin

func (TsMrangeAlign) AggregationRange

func (TsMrangeAlign) AggregationStdP

func (TsMrangeAlign) AggregationStdS

func (TsMrangeAlign) AggregationSum

func (TsMrangeAlign) AggregationTwa

func (TsMrangeAlign) AggregationVarP

func (TsMrangeAlign) AggregationVarS

func (TsMrangeAlign) Filter

func (c TsMrangeAlign) Filter(filter ...string) TsMrangeFilter

type TsMrangeCount

type TsMrangeCount Completed

func (TsMrangeCount) AggregationAvg

func (TsMrangeCount) AggregationCount

func (TsMrangeCount) AggregationFirst

func (TsMrangeCount) AggregationLast

func (TsMrangeCount) AggregationMax

func (TsMrangeCount) AggregationMin

func (TsMrangeCount) AggregationRange

func (TsMrangeCount) AggregationStdP

func (TsMrangeCount) AggregationStdS

func (TsMrangeCount) AggregationSum

func (TsMrangeCount) AggregationTwa

func (TsMrangeCount) AggregationVarP

func (TsMrangeCount) AggregationVarS

func (TsMrangeCount) Align

func (c TsMrangeCount) Align(value string) TsMrangeAlign

func (TsMrangeCount) Filter

func (c TsMrangeCount) Filter(filter ...string) TsMrangeFilter

type TsMrangeFilter

type TsMrangeFilter Completed

func (TsMrangeFilter) Build

func (c TsMrangeFilter) Build() Completed

func (TsMrangeFilter) Filter

func (c TsMrangeFilter) Filter(filter ...string) TsMrangeFilter

func (TsMrangeFilter) Groupby

func (c TsMrangeFilter) Groupby(label string, reduce string, reducer string) TsMrangeGroupby

type TsMrangeFilterByTs

type TsMrangeFilterByTs Completed

func (TsMrangeFilterByTs) AggregationAvg

func (TsMrangeFilterByTs) AggregationCount

func (TsMrangeFilterByTs) AggregationFirst

func (TsMrangeFilterByTs) AggregationLast

func (TsMrangeFilterByTs) AggregationMax

func (TsMrangeFilterByTs) AggregationMin

func (TsMrangeFilterByTs) AggregationRange

func (TsMrangeFilterByTs) AggregationStdP

func (TsMrangeFilterByTs) AggregationStdS

func (TsMrangeFilterByTs) AggregationSum

func (TsMrangeFilterByTs) AggregationTwa

func (TsMrangeFilterByTs) AggregationVarP

func (TsMrangeFilterByTs) AggregationVarS

func (TsMrangeFilterByTs) Align

func (c TsMrangeFilterByTs) Align(value string) TsMrangeAlign

func (TsMrangeFilterByTs) Count

func (c TsMrangeFilterByTs) Count(count int64) TsMrangeCount

func (TsMrangeFilterByTs) Filter

func (c TsMrangeFilterByTs) Filter(filter ...string) TsMrangeFilter

func (TsMrangeFilterByTs) FilterByTs

func (c TsMrangeFilterByTs) FilterByTs(timestamp ...int64) TsMrangeFilterByTs

func (TsMrangeFilterByTs) FilterByValue

func (c TsMrangeFilterByTs) FilterByValue(min float64, max float64) TsMrangeFilterByValue

func (TsMrangeFilterByTs) SelectedLabels

func (c TsMrangeFilterByTs) SelectedLabels(labels []string) TsMrangeSelectedLabels

func (TsMrangeFilterByTs) Withlabels

func (c TsMrangeFilterByTs) Withlabels() TsMrangeWithlabels

type TsMrangeFilterByValue

type TsMrangeFilterByValue Completed

func (TsMrangeFilterByValue) AggregationAvg

func (TsMrangeFilterByValue) AggregationCount

func (TsMrangeFilterByValue) AggregationFirst

func (TsMrangeFilterByValue) AggregationLast

func (TsMrangeFilterByValue) AggregationMax

func (TsMrangeFilterByValue) AggregationMin

func (TsMrangeFilterByValue) AggregationRange

func (TsMrangeFilterByValue) AggregationStdP

func (TsMrangeFilterByValue) AggregationStdS

func (TsMrangeFilterByValue) AggregationSum

func (TsMrangeFilterByValue) AggregationTwa

func (TsMrangeFilterByValue) AggregationVarP

func (TsMrangeFilterByValue) AggregationVarS

func (TsMrangeFilterByValue) Align

func (TsMrangeFilterByValue) Count

func (c TsMrangeFilterByValue) Count(count int64) TsMrangeCount

func (TsMrangeFilterByValue) Filter

func (c TsMrangeFilterByValue) Filter(filter ...string) TsMrangeFilter

func (TsMrangeFilterByValue) SelectedLabels

func (c TsMrangeFilterByValue) SelectedLabels(labels []string) TsMrangeSelectedLabels

func (TsMrangeFilterByValue) Withlabels

type TsMrangeFromtimestamp

type TsMrangeFromtimestamp Completed

func (TsMrangeFromtimestamp) Totimestamp

func (c TsMrangeFromtimestamp) Totimestamp(totimestamp int64) TsMrangeTotimestamp

type TsMrangeGroupby

type TsMrangeGroupby Completed

func (TsMrangeGroupby) Build

func (c TsMrangeGroupby) Build() Completed

type TsMrangeLatest

type TsMrangeLatest Completed

func (TsMrangeLatest) AggregationAvg

func (TsMrangeLatest) AggregationCount

func (TsMrangeLatest) AggregationFirst

func (TsMrangeLatest) AggregationLast

func (TsMrangeLatest) AggregationMax

func (TsMrangeLatest) AggregationMin

func (TsMrangeLatest) AggregationRange

func (TsMrangeLatest) AggregationStdP

func (TsMrangeLatest) AggregationStdS

func (TsMrangeLatest) AggregationSum

func (TsMrangeLatest) AggregationTwa

func (TsMrangeLatest) AggregationVarP

func (TsMrangeLatest) AggregationVarS

func (TsMrangeLatest) Align

func (c TsMrangeLatest) Align(value string) TsMrangeAlign

func (TsMrangeLatest) Count

func (c TsMrangeLatest) Count(count int64) TsMrangeCount

func (TsMrangeLatest) Filter

func (c TsMrangeLatest) Filter(filter ...string) TsMrangeFilter

func (TsMrangeLatest) FilterByTs

func (c TsMrangeLatest) FilterByTs(timestamp ...int64) TsMrangeFilterByTs

func (TsMrangeLatest) FilterByValue

func (c TsMrangeLatest) FilterByValue(min float64, max float64) TsMrangeFilterByValue

func (TsMrangeLatest) SelectedLabels

func (c TsMrangeLatest) SelectedLabels(labels []string) TsMrangeSelectedLabels

func (TsMrangeLatest) Withlabels

func (c TsMrangeLatest) Withlabels() TsMrangeWithlabels

type TsMrangeSelectedLabels

type TsMrangeSelectedLabels Completed

func (TsMrangeSelectedLabels) AggregationAvg

func (TsMrangeSelectedLabels) AggregationCount

func (TsMrangeSelectedLabels) AggregationFirst

func (TsMrangeSelectedLabels) AggregationLast

func (TsMrangeSelectedLabels) AggregationMax

func (TsMrangeSelectedLabels) AggregationMin

func (TsMrangeSelectedLabels) AggregationRange

func (TsMrangeSelectedLabels) AggregationStdP

func (TsMrangeSelectedLabels) AggregationStdS

func (TsMrangeSelectedLabels) AggregationSum

func (TsMrangeSelectedLabels) AggregationTwa

func (TsMrangeSelectedLabels) AggregationVarP

func (TsMrangeSelectedLabels) AggregationVarS

func (TsMrangeSelectedLabels) Align

func (TsMrangeSelectedLabels) Count

func (TsMrangeSelectedLabels) Filter

func (c TsMrangeSelectedLabels) Filter(filter ...string) TsMrangeFilter

type TsMrangeTotimestamp

type TsMrangeTotimestamp Completed

func (TsMrangeTotimestamp) AggregationAvg

func (TsMrangeTotimestamp) AggregationCount

func (TsMrangeTotimestamp) AggregationFirst

func (TsMrangeTotimestamp) AggregationLast

func (TsMrangeTotimestamp) AggregationMax

func (TsMrangeTotimestamp) AggregationMin

func (TsMrangeTotimestamp) AggregationRange

func (TsMrangeTotimestamp) AggregationStdP

func (TsMrangeTotimestamp) AggregationStdS

func (TsMrangeTotimestamp) AggregationSum

func (TsMrangeTotimestamp) AggregationTwa

func (TsMrangeTotimestamp) AggregationVarP

func (TsMrangeTotimestamp) AggregationVarS

func (TsMrangeTotimestamp) Align

func (c TsMrangeTotimestamp) Align(value string) TsMrangeAlign

func (TsMrangeTotimestamp) Count

func (c TsMrangeTotimestamp) Count(count int64) TsMrangeCount

func (TsMrangeTotimestamp) Filter

func (c TsMrangeTotimestamp) Filter(filter ...string) TsMrangeFilter

func (TsMrangeTotimestamp) FilterByTs

func (c TsMrangeTotimestamp) FilterByTs(timestamp ...int64) TsMrangeFilterByTs

func (TsMrangeTotimestamp) FilterByValue

func (c TsMrangeTotimestamp) FilterByValue(min float64, max float64) TsMrangeFilterByValue

func (TsMrangeTotimestamp) Latest

func (TsMrangeTotimestamp) SelectedLabels

func (c TsMrangeTotimestamp) SelectedLabels(labels []string) TsMrangeSelectedLabels

func (TsMrangeTotimestamp) Withlabels

func (c TsMrangeTotimestamp) Withlabels() TsMrangeWithlabels

type TsMrangeWithlabels

type TsMrangeWithlabels Completed

func (TsMrangeWithlabels) AggregationAvg

func (TsMrangeWithlabels) AggregationCount

func (TsMrangeWithlabels) AggregationFirst

func (TsMrangeWithlabels) AggregationLast

func (TsMrangeWithlabels) AggregationMax

func (TsMrangeWithlabels) AggregationMin

func (TsMrangeWithlabels) AggregationRange

func (TsMrangeWithlabels) AggregationStdP

func (TsMrangeWithlabels) AggregationStdS

func (TsMrangeWithlabels) AggregationSum

func (TsMrangeWithlabels) AggregationTwa

func (TsMrangeWithlabels) AggregationVarP

func (TsMrangeWithlabels) AggregationVarS

func (TsMrangeWithlabels) Align

func (c TsMrangeWithlabels) Align(value string) TsMrangeAlign

func (TsMrangeWithlabels) Count

func (c TsMrangeWithlabels) Count(count int64) TsMrangeCount

func (TsMrangeWithlabels) Filter

func (c TsMrangeWithlabels) Filter(filter ...string) TsMrangeFilter

type TsMrevrange

type TsMrevrange Completed

func (TsMrevrange) Fromtimestamp

func (c TsMrevrange) Fromtimestamp(fromtimestamp int64) TsMrevrangeFromtimestamp

type TsMrevrangeAggregationAggregationAvg

type TsMrevrangeAggregationAggregationAvg Completed

func (TsMrevrangeAggregationAggregationAvg) Bucketduration

type TsMrevrangeAggregationAggregationCount

type TsMrevrangeAggregationAggregationCount Completed

func (TsMrevrangeAggregationAggregationCount) Bucketduration

type TsMrevrangeAggregationAggregationFirst

type TsMrevrangeAggregationAggregationFirst Completed

func (TsMrevrangeAggregationAggregationFirst) Bucketduration

type TsMrevrangeAggregationAggregationLast

type TsMrevrangeAggregationAggregationLast Completed

func (TsMrevrangeAggregationAggregationLast) Bucketduration

type TsMrevrangeAggregationAggregationMax

type TsMrevrangeAggregationAggregationMax Completed

func (TsMrevrangeAggregationAggregationMax) Bucketduration

type TsMrevrangeAggregationAggregationMin

type TsMrevrangeAggregationAggregationMin Completed

func (TsMrevrangeAggregationAggregationMin) Bucketduration

type TsMrevrangeAggregationAggregationRange

type TsMrevrangeAggregationAggregationRange Completed

func (TsMrevrangeAggregationAggregationRange) Bucketduration

type TsMrevrangeAggregationAggregationStdP

type TsMrevrangeAggregationAggregationStdP Completed

func (TsMrevrangeAggregationAggregationStdP) Bucketduration

type TsMrevrangeAggregationAggregationStdS

type TsMrevrangeAggregationAggregationStdS Completed

func (TsMrevrangeAggregationAggregationStdS) Bucketduration

type TsMrevrangeAggregationAggregationSum

type TsMrevrangeAggregationAggregationSum Completed

func (TsMrevrangeAggregationAggregationSum) Bucketduration

type TsMrevrangeAggregationAggregationTwa

type TsMrevrangeAggregationAggregationTwa Completed

func (TsMrevrangeAggregationAggregationTwa) Bucketduration

type TsMrevrangeAggregationAggregationVarP

type TsMrevrangeAggregationAggregationVarP Completed

func (TsMrevrangeAggregationAggregationVarP) Bucketduration

type TsMrevrangeAggregationAggregationVarS

type TsMrevrangeAggregationAggregationVarS Completed

func (TsMrevrangeAggregationAggregationVarS) Bucketduration

type TsMrevrangeAggregationBucketduration

type TsMrevrangeAggregationBucketduration Completed

func (TsMrevrangeAggregationBucketduration) Buckettimestamp

func (TsMrevrangeAggregationBucketduration) Empty

func (TsMrevrangeAggregationBucketduration) Filter

type TsMrevrangeAggregationBuckettimestamp

type TsMrevrangeAggregationBuckettimestamp Completed

func (TsMrevrangeAggregationBuckettimestamp) Empty

func (TsMrevrangeAggregationBuckettimestamp) Filter

type TsMrevrangeAggregationEmpty

type TsMrevrangeAggregationEmpty Completed

func (TsMrevrangeAggregationEmpty) Filter

type TsMrevrangeAlign

type TsMrevrangeAlign Completed

func (TsMrevrangeAlign) AggregationAvg

func (TsMrevrangeAlign) AggregationCount

func (TsMrevrangeAlign) AggregationFirst

func (TsMrevrangeAlign) AggregationLast

func (TsMrevrangeAlign) AggregationMax

func (TsMrevrangeAlign) AggregationMin

func (TsMrevrangeAlign) AggregationRange

func (TsMrevrangeAlign) AggregationStdP

func (TsMrevrangeAlign) AggregationStdS

func (TsMrevrangeAlign) AggregationSum

func (TsMrevrangeAlign) AggregationTwa

func (TsMrevrangeAlign) AggregationVarP

func (TsMrevrangeAlign) AggregationVarS

func (TsMrevrangeAlign) Filter

func (c TsMrevrangeAlign) Filter(filter ...string) TsMrevrangeFilter

type TsMrevrangeCount

type TsMrevrangeCount Completed

func (TsMrevrangeCount) AggregationAvg

func (TsMrevrangeCount) AggregationCount

func (TsMrevrangeCount) AggregationFirst

func (TsMrevrangeCount) AggregationLast

func (TsMrevrangeCount) AggregationMax

func (TsMrevrangeCount) AggregationMin

func (TsMrevrangeCount) AggregationRange

func (TsMrevrangeCount) AggregationStdP

func (TsMrevrangeCount) AggregationStdS

func (TsMrevrangeCount) AggregationSum

func (TsMrevrangeCount) AggregationTwa

func (TsMrevrangeCount) AggregationVarP

func (TsMrevrangeCount) AggregationVarS

func (TsMrevrangeCount) Align

func (c TsMrevrangeCount) Align(value string) TsMrevrangeAlign

func (TsMrevrangeCount) Filter

func (c TsMrevrangeCount) Filter(filter ...string) TsMrevrangeFilter

type TsMrevrangeFilter

type TsMrevrangeFilter Completed

func (TsMrevrangeFilter) Build

func (c TsMrevrangeFilter) Build() Completed

func (TsMrevrangeFilter) Filter

func (c TsMrevrangeFilter) Filter(filter ...string) TsMrevrangeFilter

func (TsMrevrangeFilter) Groupby

func (c TsMrevrangeFilter) Groupby(label string, reduce string, reducer string) TsMrevrangeGroupby

type TsMrevrangeFilterByTs

type TsMrevrangeFilterByTs Completed

func (TsMrevrangeFilterByTs) AggregationAvg

func (TsMrevrangeFilterByTs) AggregationCount

func (TsMrevrangeFilterByTs) AggregationFirst

func (TsMrevrangeFilterByTs) AggregationLast

func (TsMrevrangeFilterByTs) AggregationMax

func (TsMrevrangeFilterByTs) AggregationMin

func (TsMrevrangeFilterByTs) AggregationRange

func (TsMrevrangeFilterByTs) AggregationStdP

func (TsMrevrangeFilterByTs) AggregationStdS

func (TsMrevrangeFilterByTs) AggregationSum

func (TsMrevrangeFilterByTs) AggregationTwa

func (TsMrevrangeFilterByTs) AggregationVarP

func (TsMrevrangeFilterByTs) AggregationVarS

func (TsMrevrangeFilterByTs) Align

func (TsMrevrangeFilterByTs) Count

func (TsMrevrangeFilterByTs) Filter

func (c TsMrevrangeFilterByTs) Filter(filter ...string) TsMrevrangeFilter

func (TsMrevrangeFilterByTs) FilterByTs

func (c TsMrevrangeFilterByTs) FilterByTs(timestamp ...int64) TsMrevrangeFilterByTs

func (TsMrevrangeFilterByTs) FilterByValue

func (TsMrevrangeFilterByTs) SelectedLabels

func (c TsMrevrangeFilterByTs) SelectedLabels(labels []string) TsMrevrangeSelectedLabels

func (TsMrevrangeFilterByTs) Withlabels

type TsMrevrangeFilterByValue

type TsMrevrangeFilterByValue Completed

func (TsMrevrangeFilterByValue) AggregationAvg

func (TsMrevrangeFilterByValue) AggregationCount

func (TsMrevrangeFilterByValue) AggregationFirst

func (TsMrevrangeFilterByValue) AggregationLast

func (TsMrevrangeFilterByValue) AggregationMax

func (TsMrevrangeFilterByValue) AggregationMin

func (TsMrevrangeFilterByValue) AggregationRange

func (TsMrevrangeFilterByValue) AggregationStdP

func (TsMrevrangeFilterByValue) AggregationStdS

func (TsMrevrangeFilterByValue) AggregationSum

func (TsMrevrangeFilterByValue) AggregationTwa

func (TsMrevrangeFilterByValue) AggregationVarP

func (TsMrevrangeFilterByValue) AggregationVarS

func (TsMrevrangeFilterByValue) Align

func (TsMrevrangeFilterByValue) Count

func (TsMrevrangeFilterByValue) Filter

func (TsMrevrangeFilterByValue) SelectedLabels

func (c TsMrevrangeFilterByValue) SelectedLabels(labels []string) TsMrevrangeSelectedLabels

func (TsMrevrangeFilterByValue) Withlabels

type TsMrevrangeFromtimestamp

type TsMrevrangeFromtimestamp Completed

func (TsMrevrangeFromtimestamp) Totimestamp

func (c TsMrevrangeFromtimestamp) Totimestamp(totimestamp int64) TsMrevrangeTotimestamp

type TsMrevrangeGroupby

type TsMrevrangeGroupby Completed

func (TsMrevrangeGroupby) Build

func (c TsMrevrangeGroupby) Build() Completed

type TsMrevrangeLatest

type TsMrevrangeLatest Completed

func (TsMrevrangeLatest) AggregationAvg

func (TsMrevrangeLatest) AggregationCount

func (TsMrevrangeLatest) AggregationFirst

func (TsMrevrangeLatest) AggregationLast

func (TsMrevrangeLatest) AggregationMax

func (TsMrevrangeLatest) AggregationMin

func (TsMrevrangeLatest) AggregationRange

func (TsMrevrangeLatest) AggregationStdP

func (TsMrevrangeLatest) AggregationStdS

func (TsMrevrangeLatest) AggregationSum

func (TsMrevrangeLatest) AggregationTwa

func (TsMrevrangeLatest) AggregationVarP

func (TsMrevrangeLatest) AggregationVarS

func (TsMrevrangeLatest) Align

func (c TsMrevrangeLatest) Align(value string) TsMrevrangeAlign

func (TsMrevrangeLatest) Count

func (c TsMrevrangeLatest) Count(count int64) TsMrevrangeCount

func (TsMrevrangeLatest) Filter

func (c TsMrevrangeLatest) Filter(filter ...string) TsMrevrangeFilter

func (TsMrevrangeLatest) FilterByTs

func (c TsMrevrangeLatest) FilterByTs(timestamp ...int64) TsMrevrangeFilterByTs

func (TsMrevrangeLatest) FilterByValue

func (c TsMrevrangeLatest) FilterByValue(min float64, max float64) TsMrevrangeFilterByValue

func (TsMrevrangeLatest) SelectedLabels

func (c TsMrevrangeLatest) SelectedLabels(labels []string) TsMrevrangeSelectedLabels

func (TsMrevrangeLatest) Withlabels

type TsMrevrangeSelectedLabels

type TsMrevrangeSelectedLabels Completed

func (TsMrevrangeSelectedLabels) AggregationAvg

func (TsMrevrangeSelectedLabels) AggregationCount

func (TsMrevrangeSelectedLabels) AggregationFirst

func (TsMrevrangeSelectedLabels) AggregationLast

func (TsMrevrangeSelectedLabels) AggregationMax

func (TsMrevrangeSelectedLabels) AggregationMin

func (TsMrevrangeSelectedLabels) AggregationRange

func (TsMrevrangeSelectedLabels) AggregationStdP

func (TsMrevrangeSelectedLabels) AggregationStdS

func (TsMrevrangeSelectedLabels) AggregationSum

func (TsMrevrangeSelectedLabels) AggregationTwa

func (TsMrevrangeSelectedLabels) AggregationVarP

func (TsMrevrangeSelectedLabels) AggregationVarS

func (TsMrevrangeSelectedLabels) Align

func (TsMrevrangeSelectedLabels) Count

func (TsMrevrangeSelectedLabels) Filter

type TsMrevrangeTotimestamp

type TsMrevrangeTotimestamp Completed

func (TsMrevrangeTotimestamp) AggregationAvg

func (TsMrevrangeTotimestamp) AggregationCount

func (TsMrevrangeTotimestamp) AggregationFirst

func (TsMrevrangeTotimestamp) AggregationLast

func (TsMrevrangeTotimestamp) AggregationMax

func (TsMrevrangeTotimestamp) AggregationMin

func (TsMrevrangeTotimestamp) AggregationRange

func (TsMrevrangeTotimestamp) AggregationStdP

func (TsMrevrangeTotimestamp) AggregationStdS

func (TsMrevrangeTotimestamp) AggregationSum

func (TsMrevrangeTotimestamp) AggregationTwa

func (TsMrevrangeTotimestamp) AggregationVarP

func (TsMrevrangeTotimestamp) AggregationVarS

func (TsMrevrangeTotimestamp) Align

func (TsMrevrangeTotimestamp) Count

func (TsMrevrangeTotimestamp) Filter

func (c TsMrevrangeTotimestamp) Filter(filter ...string) TsMrevrangeFilter

func (TsMrevrangeTotimestamp) FilterByTs

func (c TsMrevrangeTotimestamp) FilterByTs(timestamp ...int64) TsMrevrangeFilterByTs

func (TsMrevrangeTotimestamp) FilterByValue

func (TsMrevrangeTotimestamp) Latest

func (TsMrevrangeTotimestamp) SelectedLabels

func (c TsMrevrangeTotimestamp) SelectedLabels(labels []string) TsMrevrangeSelectedLabels

func (TsMrevrangeTotimestamp) Withlabels

type TsMrevrangeWithlabels

type TsMrevrangeWithlabels Completed

func (TsMrevrangeWithlabels) AggregationAvg

func (TsMrevrangeWithlabels) AggregationCount

func (TsMrevrangeWithlabels) AggregationFirst

func (TsMrevrangeWithlabels) AggregationLast

func (TsMrevrangeWithlabels) AggregationMax

func (TsMrevrangeWithlabels) AggregationMin

func (TsMrevrangeWithlabels) AggregationRange

func (TsMrevrangeWithlabels) AggregationStdP

func (TsMrevrangeWithlabels) AggregationStdS

func (TsMrevrangeWithlabels) AggregationSum

func (TsMrevrangeWithlabels) AggregationTwa

func (TsMrevrangeWithlabels) AggregationVarP

func (TsMrevrangeWithlabels) AggregationVarS

func (TsMrevrangeWithlabels) Align

func (TsMrevrangeWithlabels) Count

func (TsMrevrangeWithlabels) Filter

func (c TsMrevrangeWithlabels) Filter(filter ...string) TsMrevrangeFilter

type TsQueryindex

type TsQueryindex Completed

func (TsQueryindex) Filter

func (c TsQueryindex) Filter(filter ...string) TsQueryindexFilter

type TsQueryindexFilter

type TsQueryindexFilter Completed

func (TsQueryindexFilter) Build

func (c TsQueryindexFilter) Build() Completed

func (TsQueryindexFilter) Filter

func (c TsQueryindexFilter) Filter(filter ...string) TsQueryindexFilter

type TsRange

type TsRange Completed

func (TsRange) Key

func (c TsRange) Key(key string) TsRangeKey

type TsRangeAggregationAggregationAvg

type TsRangeAggregationAggregationAvg Completed

func (TsRangeAggregationAggregationAvg) Bucketduration

type TsRangeAggregationAggregationCount

type TsRangeAggregationAggregationCount Completed

func (TsRangeAggregationAggregationCount) Bucketduration

type TsRangeAggregationAggregationFirst

type TsRangeAggregationAggregationFirst Completed

func (TsRangeAggregationAggregationFirst) Bucketduration

type TsRangeAggregationAggregationLast

type TsRangeAggregationAggregationLast Completed

func (TsRangeAggregationAggregationLast) Bucketduration

type TsRangeAggregationAggregationMax

type TsRangeAggregationAggregationMax Completed

func (TsRangeAggregationAggregationMax) Bucketduration

type TsRangeAggregationAggregationMin

type TsRangeAggregationAggregationMin Completed

func (TsRangeAggregationAggregationMin) Bucketduration

type TsRangeAggregationAggregationRange

type TsRangeAggregationAggregationRange Completed

func (TsRangeAggregationAggregationRange) Bucketduration

type TsRangeAggregationAggregationStdP

type TsRangeAggregationAggregationStdP Completed

func (TsRangeAggregationAggregationStdP) Bucketduration

type TsRangeAggregationAggregationStdS

type TsRangeAggregationAggregationStdS Completed

func (TsRangeAggregationAggregationStdS) Bucketduration

type TsRangeAggregationAggregationSum

type TsRangeAggregationAggregationSum Completed

func (TsRangeAggregationAggregationSum) Bucketduration

type TsRangeAggregationAggregationTwa

type TsRangeAggregationAggregationTwa Completed

func (TsRangeAggregationAggregationTwa) Bucketduration

type TsRangeAggregationAggregationVarP

type TsRangeAggregationAggregationVarP Completed

func (TsRangeAggregationAggregationVarP) Bucketduration

type TsRangeAggregationAggregationVarS

type TsRangeAggregationAggregationVarS Completed

func (TsRangeAggregationAggregationVarS) Bucketduration

type TsRangeAggregationBucketduration

type TsRangeAggregationBucketduration Completed

func (TsRangeAggregationBucketduration) Buckettimestamp

func (TsRangeAggregationBucketduration) Build

func (TsRangeAggregationBucketduration) Empty

type TsRangeAggregationBuckettimestamp

type TsRangeAggregationBuckettimestamp Completed

func (TsRangeAggregationBuckettimestamp) Build

func (TsRangeAggregationBuckettimestamp) Empty

type TsRangeAggregationEmpty

type TsRangeAggregationEmpty Completed

func (TsRangeAggregationEmpty) Build

type TsRangeAlign

type TsRangeAlign Completed

func (TsRangeAlign) AggregationAvg

func (TsRangeAlign) AggregationCount

func (c TsRangeAlign) AggregationCount() TsRangeAggregationAggregationCount

func (TsRangeAlign) AggregationFirst

func (c TsRangeAlign) AggregationFirst() TsRangeAggregationAggregationFirst

func (TsRangeAlign) AggregationLast

func (c TsRangeAlign) AggregationLast() TsRangeAggregationAggregationLast

func (TsRangeAlign) AggregationMax

func (TsRangeAlign) AggregationMin

func (TsRangeAlign) AggregationRange

func (c TsRangeAlign) AggregationRange() TsRangeAggregationAggregationRange

func (TsRangeAlign) AggregationStdP

func (c TsRangeAlign) AggregationStdP() TsRangeAggregationAggregationStdP

func (TsRangeAlign) AggregationStdS

func (c TsRangeAlign) AggregationStdS() TsRangeAggregationAggregationStdS

func (TsRangeAlign) AggregationSum

func (TsRangeAlign) AggregationTwa

func (TsRangeAlign) AggregationVarP

func (c TsRangeAlign) AggregationVarP() TsRangeAggregationAggregationVarP

func (TsRangeAlign) AggregationVarS

func (c TsRangeAlign) AggregationVarS() TsRangeAggregationAggregationVarS

func (TsRangeAlign) Build

func (c TsRangeAlign) Build() Completed

type TsRangeCount

type TsRangeCount Completed

func (TsRangeCount) AggregationAvg

func (TsRangeCount) AggregationCount

func (c TsRangeCount) AggregationCount() TsRangeAggregationAggregationCount

func (TsRangeCount) AggregationFirst

func (c TsRangeCount) AggregationFirst() TsRangeAggregationAggregationFirst

func (TsRangeCount) AggregationLast

func (c TsRangeCount) AggregationLast() TsRangeAggregationAggregationLast

func (TsRangeCount) AggregationMax

func (TsRangeCount) AggregationMin

func (TsRangeCount) AggregationRange

func (c TsRangeCount) AggregationRange() TsRangeAggregationAggregationRange

func (TsRangeCount) AggregationStdP

func (c TsRangeCount) AggregationStdP() TsRangeAggregationAggregationStdP

func (TsRangeCount) AggregationStdS

func (c TsRangeCount) AggregationStdS() TsRangeAggregationAggregationStdS

func (TsRangeCount) AggregationSum

func (TsRangeCount) AggregationTwa

func (TsRangeCount) AggregationVarP

func (c TsRangeCount) AggregationVarP() TsRangeAggregationAggregationVarP

func (TsRangeCount) AggregationVarS

func (c TsRangeCount) AggregationVarS() TsRangeAggregationAggregationVarS

func (TsRangeCount) Align

func (c TsRangeCount) Align(value string) TsRangeAlign

func (TsRangeCount) Build

func (c TsRangeCount) Build() Completed

type TsRangeFilterByTs

type TsRangeFilterByTs Completed

func (TsRangeFilterByTs) AggregationAvg

func (TsRangeFilterByTs) AggregationCount

func (TsRangeFilterByTs) AggregationFirst

func (TsRangeFilterByTs) AggregationLast

func (TsRangeFilterByTs) AggregationMax

func (TsRangeFilterByTs) AggregationMin

func (TsRangeFilterByTs) AggregationRange

func (TsRangeFilterByTs) AggregationStdP

func (TsRangeFilterByTs) AggregationStdS

func (TsRangeFilterByTs) AggregationSum

func (TsRangeFilterByTs) AggregationTwa

func (TsRangeFilterByTs) AggregationVarP

func (TsRangeFilterByTs) AggregationVarS

func (TsRangeFilterByTs) Align

func (c TsRangeFilterByTs) Align(value string) TsRangeAlign

func (TsRangeFilterByTs) Build

func (c TsRangeFilterByTs) Build() Completed

func (TsRangeFilterByTs) Count

func (c TsRangeFilterByTs) Count(count int64) TsRangeCount

func (TsRangeFilterByTs) FilterByTs

func (c TsRangeFilterByTs) FilterByTs(timestamp ...int64) TsRangeFilterByTs

func (TsRangeFilterByTs) FilterByValue

func (c TsRangeFilterByTs) FilterByValue(min float64, max float64) TsRangeFilterByValue

type TsRangeFilterByValue

type TsRangeFilterByValue Completed

func (TsRangeFilterByValue) AggregationAvg

func (TsRangeFilterByValue) AggregationCount

func (TsRangeFilterByValue) AggregationFirst

func (TsRangeFilterByValue) AggregationLast

func (TsRangeFilterByValue) AggregationMax

func (TsRangeFilterByValue) AggregationMin

func (TsRangeFilterByValue) AggregationRange

func (TsRangeFilterByValue) AggregationStdP

func (TsRangeFilterByValue) AggregationStdS

func (TsRangeFilterByValue) AggregationSum

func (TsRangeFilterByValue) AggregationTwa

func (TsRangeFilterByValue) AggregationVarP

func (TsRangeFilterByValue) AggregationVarS

func (TsRangeFilterByValue) Align

func (c TsRangeFilterByValue) Align(value string) TsRangeAlign

func (TsRangeFilterByValue) Build

func (c TsRangeFilterByValue) Build() Completed

func (TsRangeFilterByValue) Count

func (c TsRangeFilterByValue) Count(count int64) TsRangeCount

type TsRangeFromtimestamp

type TsRangeFromtimestamp Completed

func (TsRangeFromtimestamp) Totimestamp

func (c TsRangeFromtimestamp) Totimestamp(totimestamp int64) TsRangeTotimestamp

type TsRangeKey

type TsRangeKey Completed

func (TsRangeKey) Fromtimestamp

func (c TsRangeKey) Fromtimestamp(fromtimestamp int64) TsRangeFromtimestamp

type TsRangeLatest

type TsRangeLatest Completed

func (TsRangeLatest) AggregationAvg

func (TsRangeLatest) AggregationCount

func (TsRangeLatest) AggregationFirst

func (TsRangeLatest) AggregationLast

func (TsRangeLatest) AggregationMax

func (TsRangeLatest) AggregationMin

func (TsRangeLatest) AggregationRange

func (TsRangeLatest) AggregationStdP

func (TsRangeLatest) AggregationStdS

func (TsRangeLatest) AggregationSum

func (TsRangeLatest) AggregationTwa

func (TsRangeLatest) AggregationVarP

func (TsRangeLatest) AggregationVarS

func (TsRangeLatest) Align

func (c TsRangeLatest) Align(value string) TsRangeAlign

func (TsRangeLatest) Build

func (c TsRangeLatest) Build() Completed

func (TsRangeLatest) Count

func (c TsRangeLatest) Count(count int64) TsRangeCount

func (TsRangeLatest) FilterByTs

func (c TsRangeLatest) FilterByTs(timestamp ...int64) TsRangeFilterByTs

func (TsRangeLatest) FilterByValue

func (c TsRangeLatest) FilterByValue(min float64, max float64) TsRangeFilterByValue

type TsRangeTotimestamp

type TsRangeTotimestamp Completed

func (TsRangeTotimestamp) AggregationAvg

func (TsRangeTotimestamp) AggregationCount

func (TsRangeTotimestamp) AggregationFirst

func (TsRangeTotimestamp) AggregationLast

func (TsRangeTotimestamp) AggregationMax

func (TsRangeTotimestamp) AggregationMin

func (TsRangeTotimestamp) AggregationRange

func (TsRangeTotimestamp) AggregationStdP

func (TsRangeTotimestamp) AggregationStdS

func (TsRangeTotimestamp) AggregationSum

func (TsRangeTotimestamp) AggregationTwa

func (TsRangeTotimestamp) AggregationVarP

func (TsRangeTotimestamp) AggregationVarS

func (TsRangeTotimestamp) Align

func (c TsRangeTotimestamp) Align(value string) TsRangeAlign

func (TsRangeTotimestamp) Build

func (c TsRangeTotimestamp) Build() Completed

func (TsRangeTotimestamp) Count

func (c TsRangeTotimestamp) Count(count int64) TsRangeCount

func (TsRangeTotimestamp) FilterByTs

func (c TsRangeTotimestamp) FilterByTs(timestamp ...int64) TsRangeFilterByTs

func (TsRangeTotimestamp) FilterByValue

func (c TsRangeTotimestamp) FilterByValue(min float64, max float64) TsRangeFilterByValue

func (TsRangeTotimestamp) Latest

func (c TsRangeTotimestamp) Latest() TsRangeLatest

type TsRevrange

type TsRevrange Completed

func (TsRevrange) Key

func (c TsRevrange) Key(key string) TsRevrangeKey

type TsRevrangeAggregationAggregationAvg

type TsRevrangeAggregationAggregationAvg Completed

func (TsRevrangeAggregationAggregationAvg) Bucketduration

type TsRevrangeAggregationAggregationCount

type TsRevrangeAggregationAggregationCount Completed

func (TsRevrangeAggregationAggregationCount) Bucketduration

type TsRevrangeAggregationAggregationFirst

type TsRevrangeAggregationAggregationFirst Completed

func (TsRevrangeAggregationAggregationFirst) Bucketduration

type TsRevrangeAggregationAggregationLast

type TsRevrangeAggregationAggregationLast Completed

func (TsRevrangeAggregationAggregationLast) Bucketduration

type TsRevrangeAggregationAggregationMax

type TsRevrangeAggregationAggregationMax Completed

func (TsRevrangeAggregationAggregationMax) Bucketduration

type TsRevrangeAggregationAggregationMin

type TsRevrangeAggregationAggregationMin Completed

func (TsRevrangeAggregationAggregationMin) Bucketduration

type TsRevrangeAggregationAggregationRange

type TsRevrangeAggregationAggregationRange Completed

func (TsRevrangeAggregationAggregationRange) Bucketduration

type TsRevrangeAggregationAggregationStdP

type TsRevrangeAggregationAggregationStdP Completed

func (TsRevrangeAggregationAggregationStdP) Bucketduration

type TsRevrangeAggregationAggregationStdS

type TsRevrangeAggregationAggregationStdS Completed

func (TsRevrangeAggregationAggregationStdS) Bucketduration

type TsRevrangeAggregationAggregationSum

type TsRevrangeAggregationAggregationSum Completed

func (TsRevrangeAggregationAggregationSum) Bucketduration

type TsRevrangeAggregationAggregationTwa

type TsRevrangeAggregationAggregationTwa Completed

func (TsRevrangeAggregationAggregationTwa) Bucketduration

type TsRevrangeAggregationAggregationVarP

type TsRevrangeAggregationAggregationVarP Completed

func (TsRevrangeAggregationAggregationVarP) Bucketduration

type TsRevrangeAggregationAggregationVarS

type TsRevrangeAggregationAggregationVarS Completed

func (TsRevrangeAggregationAggregationVarS) Bucketduration

type TsRevrangeAggregationBucketduration

type TsRevrangeAggregationBucketduration Completed

func (TsRevrangeAggregationBucketduration) Buckettimestamp

func (TsRevrangeAggregationBucketduration) Build

func (TsRevrangeAggregationBucketduration) Empty

type TsRevrangeAggregationBuckettimestamp

type TsRevrangeAggregationBuckettimestamp Completed

func (TsRevrangeAggregationBuckettimestamp) Build

func (TsRevrangeAggregationBuckettimestamp) Empty

type TsRevrangeAggregationEmpty

type TsRevrangeAggregationEmpty Completed

func (TsRevrangeAggregationEmpty) Build

type TsRevrangeAlign

type TsRevrangeAlign Completed

func (TsRevrangeAlign) AggregationAvg

func (TsRevrangeAlign) AggregationCount

func (TsRevrangeAlign) AggregationFirst

func (TsRevrangeAlign) AggregationLast

func (TsRevrangeAlign) AggregationMax

func (TsRevrangeAlign) AggregationMin

func (TsRevrangeAlign) AggregationRange

func (TsRevrangeAlign) AggregationStdP

func (TsRevrangeAlign) AggregationStdS

func (TsRevrangeAlign) AggregationSum

func (TsRevrangeAlign) AggregationTwa

func (TsRevrangeAlign) AggregationVarP

func (TsRevrangeAlign) AggregationVarS

func (TsRevrangeAlign) Build

func (c TsRevrangeAlign) Build() Completed

type TsRevrangeCount

type TsRevrangeCount Completed

func (TsRevrangeCount) AggregationAvg

func (TsRevrangeCount) AggregationCount

func (TsRevrangeCount) AggregationFirst

func (TsRevrangeCount) AggregationLast

func (TsRevrangeCount) AggregationMax

func (TsRevrangeCount) AggregationMin

func (TsRevrangeCount) AggregationRange

func (TsRevrangeCount) AggregationStdP

func (TsRevrangeCount) AggregationStdS

func (TsRevrangeCount) AggregationSum

func (TsRevrangeCount) AggregationTwa

func (TsRevrangeCount) AggregationVarP

func (TsRevrangeCount) AggregationVarS

func (TsRevrangeCount) Align

func (c TsRevrangeCount) Align(value string) TsRevrangeAlign

func (TsRevrangeCount) Build

func (c TsRevrangeCount) Build() Completed

type TsRevrangeFilterByTs

type TsRevrangeFilterByTs Completed

func (TsRevrangeFilterByTs) AggregationAvg

func (TsRevrangeFilterByTs) AggregationCount

func (TsRevrangeFilterByTs) AggregationFirst

func (TsRevrangeFilterByTs) AggregationLast

func (TsRevrangeFilterByTs) AggregationMax

func (TsRevrangeFilterByTs) AggregationMin

func (TsRevrangeFilterByTs) AggregationRange

func (TsRevrangeFilterByTs) AggregationStdP

func (TsRevrangeFilterByTs) AggregationStdS

func (TsRevrangeFilterByTs) AggregationSum

func (TsRevrangeFilterByTs) AggregationTwa

func (TsRevrangeFilterByTs) AggregationVarP

func (TsRevrangeFilterByTs) AggregationVarS

func (TsRevrangeFilterByTs) Align

func (TsRevrangeFilterByTs) Build

func (c TsRevrangeFilterByTs) Build() Completed

func (TsRevrangeFilterByTs) Count

func (TsRevrangeFilterByTs) FilterByTs

func (c TsRevrangeFilterByTs) FilterByTs(timestamp ...int64) TsRevrangeFilterByTs

func (TsRevrangeFilterByTs) FilterByValue

func (c TsRevrangeFilterByTs) FilterByValue(min float64, max float64) TsRevrangeFilterByValue

type TsRevrangeFilterByValue

type TsRevrangeFilterByValue Completed

func (TsRevrangeFilterByValue) AggregationAvg

func (TsRevrangeFilterByValue) AggregationCount

func (TsRevrangeFilterByValue) AggregationFirst

func (TsRevrangeFilterByValue) AggregationLast

func (TsRevrangeFilterByValue) AggregationMax

func (TsRevrangeFilterByValue) AggregationMin

func (TsRevrangeFilterByValue) AggregationRange

func (TsRevrangeFilterByValue) AggregationStdP

func (TsRevrangeFilterByValue) AggregationStdS

func (TsRevrangeFilterByValue) AggregationSum

func (TsRevrangeFilterByValue) AggregationTwa

func (TsRevrangeFilterByValue) AggregationVarP

func (TsRevrangeFilterByValue) AggregationVarS

func (TsRevrangeFilterByValue) Align

func (TsRevrangeFilterByValue) Build

func (TsRevrangeFilterByValue) Count

type TsRevrangeFromtimestamp

type TsRevrangeFromtimestamp Completed

func (TsRevrangeFromtimestamp) Totimestamp

func (c TsRevrangeFromtimestamp) Totimestamp(totimestamp int64) TsRevrangeTotimestamp

type TsRevrangeKey

type TsRevrangeKey Completed

func (TsRevrangeKey) Fromtimestamp

func (c TsRevrangeKey) Fromtimestamp(fromtimestamp int64) TsRevrangeFromtimestamp

type TsRevrangeLatest

type TsRevrangeLatest Completed

func (TsRevrangeLatest) AggregationAvg

func (TsRevrangeLatest) AggregationCount

func (TsRevrangeLatest) AggregationFirst

func (TsRevrangeLatest) AggregationLast

func (TsRevrangeLatest) AggregationMax

func (TsRevrangeLatest) AggregationMin

func (TsRevrangeLatest) AggregationRange

func (TsRevrangeLatest) AggregationStdP

func (TsRevrangeLatest) AggregationStdS

func (TsRevrangeLatest) AggregationSum

func (TsRevrangeLatest) AggregationTwa

func (TsRevrangeLatest) AggregationVarP

func (TsRevrangeLatest) AggregationVarS

func (TsRevrangeLatest) Align

func (c TsRevrangeLatest) Align(value string) TsRevrangeAlign

func (TsRevrangeLatest) Build

func (c TsRevrangeLatest) Build() Completed

func (TsRevrangeLatest) Count

func (c TsRevrangeLatest) Count(count int64) TsRevrangeCount

func (TsRevrangeLatest) FilterByTs

func (c TsRevrangeLatest) FilterByTs(timestamp ...int64) TsRevrangeFilterByTs

func (TsRevrangeLatest) FilterByValue

func (c TsRevrangeLatest) FilterByValue(min float64, max float64) TsRevrangeFilterByValue

type TsRevrangeTotimestamp

type TsRevrangeTotimestamp Completed

func (TsRevrangeTotimestamp) AggregationAvg

func (TsRevrangeTotimestamp) AggregationCount

func (TsRevrangeTotimestamp) AggregationFirst

func (TsRevrangeTotimestamp) AggregationLast

func (TsRevrangeTotimestamp) AggregationMax

func (TsRevrangeTotimestamp) AggregationMin

func (TsRevrangeTotimestamp) AggregationRange

func (TsRevrangeTotimestamp) AggregationStdP

func (TsRevrangeTotimestamp) AggregationStdS

func (TsRevrangeTotimestamp) AggregationSum

func (TsRevrangeTotimestamp) AggregationTwa

func (TsRevrangeTotimestamp) AggregationVarP

func (TsRevrangeTotimestamp) AggregationVarS

func (TsRevrangeTotimestamp) Align

func (TsRevrangeTotimestamp) Build

func (c TsRevrangeTotimestamp) Build() Completed

func (TsRevrangeTotimestamp) Count

func (TsRevrangeTotimestamp) FilterByTs

func (c TsRevrangeTotimestamp) FilterByTs(timestamp ...int64) TsRevrangeFilterByTs

func (TsRevrangeTotimestamp) FilterByValue

func (TsRevrangeTotimestamp) Latest

type Ttl

type Ttl Completed

func (Ttl) Key

func (c Ttl) Key(key string) TtlKey

type TtlKey

type TtlKey Completed

func (TtlKey) Build

func (c TtlKey) Build() Completed

func (TtlKey) Cache

func (c TtlKey) Cache() Cacheable

type Type

type Type Completed

func (Type) Key

func (c Type) Key(key string) TypeKey

type TypeKey

type TypeKey Completed

func (TypeKey) Build

func (c TypeKey) Build() Completed

func (TypeKey) Cache

func (c TypeKey) Cache() Cacheable
type Unlink Completed

func (Unlink) Key

func (c Unlink) Key(key ...string) UnlinkKey

type UnlinkKey

type UnlinkKey Completed

func (UnlinkKey) Build

func (c UnlinkKey) Build() Completed

func (UnlinkKey) Key

func (c UnlinkKey) Key(key ...string) UnlinkKey

type Unsubscribe

type Unsubscribe Completed

func (Unsubscribe) Build

func (c Unsubscribe) Build() Completed

func (Unsubscribe) Channel

func (c Unsubscribe) Channel(channel ...string) UnsubscribeChannel

type UnsubscribeChannel

type UnsubscribeChannel Completed

func (UnsubscribeChannel) Build

func (c UnsubscribeChannel) Build() Completed

func (UnsubscribeChannel) Channel

func (c UnsubscribeChannel) Channel(channel ...string) UnsubscribeChannel

type Unwatch

type Unwatch Completed

func (Unwatch) Build

func (c Unwatch) Build() Completed

type Wait

type Wait Completed

func (Wait) Numreplicas

func (c Wait) Numreplicas(numreplicas int64) WaitNumreplicas

type WaitNumreplicas

type WaitNumreplicas Completed

func (WaitNumreplicas) Timeout

func (c WaitNumreplicas) Timeout(timeout int64) WaitTimeout

type WaitTimeout

type WaitTimeout Completed

func (WaitTimeout) Build

func (c WaitTimeout) Build() Completed

type Watch

type Watch Completed

func (Watch) Key

func (c Watch) Key(key ...string) WatchKey

type WatchKey

type WatchKey Completed

func (WatchKey) Build

func (c WatchKey) Build() Completed

func (WatchKey) Key

func (c WatchKey) Key(key ...string) WatchKey

type Xack

type Xack Completed

func (Xack) Key

func (c Xack) Key(key string) XackKey

type XackGroup

type XackGroup Completed

func (XackGroup) Id

func (c XackGroup) Id(id ...string) XackId

type XackId

type XackId Completed

func (XackId) Build

func (c XackId) Build() Completed

func (XackId) Id

func (c XackId) Id(id ...string) XackId

type XackKey

type XackKey Completed

func (XackKey) Group

func (c XackKey) Group(group string) XackGroup

type Xadd

type Xadd Completed

func (Xadd) Key

func (c Xadd) Key(key string) XaddKey

type XaddFieldValue

type XaddFieldValue Completed

func (XaddFieldValue) Build

func (c XaddFieldValue) Build() Completed

func (XaddFieldValue) FieldValue

func (c XaddFieldValue) FieldValue(field string, value string) XaddFieldValue

type XaddId

type XaddId Completed

func (XaddId) FieldValue

func (c XaddId) FieldValue() XaddFieldValue

type XaddKey

type XaddKey Completed

func (XaddKey) Id

func (c XaddKey) Id(id string) XaddId

func (XaddKey) Maxlen

func (c XaddKey) Maxlen() XaddTrimStrategyMaxlen

func (XaddKey) Minid

func (c XaddKey) Minid() XaddTrimStrategyMinid

func (XaddKey) Nomkstream

func (c XaddKey) Nomkstream() XaddNomkstream

type XaddNomkstream

type XaddNomkstream Completed

func (XaddNomkstream) Id

func (c XaddNomkstream) Id(id string) XaddId

func (XaddNomkstream) Maxlen

func (XaddNomkstream) Minid

type XaddTrimLimit

type XaddTrimLimit Completed

func (XaddTrimLimit) Id

func (c XaddTrimLimit) Id(id string) XaddId

type XaddTrimOperatorAlmost

type XaddTrimOperatorAlmost Completed

func (XaddTrimOperatorAlmost) Threshold

func (c XaddTrimOperatorAlmost) Threshold(threshold string) XaddTrimThreshold

type XaddTrimOperatorExact

type XaddTrimOperatorExact Completed

func (XaddTrimOperatorExact) Threshold

func (c XaddTrimOperatorExact) Threshold(threshold string) XaddTrimThreshold

type XaddTrimStrategyMaxlen

type XaddTrimStrategyMaxlen Completed

func (XaddTrimStrategyMaxlen) Almost

func (XaddTrimStrategyMaxlen) Exact

func (XaddTrimStrategyMaxlen) Threshold

func (c XaddTrimStrategyMaxlen) Threshold(threshold string) XaddTrimThreshold

type XaddTrimStrategyMinid

type XaddTrimStrategyMinid Completed

func (XaddTrimStrategyMinid) Almost

func (XaddTrimStrategyMinid) Exact

func (XaddTrimStrategyMinid) Threshold

func (c XaddTrimStrategyMinid) Threshold(threshold string) XaddTrimThreshold

type XaddTrimThreshold

type XaddTrimThreshold Completed

func (XaddTrimThreshold) Id

func (c XaddTrimThreshold) Id(id string) XaddId

func (XaddTrimThreshold) Limit

func (c XaddTrimThreshold) Limit(count int64) XaddTrimLimit

type Xautoclaim

type Xautoclaim Completed

func (Xautoclaim) Key

func (c Xautoclaim) Key(key string) XautoclaimKey

type XautoclaimConsumer

type XautoclaimConsumer Completed

func (XautoclaimConsumer) MinIdleTime

func (c XautoclaimConsumer) MinIdleTime(minIdleTime string) XautoclaimMinIdleTime

type XautoclaimCount

type XautoclaimCount Completed

func (XautoclaimCount) Build

func (c XautoclaimCount) Build() Completed

func (XautoclaimCount) Justid

func (c XautoclaimCount) Justid() XautoclaimJustid

type XautoclaimGroup

type XautoclaimGroup Completed

func (XautoclaimGroup) Consumer

func (c XautoclaimGroup) Consumer(consumer string) XautoclaimConsumer

type XautoclaimJustid

type XautoclaimJustid Completed

func (XautoclaimJustid) Build

func (c XautoclaimJustid) Build() Completed

type XautoclaimKey

type XautoclaimKey Completed

func (XautoclaimKey) Group

func (c XautoclaimKey) Group(group string) XautoclaimGroup

type XautoclaimMinIdleTime

type XautoclaimMinIdleTime Completed

func (XautoclaimMinIdleTime) Start

type XautoclaimStart

type XautoclaimStart Completed

func (XautoclaimStart) Build

func (c XautoclaimStart) Build() Completed

func (XautoclaimStart) Count

func (c XautoclaimStart) Count(count int64) XautoclaimCount

func (XautoclaimStart) Justid

func (c XautoclaimStart) Justid() XautoclaimJustid

type Xclaim

type Xclaim Completed

func (Xclaim) Key

func (c Xclaim) Key(key string) XclaimKey

type XclaimConsumer

type XclaimConsumer Completed

func (XclaimConsumer) MinIdleTime

func (c XclaimConsumer) MinIdleTime(minIdleTime string) XclaimMinIdleTime

type XclaimForce

type XclaimForce Completed

func (XclaimForce) Build

func (c XclaimForce) Build() Completed

func (XclaimForce) Justid

func (c XclaimForce) Justid() XclaimJustid

func (XclaimForce) Lastid

func (c XclaimForce) Lastid() XclaimLastid

type XclaimGroup

type XclaimGroup Completed

func (XclaimGroup) Consumer

func (c XclaimGroup) Consumer(consumer string) XclaimConsumer

type XclaimId

type XclaimId Completed

func (XclaimId) Build

func (c XclaimId) Build() Completed

func (XclaimId) Force

func (c XclaimId) Force() XclaimForce

func (XclaimId) Id

func (c XclaimId) Id(id ...string) XclaimId

func (XclaimId) Idle

func (c XclaimId) Idle(ms int64) XclaimIdle

func (XclaimId) Justid

func (c XclaimId) Justid() XclaimJustid

func (XclaimId) Lastid

func (c XclaimId) Lastid() XclaimLastid

func (XclaimId) Retrycount

func (c XclaimId) Retrycount(count int64) XclaimRetrycount

func (XclaimId) Time

func (c XclaimId) Time(msUnixTime int64) XclaimTime

type XclaimIdle

type XclaimIdle Completed

func (XclaimIdle) Build

func (c XclaimIdle) Build() Completed

func (XclaimIdle) Force

func (c XclaimIdle) Force() XclaimForce

func (XclaimIdle) Justid

func (c XclaimIdle) Justid() XclaimJustid

func (XclaimIdle) Lastid

func (c XclaimIdle) Lastid() XclaimLastid

func (XclaimIdle) Retrycount

func (c XclaimIdle) Retrycount(count int64) XclaimRetrycount

func (XclaimIdle) Time

func (c XclaimIdle) Time(msUnixTime int64) XclaimTime

type XclaimJustid

type XclaimJustid Completed

func (XclaimJustid) Build

func (c XclaimJustid) Build() Completed

func (XclaimJustid) Lastid

func (c XclaimJustid) Lastid() XclaimLastid

type XclaimKey

type XclaimKey Completed

func (XclaimKey) Group

func (c XclaimKey) Group(group string) XclaimGroup

type XclaimLastid

type XclaimLastid Completed

func (XclaimLastid) Build

func (c XclaimLastid) Build() Completed

type XclaimMinIdleTime

type XclaimMinIdleTime Completed

func (XclaimMinIdleTime) Id

func (c XclaimMinIdleTime) Id(id ...string) XclaimId

type XclaimRetrycount

type XclaimRetrycount Completed

func (XclaimRetrycount) Build

func (c XclaimRetrycount) Build() Completed

func (XclaimRetrycount) Force

func (c XclaimRetrycount) Force() XclaimForce

func (XclaimRetrycount) Justid

func (c XclaimRetrycount) Justid() XclaimJustid

func (XclaimRetrycount) Lastid

func (c XclaimRetrycount) Lastid() XclaimLastid

type XclaimTime

type XclaimTime Completed

func (XclaimTime) Build

func (c XclaimTime) Build() Completed

func (XclaimTime) Force

func (c XclaimTime) Force() XclaimForce

func (XclaimTime) Justid

func (c XclaimTime) Justid() XclaimJustid

func (XclaimTime) Lastid

func (c XclaimTime) Lastid() XclaimLastid

func (XclaimTime) Retrycount

func (c XclaimTime) Retrycount(count int64) XclaimRetrycount

type Xdel

type Xdel Completed

func (Xdel) Key

func (c Xdel) Key(key string) XdelKey

type XdelId

type XdelId Completed

func (XdelId) Build

func (c XdelId) Build() Completed

func (XdelId) Id

func (c XdelId) Id(id ...string) XdelId

type XdelKey

type XdelKey Completed

func (XdelKey) Id

func (c XdelKey) Id(id ...string) XdelId

type XgroupCreate

type XgroupCreate Completed

func (XgroupCreate) Key

func (c XgroupCreate) Key(key string) XgroupCreateKey

type XgroupCreateEntriesread

type XgroupCreateEntriesread Completed

func (XgroupCreateEntriesread) Build

type XgroupCreateGroupname

type XgroupCreateGroupname Completed

func (XgroupCreateGroupname) Id

type XgroupCreateId

type XgroupCreateId Completed

func (XgroupCreateId) Build

func (c XgroupCreateId) Build() Completed

func (XgroupCreateId) Entriesread

func (c XgroupCreateId) Entriesread(entriesRead int64) XgroupCreateEntriesread

func (XgroupCreateId) Mkstream

func (c XgroupCreateId) Mkstream() XgroupCreateMkstream

type XgroupCreateKey

type XgroupCreateKey Completed

func (XgroupCreateKey) Groupname

func (c XgroupCreateKey) Groupname(groupname string) XgroupCreateGroupname

type XgroupCreateMkstream

type XgroupCreateMkstream Completed

func (XgroupCreateMkstream) Build

func (c XgroupCreateMkstream) Build() Completed

func (XgroupCreateMkstream) Entriesread

func (c XgroupCreateMkstream) Entriesread(entriesRead int64) XgroupCreateEntriesread

type XgroupCreateconsumer

type XgroupCreateconsumer Completed

func (XgroupCreateconsumer) Key

type XgroupCreateconsumerConsumername

type XgroupCreateconsumerConsumername Completed

func (XgroupCreateconsumerConsumername) Build

type XgroupCreateconsumerGroupname

type XgroupCreateconsumerGroupname Completed

func (XgroupCreateconsumerGroupname) Consumername

type XgroupCreateconsumerKey

type XgroupCreateconsumerKey Completed

func (XgroupCreateconsumerKey) Groupname

type XgroupDelconsumer

type XgroupDelconsumer Completed

func (XgroupDelconsumer) Key

type XgroupDelconsumerConsumername

type XgroupDelconsumerConsumername Completed

func (XgroupDelconsumerConsumername) Build

type XgroupDelconsumerGroupname

type XgroupDelconsumerGroupname Completed

func (XgroupDelconsumerGroupname) Consumername

type XgroupDelconsumerKey

type XgroupDelconsumerKey Completed

func (XgroupDelconsumerKey) Groupname

type XgroupDestroy

type XgroupDestroy Completed

func (XgroupDestroy) Key

type XgroupDestroyGroupname

type XgroupDestroyGroupname Completed

func (XgroupDestroyGroupname) Build

type XgroupDestroyKey

type XgroupDestroyKey Completed

func (XgroupDestroyKey) Groupname

func (c XgroupDestroyKey) Groupname(groupname string) XgroupDestroyGroupname

type XgroupHelp

type XgroupHelp Completed

func (XgroupHelp) Build

func (c XgroupHelp) Build() Completed

type XgroupSetid

type XgroupSetid Completed

func (XgroupSetid) Key

func (c XgroupSetid) Key(key string) XgroupSetidKey

type XgroupSetidEntriesread

type XgroupSetidEntriesread Completed

func (XgroupSetidEntriesread) Build

type XgroupSetidGroupname

type XgroupSetidGroupname Completed

func (XgroupSetidGroupname) Id

type XgroupSetidId

type XgroupSetidId Completed

func (XgroupSetidId) Build

func (c XgroupSetidId) Build() Completed

func (XgroupSetidId) Entriesread

func (c XgroupSetidId) Entriesread(entriesRead int64) XgroupSetidEntriesread

type XgroupSetidKey

type XgroupSetidKey Completed

func (XgroupSetidKey) Groupname

func (c XgroupSetidKey) Groupname(groupname string) XgroupSetidGroupname

type XinfoConsumers

type XinfoConsumers Completed

func (XinfoConsumers) Key

type XinfoConsumersGroupname

type XinfoConsumersGroupname Completed

func (XinfoConsumersGroupname) Build

type XinfoConsumersKey

type XinfoConsumersKey Completed

func (XinfoConsumersKey) Groupname

func (c XinfoConsumersKey) Groupname(groupname string) XinfoConsumersGroupname

type XinfoGroups

type XinfoGroups Completed

func (XinfoGroups) Key

func (c XinfoGroups) Key(key string) XinfoGroupsKey

type XinfoGroupsKey

type XinfoGroupsKey Completed

func (XinfoGroupsKey) Build

func (c XinfoGroupsKey) Build() Completed

type XinfoHelp

type XinfoHelp Completed

func (XinfoHelp) Build

func (c XinfoHelp) Build() Completed

type XinfoStream

type XinfoStream Completed

func (XinfoStream) Key

func (c XinfoStream) Key(key string) XinfoStreamKey

type XinfoStreamFullCount

type XinfoStreamFullCount Completed

func (XinfoStreamFullCount) Build

func (c XinfoStreamFullCount) Build() Completed

type XinfoStreamFullFull

type XinfoStreamFullFull Completed

func (XinfoStreamFullFull) Build

func (c XinfoStreamFullFull) Build() Completed

func (XinfoStreamFullFull) Count

type XinfoStreamKey

type XinfoStreamKey Completed

func (XinfoStreamKey) Build

func (c XinfoStreamKey) Build() Completed

func (XinfoStreamKey) Full

type Xlen

type Xlen Completed

func (Xlen) Key

func (c Xlen) Key(key string) XlenKey

type XlenKey

type XlenKey Completed

func (XlenKey) Build

func (c XlenKey) Build() Completed

type Xpending

type Xpending Completed

func (Xpending) Key

func (c Xpending) Key(key string) XpendingKey

type XpendingFiltersConsumer

type XpendingFiltersConsumer Completed

func (XpendingFiltersConsumer) Build

type XpendingFiltersCount

type XpendingFiltersCount Completed

func (XpendingFiltersCount) Build

func (c XpendingFiltersCount) Build() Completed

func (XpendingFiltersCount) Consumer

type XpendingFiltersEnd

type XpendingFiltersEnd Completed

func (XpendingFiltersEnd) Count

type XpendingFiltersIdle

type XpendingFiltersIdle Completed

func (XpendingFiltersIdle) Start

type XpendingFiltersStart

type XpendingFiltersStart Completed

func (XpendingFiltersStart) End

type XpendingGroup

type XpendingGroup Completed

func (XpendingGroup) Build

func (c XpendingGroup) Build() Completed

func (XpendingGroup) Idle

func (c XpendingGroup) Idle(minIdleTime int64) XpendingFiltersIdle

func (XpendingGroup) Start

func (c XpendingGroup) Start(start string) XpendingFiltersStart

type XpendingKey

type XpendingKey Completed

func (XpendingKey) Group

func (c XpendingKey) Group(group string) XpendingGroup

type Xrange

type Xrange Completed

func (Xrange) Key

func (c Xrange) Key(key string) XrangeKey

type XrangeCount

type XrangeCount Completed

func (XrangeCount) Build

func (c XrangeCount) Build() Completed

type XrangeEnd

type XrangeEnd Completed

func (XrangeEnd) Build

func (c XrangeEnd) Build() Completed

func (XrangeEnd) Count

func (c XrangeEnd) Count(count int64) XrangeCount

type XrangeKey

type XrangeKey Completed

func (XrangeKey) Start

func (c XrangeKey) Start(start string) XrangeStart

type XrangeStart

type XrangeStart Completed

func (XrangeStart) End

func (c XrangeStart) End(end string) XrangeEnd

type Xread

type Xread Completed

func (Xread) Block

func (c Xread) Block(milliseconds int64) XreadBlock

func (Xread) Count

func (c Xread) Count(count int64) XreadCount

func (Xread) Streams

func (c Xread) Streams() XreadStreams

type XreadBlock

type XreadBlock Completed

func (XreadBlock) Streams

func (c XreadBlock) Streams() XreadStreams

type XreadCount

type XreadCount Completed

func (XreadCount) Block

func (c XreadCount) Block(milliseconds int64) XreadBlock

func (XreadCount) Streams

func (c XreadCount) Streams() XreadStreams

type XreadId

type XreadId Completed

func (XreadId) Build

func (c XreadId) Build() Completed

func (XreadId) Id

func (c XreadId) Id(id ...string) XreadId

type XreadKey

type XreadKey Completed

func (XreadKey) Id

func (c XreadKey) Id(id ...string) XreadId

func (XreadKey) Key

func (c XreadKey) Key(key ...string) XreadKey

type XreadStreams

type XreadStreams Completed

func (XreadStreams) Key

func (c XreadStreams) Key(key ...string) XreadKey

type Xreadgroup

type Xreadgroup Completed

func (Xreadgroup) Group

func (c Xreadgroup) Group(group string, consumer string) XreadgroupGroup

type XreadgroupBlock

type XreadgroupBlock Completed

func (XreadgroupBlock) Noack

func (c XreadgroupBlock) Noack() XreadgroupNoack

func (XreadgroupBlock) Streams

func (c XreadgroupBlock) Streams() XreadgroupStreams

type XreadgroupCount

type XreadgroupCount Completed

func (XreadgroupCount) Block

func (c XreadgroupCount) Block(milliseconds int64) XreadgroupBlock

func (XreadgroupCount) Noack

func (c XreadgroupCount) Noack() XreadgroupNoack

func (XreadgroupCount) Streams

func (c XreadgroupCount) Streams() XreadgroupStreams

type XreadgroupGroup

type XreadgroupGroup Completed

func (XreadgroupGroup) Block

func (c XreadgroupGroup) Block(milliseconds int64) XreadgroupBlock

func (XreadgroupGroup) Count

func (c XreadgroupGroup) Count(count int64) XreadgroupCount

func (XreadgroupGroup) Noack

func (c XreadgroupGroup) Noack() XreadgroupNoack

func (XreadgroupGroup) Streams

func (c XreadgroupGroup) Streams() XreadgroupStreams

type XreadgroupId

type XreadgroupId Completed

func (XreadgroupId) Build

func (c XreadgroupId) Build() Completed

func (XreadgroupId) Id

func (c XreadgroupId) Id(id ...string) XreadgroupId

type XreadgroupKey

type XreadgroupKey Completed

func (XreadgroupKey) Id

func (c XreadgroupKey) Id(id ...string) XreadgroupId

func (XreadgroupKey) Key

func (c XreadgroupKey) Key(key ...string) XreadgroupKey

type XreadgroupNoack

type XreadgroupNoack Completed

func (XreadgroupNoack) Streams

func (c XreadgroupNoack) Streams() XreadgroupStreams

type XreadgroupStreams

type XreadgroupStreams Completed

func (XreadgroupStreams) Key

func (c XreadgroupStreams) Key(key ...string) XreadgroupKey

type Xrevrange

type Xrevrange Completed

func (Xrevrange) Key

func (c Xrevrange) Key(key string) XrevrangeKey

type XrevrangeCount

type XrevrangeCount Completed

func (XrevrangeCount) Build

func (c XrevrangeCount) Build() Completed

type XrevrangeEnd

type XrevrangeEnd Completed

func (XrevrangeEnd) Start

func (c XrevrangeEnd) Start(start string) XrevrangeStart

type XrevrangeKey

type XrevrangeKey Completed

func (XrevrangeKey) End

func (c XrevrangeKey) End(end string) XrevrangeEnd

type XrevrangeStart

type XrevrangeStart Completed

func (XrevrangeStart) Build

func (c XrevrangeStart) Build() Completed

func (XrevrangeStart) Count

func (c XrevrangeStart) Count(count int64) XrevrangeCount

type Xsetid

type Xsetid Completed

func (Xsetid) Key

func (c Xsetid) Key(key string) XsetidKey

type XsetidEntriesadded

type XsetidEntriesadded Completed

func (XsetidEntriesadded) Build

func (c XsetidEntriesadded) Build() Completed

func (XsetidEntriesadded) Maxdeletedid

func (c XsetidEntriesadded) Maxdeletedid(maxDeletedEntryId string) XsetidMaxdeletedid

type XsetidKey

type XsetidKey Completed

func (XsetidKey) LastId

func (c XsetidKey) LastId(lastId string) XsetidLastId

type XsetidLastId

type XsetidLastId Completed

func (XsetidLastId) Build

func (c XsetidLastId) Build() Completed

func (XsetidLastId) Entriesadded

func (c XsetidLastId) Entriesadded(entriesAdded int64) XsetidEntriesadded

func (XsetidLastId) Maxdeletedid

func (c XsetidLastId) Maxdeletedid(maxDeletedEntryId string) XsetidMaxdeletedid

type XsetidMaxdeletedid

type XsetidMaxdeletedid Completed

func (XsetidMaxdeletedid) Build

func (c XsetidMaxdeletedid) Build() Completed

type Xtrim

type Xtrim Completed

func (Xtrim) Key

func (c Xtrim) Key(key string) XtrimKey

type XtrimKey

type XtrimKey Completed

func (XtrimKey) Maxlen

func (c XtrimKey) Maxlen() XtrimTrimStrategyMaxlen

func (XtrimKey) Minid

func (c XtrimKey) Minid() XtrimTrimStrategyMinid

type XtrimTrimLimit

type XtrimTrimLimit Completed

func (XtrimTrimLimit) Build

func (c XtrimTrimLimit) Build() Completed

type XtrimTrimOperatorAlmost

type XtrimTrimOperatorAlmost Completed

func (XtrimTrimOperatorAlmost) Threshold

func (c XtrimTrimOperatorAlmost) Threshold(threshold string) XtrimTrimThreshold

type XtrimTrimOperatorExact

type XtrimTrimOperatorExact Completed

func (XtrimTrimOperatorExact) Threshold

func (c XtrimTrimOperatorExact) Threshold(threshold string) XtrimTrimThreshold

type XtrimTrimStrategyMaxlen

type XtrimTrimStrategyMaxlen Completed

func (XtrimTrimStrategyMaxlen) Almost

func (XtrimTrimStrategyMaxlen) Exact

func (XtrimTrimStrategyMaxlen) Threshold

func (c XtrimTrimStrategyMaxlen) Threshold(threshold string) XtrimTrimThreshold

type XtrimTrimStrategyMinid

type XtrimTrimStrategyMinid Completed

func (XtrimTrimStrategyMinid) Almost

func (XtrimTrimStrategyMinid) Exact

func (XtrimTrimStrategyMinid) Threshold

func (c XtrimTrimStrategyMinid) Threshold(threshold string) XtrimTrimThreshold

type XtrimTrimThreshold

type XtrimTrimThreshold Completed

func (XtrimTrimThreshold) Build

func (c XtrimTrimThreshold) Build() Completed

func (XtrimTrimThreshold) Limit

func (c XtrimTrimThreshold) Limit(count int64) XtrimTrimLimit

type Zadd

type Zadd Completed

func (Zadd) Key

func (c Zadd) Key(key string) ZaddKey

type ZaddChangeCh

type ZaddChangeCh Completed

func (ZaddChangeCh) Incr

func (ZaddChangeCh) ScoreMember

func (c ZaddChangeCh) ScoreMember() ZaddScoreMember

type ZaddComparisonGt

type ZaddComparisonGt Completed

func (ZaddComparisonGt) Ch

func (ZaddComparisonGt) Incr

func (ZaddComparisonGt) ScoreMember

func (c ZaddComparisonGt) ScoreMember() ZaddScoreMember

type ZaddComparisonLt

type ZaddComparisonLt Completed

func (ZaddComparisonLt) Ch

func (ZaddComparisonLt) Incr

func (ZaddComparisonLt) ScoreMember

func (c ZaddComparisonLt) ScoreMember() ZaddScoreMember

type ZaddConditionNx

type ZaddConditionNx Completed

func (ZaddConditionNx) Ch

func (ZaddConditionNx) Gt

func (ZaddConditionNx) Incr

func (ZaddConditionNx) Lt

func (ZaddConditionNx) ScoreMember

func (c ZaddConditionNx) ScoreMember() ZaddScoreMember

type ZaddConditionXx

type ZaddConditionXx Completed

func (ZaddConditionXx) Ch

func (ZaddConditionXx) Gt

func (ZaddConditionXx) Incr

func (ZaddConditionXx) Lt

func (ZaddConditionXx) ScoreMember

func (c ZaddConditionXx) ScoreMember() ZaddScoreMember

type ZaddIncrementIncr

type ZaddIncrementIncr Completed

func (ZaddIncrementIncr) ScoreMember

func (c ZaddIncrementIncr) ScoreMember() ZaddScoreMember

type ZaddKey

type ZaddKey Completed

func (ZaddKey) Ch

func (c ZaddKey) Ch() ZaddChangeCh

func (ZaddKey) Gt

func (c ZaddKey) Gt() ZaddComparisonGt

func (ZaddKey) Incr

func (c ZaddKey) Incr() ZaddIncrementIncr

func (ZaddKey) Lt

func (c ZaddKey) Lt() ZaddComparisonLt

func (ZaddKey) Nx

func (c ZaddKey) Nx() ZaddConditionNx

func (ZaddKey) ScoreMember

func (c ZaddKey) ScoreMember() ZaddScoreMember

func (ZaddKey) Xx

func (c ZaddKey) Xx() ZaddConditionXx

type ZaddScoreMember

type ZaddScoreMember Completed

func (ZaddScoreMember) Build

func (c ZaddScoreMember) Build() Completed

func (ZaddScoreMember) ScoreMember

func (c ZaddScoreMember) ScoreMember(score float64, member string) ZaddScoreMember

type Zcard

type Zcard Completed

func (Zcard) Key

func (c Zcard) Key(key string) ZcardKey

type ZcardKey

type ZcardKey Completed

func (ZcardKey) Build

func (c ZcardKey) Build() Completed

func (ZcardKey) Cache

func (c ZcardKey) Cache() Cacheable

type Zcount

type Zcount Completed

func (Zcount) Key

func (c Zcount) Key(key string) ZcountKey

type ZcountKey

type ZcountKey Completed

func (ZcountKey) Min

func (c ZcountKey) Min(min string) ZcountMin

type ZcountMax

type ZcountMax Completed

func (ZcountMax) Build

func (c ZcountMax) Build() Completed

func (ZcountMax) Cache

func (c ZcountMax) Cache() Cacheable

type ZcountMin

type ZcountMin Completed

func (ZcountMin) Max

func (c ZcountMin) Max(max string) ZcountMax

type Zdiff

type Zdiff Completed

func (Zdiff) Numkeys

func (c Zdiff) Numkeys(numkeys int64) ZdiffNumkeys

type ZdiffKey

type ZdiffKey Completed

func (ZdiffKey) Build

func (c ZdiffKey) Build() Completed

func (ZdiffKey) Key

func (c ZdiffKey) Key(key ...string) ZdiffKey

func (ZdiffKey) Withscores

func (c ZdiffKey) Withscores() ZdiffWithscores

type ZdiffNumkeys

type ZdiffNumkeys Completed

func (ZdiffNumkeys) Key

func (c ZdiffNumkeys) Key(key ...string) ZdiffKey

type ZdiffWithscores

type ZdiffWithscores Completed

func (ZdiffWithscores) Build

func (c ZdiffWithscores) Build() Completed

type Zdiffstore

type Zdiffstore Completed

func (Zdiffstore) Destination

func (c Zdiffstore) Destination(destination string) ZdiffstoreDestination

type ZdiffstoreDestination

type ZdiffstoreDestination Completed

func (ZdiffstoreDestination) Numkeys

func (c ZdiffstoreDestination) Numkeys(numkeys int64) ZdiffstoreNumkeys

type ZdiffstoreKey

type ZdiffstoreKey Completed

func (ZdiffstoreKey) Build

func (c ZdiffstoreKey) Build() Completed

func (ZdiffstoreKey) Key

func (c ZdiffstoreKey) Key(key ...string) ZdiffstoreKey

type ZdiffstoreNumkeys

type ZdiffstoreNumkeys Completed

func (ZdiffstoreNumkeys) Key

func (c ZdiffstoreNumkeys) Key(key ...string) ZdiffstoreKey

type Zincrby

type Zincrby Completed

func (Zincrby) Key

func (c Zincrby) Key(key string) ZincrbyKey

type ZincrbyIncrement

type ZincrbyIncrement Completed

func (ZincrbyIncrement) Member

func (c ZincrbyIncrement) Member(member string) ZincrbyMember

type ZincrbyKey

type ZincrbyKey Completed

func (ZincrbyKey) Increment

func (c ZincrbyKey) Increment(increment float64) ZincrbyIncrement

type ZincrbyMember

type ZincrbyMember Completed

func (ZincrbyMember) Build

func (c ZincrbyMember) Build() Completed

type Zinter

type Zinter Completed

func (Zinter) Numkeys

func (c Zinter) Numkeys(numkeys int64) ZinterNumkeys

type ZinterAggregateMax

type ZinterAggregateMax Completed

func (ZinterAggregateMax) Build

func (c ZinterAggregateMax) Build() Completed

func (ZinterAggregateMax) Withscores

func (c ZinterAggregateMax) Withscores() ZinterWithscores

type ZinterAggregateMin

type ZinterAggregateMin Completed

func (ZinterAggregateMin) Build

func (c ZinterAggregateMin) Build() Completed

func (ZinterAggregateMin) Withscores

func (c ZinterAggregateMin) Withscores() ZinterWithscores

type ZinterAggregateSum

type ZinterAggregateSum Completed

func (ZinterAggregateSum) Build

func (c ZinterAggregateSum) Build() Completed

func (ZinterAggregateSum) Withscores

func (c ZinterAggregateSum) Withscores() ZinterWithscores

type ZinterKey

type ZinterKey Completed

func (ZinterKey) AggregateMax

func (c ZinterKey) AggregateMax() ZinterAggregateMax

func (ZinterKey) AggregateMin

func (c ZinterKey) AggregateMin() ZinterAggregateMin

func (ZinterKey) AggregateSum

func (c ZinterKey) AggregateSum() ZinterAggregateSum

func (ZinterKey) Build

func (c ZinterKey) Build() Completed

func (ZinterKey) Key

func (c ZinterKey) Key(key ...string) ZinterKey

func (ZinterKey) Weights

func (c ZinterKey) Weights(weight ...int64) ZinterWeights

func (ZinterKey) Withscores

func (c ZinterKey) Withscores() ZinterWithscores

type ZinterNumkeys

type ZinterNumkeys Completed

func (ZinterNumkeys) Key

func (c ZinterNumkeys) Key(key ...string) ZinterKey

type ZinterWeights

type ZinterWeights Completed

func (ZinterWeights) AggregateMax

func (c ZinterWeights) AggregateMax() ZinterAggregateMax

func (ZinterWeights) AggregateMin

func (c ZinterWeights) AggregateMin() ZinterAggregateMin

func (ZinterWeights) AggregateSum

func (c ZinterWeights) AggregateSum() ZinterAggregateSum

func (ZinterWeights) Build

func (c ZinterWeights) Build() Completed

func (ZinterWeights) Weights

func (c ZinterWeights) Weights(weight ...int64) ZinterWeights

func (ZinterWeights) Withscores

func (c ZinterWeights) Withscores() ZinterWithscores

type ZinterWithscores

type ZinterWithscores Completed

func (ZinterWithscores) Build

func (c ZinterWithscores) Build() Completed

type Zintercard

type Zintercard Completed

func (Zintercard) Numkeys

func (c Zintercard) Numkeys(numkeys int64) ZintercardNumkeys

type ZintercardKey

type ZintercardKey Completed

func (ZintercardKey) Build

func (c ZintercardKey) Build() Completed

func (ZintercardKey) Key

func (c ZintercardKey) Key(key ...string) ZintercardKey

func (ZintercardKey) Limit

func (c ZintercardKey) Limit(limit int64) ZintercardLimit

type ZintercardLimit

type ZintercardLimit Completed

func (ZintercardLimit) Build

func (c ZintercardLimit) Build() Completed

type ZintercardNumkeys

type ZintercardNumkeys Completed

func (ZintercardNumkeys) Key

func (c ZintercardNumkeys) Key(key ...string) ZintercardKey

type Zinterstore

type Zinterstore Completed

func (Zinterstore) Destination

func (c Zinterstore) Destination(destination string) ZinterstoreDestination

type ZinterstoreAggregateMax

type ZinterstoreAggregateMax Completed

func (ZinterstoreAggregateMax) Build

type ZinterstoreAggregateMin

type ZinterstoreAggregateMin Completed

func (ZinterstoreAggregateMin) Build

type ZinterstoreAggregateSum

type ZinterstoreAggregateSum Completed

func (ZinterstoreAggregateSum) Build

type ZinterstoreDestination

type ZinterstoreDestination Completed

func (ZinterstoreDestination) Numkeys

func (c ZinterstoreDestination) Numkeys(numkeys int64) ZinterstoreNumkeys

type ZinterstoreKey

type ZinterstoreKey Completed

func (ZinterstoreKey) AggregateMax

func (c ZinterstoreKey) AggregateMax() ZinterstoreAggregateMax

func (ZinterstoreKey) AggregateMin

func (c ZinterstoreKey) AggregateMin() ZinterstoreAggregateMin

func (ZinterstoreKey) AggregateSum

func (c ZinterstoreKey) AggregateSum() ZinterstoreAggregateSum

func (ZinterstoreKey) Build

func (c ZinterstoreKey) Build() Completed

func (ZinterstoreKey) Key

func (c ZinterstoreKey) Key(key ...string) ZinterstoreKey

func (ZinterstoreKey) Weights

func (c ZinterstoreKey) Weights(weight ...int64) ZinterstoreWeights

type ZinterstoreNumkeys

type ZinterstoreNumkeys Completed

func (ZinterstoreNumkeys) Key

type ZinterstoreWeights

type ZinterstoreWeights Completed

func (ZinterstoreWeights) AggregateMax

func (ZinterstoreWeights) AggregateMin

func (ZinterstoreWeights) AggregateSum

func (ZinterstoreWeights) Build

func (c ZinterstoreWeights) Build() Completed

func (ZinterstoreWeights) Weights

func (c ZinterstoreWeights) Weights(weight ...int64) ZinterstoreWeights

type Zlexcount

type Zlexcount Completed

func (Zlexcount) Key

func (c Zlexcount) Key(key string) ZlexcountKey

type ZlexcountKey

type ZlexcountKey Completed

func (ZlexcountKey) Min

func (c ZlexcountKey) Min(min string) ZlexcountMin

type ZlexcountMax

type ZlexcountMax Completed

func (ZlexcountMax) Build

func (c ZlexcountMax) Build() Completed

func (ZlexcountMax) Cache

func (c ZlexcountMax) Cache() Cacheable

type ZlexcountMin

type ZlexcountMin Completed

func (ZlexcountMin) Max

func (c ZlexcountMin) Max(max string) ZlexcountMax

type Zmpop

type Zmpop Completed

func (Zmpop) Numkeys

func (c Zmpop) Numkeys(numkeys int64) ZmpopNumkeys

type ZmpopCount

type ZmpopCount Completed

func (ZmpopCount) Build

func (c ZmpopCount) Build() Completed

type ZmpopKey

type ZmpopKey Completed

func (ZmpopKey) Key

func (c ZmpopKey) Key(key ...string) ZmpopKey

func (ZmpopKey) Max

func (c ZmpopKey) Max() ZmpopWhereMax

func (ZmpopKey) Min

func (c ZmpopKey) Min() ZmpopWhereMin

type ZmpopNumkeys

type ZmpopNumkeys Completed

func (ZmpopNumkeys) Key

func (c ZmpopNumkeys) Key(key ...string) ZmpopKey

type ZmpopWhereMax

type ZmpopWhereMax Completed

func (ZmpopWhereMax) Build

func (c ZmpopWhereMax) Build() Completed

func (ZmpopWhereMax) Count

func (c ZmpopWhereMax) Count(count int64) ZmpopCount

type ZmpopWhereMin

type ZmpopWhereMin Completed

func (ZmpopWhereMin) Build

func (c ZmpopWhereMin) Build() Completed

func (ZmpopWhereMin) Count

func (c ZmpopWhereMin) Count(count int64) ZmpopCount

type Zmscore

type Zmscore Completed

func (Zmscore) Key

func (c Zmscore) Key(key string) ZmscoreKey

type ZmscoreKey

type ZmscoreKey Completed

func (ZmscoreKey) Member

func (c ZmscoreKey) Member(member ...string) ZmscoreMember

type ZmscoreMember

type ZmscoreMember Completed

func (ZmscoreMember) Build

func (c ZmscoreMember) Build() Completed

func (ZmscoreMember) Cache

func (c ZmscoreMember) Cache() Cacheable

func (ZmscoreMember) Member

func (c ZmscoreMember) Member(member ...string) ZmscoreMember

type Zpopmax

type Zpopmax Completed

func (Zpopmax) Key

func (c Zpopmax) Key(key string) ZpopmaxKey

type ZpopmaxCount

type ZpopmaxCount Completed

func (ZpopmaxCount) Build

func (c ZpopmaxCount) Build() Completed

type ZpopmaxKey

type ZpopmaxKey Completed

func (ZpopmaxKey) Build

func (c ZpopmaxKey) Build() Completed

func (ZpopmaxKey) Count

func (c ZpopmaxKey) Count(count int64) ZpopmaxCount

type Zpopmin

type Zpopmin Completed

func (Zpopmin) Key

func (c Zpopmin) Key(key string) ZpopminKey

type ZpopminCount

type ZpopminCount Completed

func (ZpopminCount) Build

func (c ZpopminCount) Build() Completed

type ZpopminKey

type ZpopminKey Completed

func (ZpopminKey) Build

func (c ZpopminKey) Build() Completed

func (ZpopminKey) Count

func (c ZpopminKey) Count(count int64) ZpopminCount

type Zrandmember

type Zrandmember Completed

func (Zrandmember) Key

func (c Zrandmember) Key(key string) ZrandmemberKey

type ZrandmemberKey

type ZrandmemberKey Completed

func (ZrandmemberKey) Build

func (c ZrandmemberKey) Build() Completed

func (ZrandmemberKey) Count

type ZrandmemberOptionsCount

type ZrandmemberOptionsCount Completed

func (ZrandmemberOptionsCount) Build

func (ZrandmemberOptionsCount) Withscores

type ZrandmemberOptionsWithscores

type ZrandmemberOptionsWithscores Completed

func (ZrandmemberOptionsWithscores) Build

type Zrange

type Zrange Completed

func (Zrange) Key

func (c Zrange) Key(key string) ZrangeKey

type ZrangeKey

type ZrangeKey Completed

func (ZrangeKey) Min

func (c ZrangeKey) Min(min string) ZrangeMin

type ZrangeLimit

type ZrangeLimit Completed

func (ZrangeLimit) Build

func (c ZrangeLimit) Build() Completed

func (ZrangeLimit) Cache

func (c ZrangeLimit) Cache() Cacheable

func (ZrangeLimit) Withscores

func (c ZrangeLimit) Withscores() ZrangeWithscores

type ZrangeMax

type ZrangeMax Completed

func (ZrangeMax) Build

func (c ZrangeMax) Build() Completed

func (ZrangeMax) Bylex

func (c ZrangeMax) Bylex() ZrangeSortbyBylex

func (ZrangeMax) Byscore

func (c ZrangeMax) Byscore() ZrangeSortbyByscore

func (ZrangeMax) Cache

func (c ZrangeMax) Cache() Cacheable

func (ZrangeMax) Limit

func (c ZrangeMax) Limit(offset int64, count int64) ZrangeLimit

func (ZrangeMax) Rev

func (c ZrangeMax) Rev() ZrangeRev

func (ZrangeMax) Withscores

func (c ZrangeMax) Withscores() ZrangeWithscores

type ZrangeMin

type ZrangeMin Completed

func (ZrangeMin) Max

func (c ZrangeMin) Max(max string) ZrangeMax

type ZrangeRev

type ZrangeRev Completed

func (ZrangeRev) Build

func (c ZrangeRev) Build() Completed

func (ZrangeRev) Cache

func (c ZrangeRev) Cache() Cacheable

func (ZrangeRev) Limit

func (c ZrangeRev) Limit(offset int64, count int64) ZrangeLimit

func (ZrangeRev) Withscores

func (c ZrangeRev) Withscores() ZrangeWithscores

type ZrangeSortbyBylex

type ZrangeSortbyBylex Completed

func (ZrangeSortbyBylex) Build

func (c ZrangeSortbyBylex) Build() Completed

func (ZrangeSortbyBylex) Cache

func (c ZrangeSortbyBylex) Cache() Cacheable

func (ZrangeSortbyBylex) Limit

func (c ZrangeSortbyBylex) Limit(offset int64, count int64) ZrangeLimit

func (ZrangeSortbyBylex) Rev

func (c ZrangeSortbyBylex) Rev() ZrangeRev

func (ZrangeSortbyBylex) Withscores

func (c ZrangeSortbyBylex) Withscores() ZrangeWithscores

type ZrangeSortbyByscore

type ZrangeSortbyByscore Completed

func (ZrangeSortbyByscore) Build

func (c ZrangeSortbyByscore) Build() Completed

func (ZrangeSortbyByscore) Cache

func (c ZrangeSortbyByscore) Cache() Cacheable

func (ZrangeSortbyByscore) Limit

func (c ZrangeSortbyByscore) Limit(offset int64, count int64) ZrangeLimit

func (ZrangeSortbyByscore) Rev

func (ZrangeSortbyByscore) Withscores

func (c ZrangeSortbyByscore) Withscores() ZrangeWithscores

type ZrangeWithscores

type ZrangeWithscores Completed

func (ZrangeWithscores) Build

func (c ZrangeWithscores) Build() Completed

func (ZrangeWithscores) Cache

func (c ZrangeWithscores) Cache() Cacheable

type Zrangebylex

type Zrangebylex Completed

func (Zrangebylex) Key

func (c Zrangebylex) Key(key string) ZrangebylexKey

type ZrangebylexKey

type ZrangebylexKey Completed

func (ZrangebylexKey) Min

type ZrangebylexLimit

type ZrangebylexLimit Completed

func (ZrangebylexLimit) Build

func (c ZrangebylexLimit) Build() Completed

func (ZrangebylexLimit) Cache

func (c ZrangebylexLimit) Cache() Cacheable

type ZrangebylexMax

type ZrangebylexMax Completed

func (ZrangebylexMax) Build

func (c ZrangebylexMax) Build() Completed

func (ZrangebylexMax) Cache

func (c ZrangebylexMax) Cache() Cacheable

func (ZrangebylexMax) Limit

func (c ZrangebylexMax) Limit(offset int64, count int64) ZrangebylexLimit

type ZrangebylexMin

type ZrangebylexMin Completed

func (ZrangebylexMin) Max

type Zrangebyscore

type Zrangebyscore Completed

func (Zrangebyscore) Key

type ZrangebyscoreKey

type ZrangebyscoreKey Completed

func (ZrangebyscoreKey) Min

type ZrangebyscoreLimit

type ZrangebyscoreLimit Completed

func (ZrangebyscoreLimit) Build

func (c ZrangebyscoreLimit) Build() Completed

func (ZrangebyscoreLimit) Cache

func (c ZrangebyscoreLimit) Cache() Cacheable

type ZrangebyscoreMax

type ZrangebyscoreMax Completed

func (ZrangebyscoreMax) Build

func (c ZrangebyscoreMax) Build() Completed

func (ZrangebyscoreMax) Cache

func (c ZrangebyscoreMax) Cache() Cacheable

func (ZrangebyscoreMax) Limit

func (c ZrangebyscoreMax) Limit(offset int64, count int64) ZrangebyscoreLimit

func (ZrangebyscoreMax) Withscores

type ZrangebyscoreMin

type ZrangebyscoreMin Completed

func (ZrangebyscoreMin) Max

type ZrangebyscoreWithscores

type ZrangebyscoreWithscores Completed

func (ZrangebyscoreWithscores) Build

func (ZrangebyscoreWithscores) Cache

func (ZrangebyscoreWithscores) Limit

func (c ZrangebyscoreWithscores) Limit(offset int64, count int64) ZrangebyscoreLimit

type Zrangestore

type Zrangestore Completed

func (Zrangestore) Dst

func (c Zrangestore) Dst(dst string) ZrangestoreDst

type ZrangestoreDst

type ZrangestoreDst Completed

func (ZrangestoreDst) Src

type ZrangestoreLimit

type ZrangestoreLimit Completed

func (ZrangestoreLimit) Build

func (c ZrangestoreLimit) Build() Completed

type ZrangestoreMax

type ZrangestoreMax Completed

func (ZrangestoreMax) Build

func (c ZrangestoreMax) Build() Completed

func (ZrangestoreMax) Bylex

func (ZrangestoreMax) Byscore

func (ZrangestoreMax) Limit

func (c ZrangestoreMax) Limit(offset int64, count int64) ZrangestoreLimit

func (ZrangestoreMax) Rev

type ZrangestoreMin

type ZrangestoreMin Completed

func (ZrangestoreMin) Max

type ZrangestoreRev

type ZrangestoreRev Completed

func (ZrangestoreRev) Build

func (c ZrangestoreRev) Build() Completed

func (ZrangestoreRev) Limit

func (c ZrangestoreRev) Limit(offset int64, count int64) ZrangestoreLimit

type ZrangestoreSortbyBylex

type ZrangestoreSortbyBylex Completed

func (ZrangestoreSortbyBylex) Build

func (ZrangestoreSortbyBylex) Limit

func (c ZrangestoreSortbyBylex) Limit(offset int64, count int64) ZrangestoreLimit

func (ZrangestoreSortbyBylex) Rev

type ZrangestoreSortbyByscore

type ZrangestoreSortbyByscore Completed

func (ZrangestoreSortbyByscore) Build

func (ZrangestoreSortbyByscore) Limit

func (c ZrangestoreSortbyByscore) Limit(offset int64, count int64) ZrangestoreLimit

func (ZrangestoreSortbyByscore) Rev

type ZrangestoreSrc

type ZrangestoreSrc Completed

func (ZrangestoreSrc) Min

type Zrank

type Zrank Completed

func (Zrank) Key

func (c Zrank) Key(key string) ZrankKey

type ZrankKey

type ZrankKey Completed

func (ZrankKey) Member

func (c ZrankKey) Member(member string) ZrankMember

type ZrankMember

type ZrankMember Completed

func (ZrankMember) Build

func (c ZrankMember) Build() Completed

func (ZrankMember) Cache

func (c ZrankMember) Cache() Cacheable

type Zrem

type Zrem Completed

func (Zrem) Key

func (c Zrem) Key(key string) ZremKey

type ZremKey

type ZremKey Completed

func (ZremKey) Member

func (c ZremKey) Member(member ...string) ZremMember

type ZremMember

type ZremMember Completed

func (ZremMember) Build

func (c ZremMember) Build() Completed

func (ZremMember) Member

func (c ZremMember) Member(member ...string) ZremMember

type Zremrangebylex

type Zremrangebylex Completed

func (Zremrangebylex) Key

type ZremrangebylexKey

type ZremrangebylexKey Completed

func (ZremrangebylexKey) Min

type ZremrangebylexMax

type ZremrangebylexMax Completed

func (ZremrangebylexMax) Build

func (c ZremrangebylexMax) Build() Completed

type ZremrangebylexMin

type ZremrangebylexMin Completed

func (ZremrangebylexMin) Max

type Zremrangebyrank

type Zremrangebyrank Completed

func (Zremrangebyrank) Key

type ZremrangebyrankKey

type ZremrangebyrankKey Completed

func (ZremrangebyrankKey) Start

type ZremrangebyrankStart

type ZremrangebyrankStart Completed

func (ZremrangebyrankStart) Stop

type ZremrangebyrankStop

type ZremrangebyrankStop Completed

func (ZremrangebyrankStop) Build

func (c ZremrangebyrankStop) Build() Completed

type Zremrangebyscore

type Zremrangebyscore Completed

func (Zremrangebyscore) Key

type ZremrangebyscoreKey

type ZremrangebyscoreKey Completed

func (ZremrangebyscoreKey) Min

type ZremrangebyscoreMax

type ZremrangebyscoreMax Completed

func (ZremrangebyscoreMax) Build

func (c ZremrangebyscoreMax) Build() Completed

type ZremrangebyscoreMin

type ZremrangebyscoreMin Completed

func (ZremrangebyscoreMin) Max

type Zrevrange

type Zrevrange Completed

func (Zrevrange) Key

func (c Zrevrange) Key(key string) ZrevrangeKey

type ZrevrangeKey

type ZrevrangeKey Completed

func (ZrevrangeKey) Start

func (c ZrevrangeKey) Start(start int64) ZrevrangeStart

type ZrevrangeStart

type ZrevrangeStart Completed

func (ZrevrangeStart) Stop

func (c ZrevrangeStart) Stop(stop int64) ZrevrangeStop

type ZrevrangeStop

type ZrevrangeStop Completed

func (ZrevrangeStop) Build

func (c ZrevrangeStop) Build() Completed

func (ZrevrangeStop) Cache

func (c ZrevrangeStop) Cache() Cacheable

func (ZrevrangeStop) Withscores

func (c ZrevrangeStop) Withscores() ZrevrangeWithscores

type ZrevrangeWithscores

type ZrevrangeWithscores Completed

func (ZrevrangeWithscores) Build

func (c ZrevrangeWithscores) Build() Completed

func (ZrevrangeWithscores) Cache

func (c ZrevrangeWithscores) Cache() Cacheable

type Zrevrangebylex

type Zrevrangebylex Completed

func (Zrevrangebylex) Key

type ZrevrangebylexKey

type ZrevrangebylexKey Completed

func (ZrevrangebylexKey) Max

type ZrevrangebylexLimit

type ZrevrangebylexLimit Completed

func (ZrevrangebylexLimit) Build

func (c ZrevrangebylexLimit) Build() Completed

func (ZrevrangebylexLimit) Cache

func (c ZrevrangebylexLimit) Cache() Cacheable

type ZrevrangebylexMax

type ZrevrangebylexMax Completed

func (ZrevrangebylexMax) Min

type ZrevrangebylexMin

type ZrevrangebylexMin Completed

func (ZrevrangebylexMin) Build

func (c ZrevrangebylexMin) Build() Completed

func (ZrevrangebylexMin) Cache

func (c ZrevrangebylexMin) Cache() Cacheable

func (ZrevrangebylexMin) Limit

func (c ZrevrangebylexMin) Limit(offset int64, count int64) ZrevrangebylexLimit

type Zrevrangebyscore

type Zrevrangebyscore Completed

func (Zrevrangebyscore) Key

type ZrevrangebyscoreKey

type ZrevrangebyscoreKey Completed

func (ZrevrangebyscoreKey) Max

type ZrevrangebyscoreLimit

type ZrevrangebyscoreLimit Completed

func (ZrevrangebyscoreLimit) Build

func (c ZrevrangebyscoreLimit) Build() Completed

func (ZrevrangebyscoreLimit) Cache

func (c ZrevrangebyscoreLimit) Cache() Cacheable

type ZrevrangebyscoreMax

type ZrevrangebyscoreMax Completed

func (ZrevrangebyscoreMax) Min

type ZrevrangebyscoreMin

type ZrevrangebyscoreMin Completed

func (ZrevrangebyscoreMin) Build

func (c ZrevrangebyscoreMin) Build() Completed

func (ZrevrangebyscoreMin) Cache

func (c ZrevrangebyscoreMin) Cache() Cacheable

func (ZrevrangebyscoreMin) Limit

func (c ZrevrangebyscoreMin) Limit(offset int64, count int64) ZrevrangebyscoreLimit

func (ZrevrangebyscoreMin) Withscores

type ZrevrangebyscoreWithscores

type ZrevrangebyscoreWithscores Completed

func (ZrevrangebyscoreWithscores) Build

func (ZrevrangebyscoreWithscores) Cache

func (ZrevrangebyscoreWithscores) Limit

type Zrevrank

type Zrevrank Completed

func (Zrevrank) Key

func (c Zrevrank) Key(key string) ZrevrankKey

type ZrevrankKey

type ZrevrankKey Completed

func (ZrevrankKey) Member

func (c ZrevrankKey) Member(member string) ZrevrankMember

type ZrevrankMember

type ZrevrankMember Completed

func (ZrevrankMember) Build

func (c ZrevrankMember) Build() Completed

func (ZrevrankMember) Cache

func (c ZrevrankMember) Cache() Cacheable

type Zscan

type Zscan Completed

func (Zscan) Key

func (c Zscan) Key(key string) ZscanKey

type ZscanCount

type ZscanCount Completed

func (ZscanCount) Build

func (c ZscanCount) Build() Completed

type ZscanCursor

type ZscanCursor Completed

func (ZscanCursor) Build

func (c ZscanCursor) Build() Completed

func (ZscanCursor) Count

func (c ZscanCursor) Count(count int64) ZscanCount

func (ZscanCursor) Match

func (c ZscanCursor) Match(pattern string) ZscanMatch

type ZscanKey

type ZscanKey Completed

func (ZscanKey) Cursor

func (c ZscanKey) Cursor(cursor int64) ZscanCursor

type ZscanMatch

type ZscanMatch Completed

func (ZscanMatch) Build

func (c ZscanMatch) Build() Completed

func (ZscanMatch) Count

func (c ZscanMatch) Count(count int64) ZscanCount

type Zscore

type Zscore Completed

func (Zscore) Key

func (c Zscore) Key(key string) ZscoreKey

type ZscoreKey

type ZscoreKey Completed

func (ZscoreKey) Member

func (c ZscoreKey) Member(member string) ZscoreMember

type ZscoreMember

type ZscoreMember Completed

func (ZscoreMember) Build

func (c ZscoreMember) Build() Completed

func (ZscoreMember) Cache

func (c ZscoreMember) Cache() Cacheable

type Zunion

type Zunion Completed

func (Zunion) Numkeys

func (c Zunion) Numkeys(numkeys int64) ZunionNumkeys

type ZunionAggregateMax

type ZunionAggregateMax Completed

func (ZunionAggregateMax) Build

func (c ZunionAggregateMax) Build() Completed

func (ZunionAggregateMax) Withscores

func (c ZunionAggregateMax) Withscores() ZunionWithscores

type ZunionAggregateMin

type ZunionAggregateMin Completed

func (ZunionAggregateMin) Build

func (c ZunionAggregateMin) Build() Completed

func (ZunionAggregateMin) Withscores

func (c ZunionAggregateMin) Withscores() ZunionWithscores

type ZunionAggregateSum

type ZunionAggregateSum Completed

func (ZunionAggregateSum) Build

func (c ZunionAggregateSum) Build() Completed

func (ZunionAggregateSum) Withscores

func (c ZunionAggregateSum) Withscores() ZunionWithscores

type ZunionKey

type ZunionKey Completed

func (ZunionKey) AggregateMax

func (c ZunionKey) AggregateMax() ZunionAggregateMax

func (ZunionKey) AggregateMin

func (c ZunionKey) AggregateMin() ZunionAggregateMin

func (ZunionKey) AggregateSum

func (c ZunionKey) AggregateSum() ZunionAggregateSum

func (ZunionKey) Build

func (c ZunionKey) Build() Completed

func (ZunionKey) Key

func (c ZunionKey) Key(key ...string) ZunionKey

func (ZunionKey) Weights

func (c ZunionKey) Weights(weight ...int64) ZunionWeights

func (ZunionKey) Withscores

func (c ZunionKey) Withscores() ZunionWithscores

type ZunionNumkeys

type ZunionNumkeys Completed

func (ZunionNumkeys) Key

func (c ZunionNumkeys) Key(key ...string) ZunionKey

type ZunionWeights

type ZunionWeights Completed

func (ZunionWeights) AggregateMax

func (c ZunionWeights) AggregateMax() ZunionAggregateMax

func (ZunionWeights) AggregateMin

func (c ZunionWeights) AggregateMin() ZunionAggregateMin

func (ZunionWeights) AggregateSum

func (c ZunionWeights) AggregateSum() ZunionAggregateSum

func (ZunionWeights) Build

func (c ZunionWeights) Build() Completed

func (ZunionWeights) Weights

func (c ZunionWeights) Weights(weight ...int64) ZunionWeights

func (ZunionWeights) Withscores

func (c ZunionWeights) Withscores() ZunionWithscores

type ZunionWithscores

type ZunionWithscores Completed

func (ZunionWithscores) Build

func (c ZunionWithscores) Build() Completed

type Zunionstore

type Zunionstore Completed

func (Zunionstore) Destination

func (c Zunionstore) Destination(destination string) ZunionstoreDestination

type ZunionstoreAggregateMax

type ZunionstoreAggregateMax Completed

func (ZunionstoreAggregateMax) Build

type ZunionstoreAggregateMin

type ZunionstoreAggregateMin Completed

func (ZunionstoreAggregateMin) Build

type ZunionstoreAggregateSum

type ZunionstoreAggregateSum Completed

func (ZunionstoreAggregateSum) Build

type ZunionstoreDestination

type ZunionstoreDestination Completed

func (ZunionstoreDestination) Numkeys

func (c ZunionstoreDestination) Numkeys(numkeys int64) ZunionstoreNumkeys

type ZunionstoreKey

type ZunionstoreKey Completed

func (ZunionstoreKey) AggregateMax

func (c ZunionstoreKey) AggregateMax() ZunionstoreAggregateMax

func (ZunionstoreKey) AggregateMin

func (c ZunionstoreKey) AggregateMin() ZunionstoreAggregateMin

func (ZunionstoreKey) AggregateSum

func (c ZunionstoreKey) AggregateSum() ZunionstoreAggregateSum

func (ZunionstoreKey) Build

func (c ZunionstoreKey) Build() Completed

func (ZunionstoreKey) Key

func (c ZunionstoreKey) Key(key ...string) ZunionstoreKey

func (ZunionstoreKey) Weights

func (c ZunionstoreKey) Weights(weight ...int64) ZunionstoreWeights

type ZunionstoreNumkeys

type ZunionstoreNumkeys Completed

func (ZunionstoreNumkeys) Key

type ZunionstoreWeights

type ZunionstoreWeights Completed

func (ZunionstoreWeights) AggregateMax

func (ZunionstoreWeights) AggregateMin

func (ZunionstoreWeights) AggregateSum

func (ZunionstoreWeights) Build

func (c ZunionstoreWeights) Build() Completed

func (ZunionstoreWeights) Weights

func (c ZunionstoreWeights) Weights(weight ...int64) ZunionstoreWeights

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL