cmds

package
v1.0.35 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// InitSlot indicates that the command be sent to any redis node in cluster
	// When SendToReplicas is set, InitSlot command will be sent to primary node
	InitSlot = uint16(1 << 14)
	// NoSlot indicates that the command has no key slot specified
	NoSlot = uint16(1 << 15)
)
View Source
const ErrBuiltTwice = "a command should not be built twice"
View Source
const ErrUnfinished = "a command should be finished by calling Build() or Cache()"

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
	}

	// 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
	}
	// ShardsCmd is predefined CLUSTER SHARDS
	ShardsCmd = 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
	}
	// SentinelUnSubscribe is predefined UNSUBSCRIBE ASKING
	SentinelUnSubscribe = Completed{
						// contains filtered or unexported fields
	}
)

Functions

func CacheKey

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

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

func JsonMGets

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

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

func JsonMSets added in v1.0.3

func JsonMSets(kvs map[string]string, path string) map[uint16]Completed

JsonMSets groups keys by their slot and returns multi JSON.MSET commands

func MDels added in v1.0.3

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

MDels groups keys by their slot and returns multi DEL commands

func MGetCacheCmd

func MGetCacheCmd(c Cacheable) string

MGetCacheCmd returns the cache command of the MGET singular command

func MGetCacheKey

func MGetCacheKey(c Cacheable, i int) string

MGetCacheKey returns the cache key of the MGET singular command

func MGets

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

MGets groups keys by their slot and returns multi MGET commands

func MSetNXs

func MSetNXs(kvs map[string]string) map[uint16]Completed

MSetNXs groups keys by their slot and returns multi MSETNX commands

func MSets

func MSets(kvs map[string]string) map[uint16]Completed

MSets groups keys by their slot and returns multi MSET commands

func Put

func Put(cs *CommandSlice)

func PutCacheable

func PutCacheable(c Cacheable)

PutCacheable recycles the Cacheable

func PutCompleted

func PutCompleted(c Completed)

PutCompleted recycles the Completed

func PutCompletedForce added in v1.0.15

func PutCompletedForce(c Completed)

PutCompletedForce recycles the Completed regardless of the c.cs.r

func ToBlock

func ToBlock(c *Completed)

ToBlock marks the command with blockTag

Types

type AclCat

type AclCat Incomplete

func (AclCat) Build

func (c AclCat) Build() Completed

func (AclCat) Categoryname

func (c AclCat) Categoryname(categoryname string) AclCatCategoryname

type AclCatCategoryname

type AclCatCategoryname Incomplete

func (AclCatCategoryname) Build

func (c AclCatCategoryname) Build() Completed

type AclDeluser

type AclDeluser Incomplete

func (AclDeluser) Username

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

type AclDeluserUsername

type AclDeluserUsername Incomplete

func (AclDeluserUsername) Build

func (c AclDeluserUsername) Build() Completed

func (AclDeluserUsername) Username

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

type AclDryrun

type AclDryrun Incomplete

func (AclDryrun) Username

func (c AclDryrun) Username(username string) AclDryrunUsername

type AclDryrunArg

type AclDryrunArg Incomplete

func (AclDryrunArg) Arg

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

func (AclDryrunArg) Build

func (c AclDryrunArg) Build() Completed

type AclDryrunCommand

type AclDryrunCommand Incomplete

func (AclDryrunCommand) Arg

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

func (AclDryrunCommand) Build

func (c AclDryrunCommand) Build() Completed

type AclDryrunUsername

type AclDryrunUsername Incomplete

func (AclDryrunUsername) Command

func (c AclDryrunUsername) Command(command string) AclDryrunCommand

type AclGenpass

type AclGenpass Incomplete

func (AclGenpass) Bits

func (c AclGenpass) Bits(bits int64) AclGenpassBits

func (AclGenpass) Build

func (c AclGenpass) Build() Completed

type AclGenpassBits

type AclGenpassBits Incomplete

func (AclGenpassBits) Build

func (c AclGenpassBits) Build() Completed

type AclGetuser

type AclGetuser Incomplete

func (AclGetuser) Username

func (c AclGetuser) Username(username string) AclGetuserUsername

type AclGetuserUsername

type AclGetuserUsername Incomplete

func (AclGetuserUsername) Build

func (c AclGetuserUsername) Build() Completed

type AclHelp

type AclHelp Incomplete

func (AclHelp) Build

func (c AclHelp) Build() Completed

type AclList

type AclList Incomplete

func (AclList) Build

func (c AclList) Build() Completed

type AclLoad

type AclLoad Incomplete

func (AclLoad) Build

func (c AclLoad) Build() Completed

type AclLog

type AclLog Incomplete

func (AclLog) Count

func (c AclLog) Count(count int64) AclLogCountCount

func (AclLog) Reset

func (c AclLog) Reset() AclLogCountReset

type AclLogCountCount

type AclLogCountCount Incomplete

func (AclLogCountCount) Build

func (c AclLogCountCount) Build() Completed

func (AclLogCountCount) Reset

type AclLogCountReset

type AclLogCountReset Incomplete

func (AclLogCountReset) Build

func (c AclLogCountReset) Build() Completed

type AclSave

type AclSave Incomplete

func (AclSave) Build

func (c AclSave) Build() Completed

type AclSetuser

type AclSetuser Incomplete

func (AclSetuser) Username

func (c AclSetuser) Username(username string) AclSetuserUsername

type AclSetuserRule

type AclSetuserRule Incomplete

func (AclSetuserRule) Build

func (c AclSetuserRule) Build() Completed

func (AclSetuserRule) Rule

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

type AclSetuserUsername

type AclSetuserUsername Incomplete

func (AclSetuserUsername) Build

func (c AclSetuserUsername) Build() Completed

func (AclSetuserUsername) Rule

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

type AclUsers

type AclUsers Incomplete

func (AclUsers) Build

func (c AclUsers) Build() Completed

type AclWhoami

type AclWhoami Incomplete

func (AclWhoami) Build

func (c AclWhoami) Build() Completed

type AiModeldel

type AiModeldel Incomplete

func (AiModeldel) Key

func (c AiModeldel) Key(key string) AiModeldelKey

type AiModeldelKey

type AiModeldelKey Incomplete

func (AiModeldelKey) Build

func (c AiModeldelKey) Build() Completed

type AiModelexecute

type AiModelexecute Incomplete

func (AiModelexecute) Key

type AiModelexecuteInputsInput

type AiModelexecuteInputsInput Incomplete

func (AiModelexecuteInputsInput) Input

func (AiModelexecuteInputsInput) Outputs

type AiModelexecuteInputsInputs

type AiModelexecuteInputsInputs Incomplete

func (AiModelexecuteInputsInputs) Input

type AiModelexecuteKey

type AiModelexecuteKey Incomplete

func (AiModelexecuteKey) Inputs

func (c AiModelexecuteKey) Inputs(inputCount int64) AiModelexecuteInputsInputs

type AiModelexecuteOutputsOutput

type AiModelexecuteOutputsOutput Incomplete

func (AiModelexecuteOutputsOutput) Build

func (AiModelexecuteOutputsOutput) Cache

func (AiModelexecuteOutputsOutput) Output

func (AiModelexecuteOutputsOutput) Timeout

type AiModelexecuteOutputsOutputs

type AiModelexecuteOutputsOutputs Incomplete

func (AiModelexecuteOutputsOutputs) Output

type AiModelexecuteTimeout

type AiModelexecuteTimeout Incomplete

func (AiModelexecuteTimeout) Build

func (c AiModelexecuteTimeout) Build() Completed

func (AiModelexecuteTimeout) Cache

func (c AiModelexecuteTimeout) Cache() Cacheable

type AiModelget

type AiModelget Incomplete

func (AiModelget) Key

func (c AiModelget) Key(key string) AiModelgetKey

type AiModelgetBlob

type AiModelgetBlob Incomplete

func (AiModelgetBlob) Build

func (c AiModelgetBlob) Build() Completed

func (AiModelgetBlob) Cache

func (c AiModelgetBlob) Cache() Cacheable

type AiModelgetKey

type AiModelgetKey Incomplete

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 Incomplete

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 Incomplete

func (AiModelstore) Key

func (c AiModelstore) Key(key string) AiModelstoreKey

type AiModelstoreBackendOnnx

type AiModelstoreBackendOnnx Incomplete

func (AiModelstoreBackendOnnx) Cpu

func (AiModelstoreBackendOnnx) Gpu

type AiModelstoreBackendTf

type AiModelstoreBackendTf Incomplete

func (AiModelstoreBackendTf) Cpu

func (AiModelstoreBackendTf) Gpu

type AiModelstoreBackendTorch

type AiModelstoreBackendTorch Incomplete

func (AiModelstoreBackendTorch) Cpu

func (AiModelstoreBackendTorch) Gpu

type AiModelstoreBatchsize

type AiModelstoreBatchsize Incomplete

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 Incomplete

func (AiModelstoreBlob) Build

func (c AiModelstoreBlob) Build() Completed

type AiModelstoreDeviceCpu

type AiModelstoreDeviceCpu Incomplete

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 Incomplete

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 Incomplete

func (AiModelstoreInputsInput) Blob

func (AiModelstoreInputsInput) Build

func (AiModelstoreInputsInput) Input

func (AiModelstoreInputsInput) Outputs

type AiModelstoreInputsInputs

type AiModelstoreInputsInputs Incomplete

func (AiModelstoreInputsInputs) Input

type AiModelstoreKey

type AiModelstoreKey Incomplete

func (AiModelstoreKey) Onnx

func (AiModelstoreKey) Tf

func (AiModelstoreKey) Torch

type AiModelstoreMinbatchsize

type AiModelstoreMinbatchsize Incomplete

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 Incomplete

func (AiModelstoreMinbatchtimeout) Blob

func (AiModelstoreMinbatchtimeout) Build

func (AiModelstoreMinbatchtimeout) Inputs

func (AiModelstoreMinbatchtimeout) Outputs

type AiModelstoreOutputsOutput

type AiModelstoreOutputsOutput Incomplete

func (AiModelstoreOutputsOutput) Blob

func (AiModelstoreOutputsOutput) Build

func (AiModelstoreOutputsOutput) Output

type AiModelstoreOutputsOutputs

type AiModelstoreOutputsOutputs Incomplete

func (AiModelstoreOutputsOutputs) Output

type AiModelstoreTag

type AiModelstoreTag Incomplete

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 Incomplete

func (AiScriptdel) Key

func (c AiScriptdel) Key(key string) AiScriptdelKey

type AiScriptdelKey

type AiScriptdelKey Incomplete

func (AiScriptdelKey) Build

func (c AiScriptdelKey) Build() Completed

type AiScriptexecute

type AiScriptexecute Incomplete

func (AiScriptexecute) Key

type AiScriptexecuteArgsArg

type AiScriptexecuteArgsArg Incomplete

func (AiScriptexecuteArgsArg) Arg

func (AiScriptexecuteArgsArg) Build

func (AiScriptexecuteArgsArg) Outputs

func (AiScriptexecuteArgsArg) Timeout

type AiScriptexecuteArgsArgs

type AiScriptexecuteArgsArgs Incomplete

func (AiScriptexecuteArgsArgs) Arg

type AiScriptexecuteFunction

type AiScriptexecuteFunction Incomplete

func (AiScriptexecuteFunction) Args

func (AiScriptexecuteFunction) Build

func (AiScriptexecuteFunction) Inputs

func (AiScriptexecuteFunction) Keys

func (AiScriptexecuteFunction) Outputs

func (AiScriptexecuteFunction) Timeout

type AiScriptexecuteInputsInput

type AiScriptexecuteInputsInput Incomplete

func (AiScriptexecuteInputsInput) Args

func (AiScriptexecuteInputsInput) Build

func (AiScriptexecuteInputsInput) Input

func (AiScriptexecuteInputsInput) Outputs

func (AiScriptexecuteInputsInput) Timeout

type AiScriptexecuteInputsInputs

type AiScriptexecuteInputsInputs Incomplete

func (AiScriptexecuteInputsInputs) Input

type AiScriptexecuteKey

type AiScriptexecuteKey Incomplete

func (AiScriptexecuteKey) Function

func (c AiScriptexecuteKey) Function(function string) AiScriptexecuteFunction

type AiScriptexecuteKeysKey

type AiScriptexecuteKeysKey Incomplete

func (AiScriptexecuteKeysKey) Args

func (AiScriptexecuteKeysKey) Build

func (AiScriptexecuteKeysKey) Inputs

func (AiScriptexecuteKeysKey) Key

func (AiScriptexecuteKeysKey) Outputs

func (AiScriptexecuteKeysKey) Timeout

type AiScriptexecuteKeysKeys

type AiScriptexecuteKeysKeys Incomplete

func (AiScriptexecuteKeysKeys) Key

type AiScriptexecuteOutputsOutput

type AiScriptexecuteOutputsOutput Incomplete

func (AiScriptexecuteOutputsOutput) Build

func (AiScriptexecuteOutputsOutput) Output

func (AiScriptexecuteOutputsOutput) Timeout

type AiScriptexecuteOutputsOutputs

type AiScriptexecuteOutputsOutputs Incomplete

func (AiScriptexecuteOutputsOutputs) Output

type AiScriptexecuteTimeout

type AiScriptexecuteTimeout Incomplete

func (AiScriptexecuteTimeout) Build

type AiScriptget

type AiScriptget Incomplete

func (AiScriptget) Key

func (c AiScriptget) Key(key string) AiScriptgetKey

type AiScriptgetKey

type AiScriptgetKey Incomplete

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 Incomplete

func (AiScriptgetMeta) Build

func (c AiScriptgetMeta) Build() Completed

func (AiScriptgetMeta) Cache

func (c AiScriptgetMeta) Cache() Cacheable

func (AiScriptgetMeta) Source

type AiScriptgetSource

type AiScriptgetSource Incomplete

func (AiScriptgetSource) Build

func (c AiScriptgetSource) Build() Completed

func (AiScriptgetSource) Cache

func (c AiScriptgetSource) Cache() Cacheable

type AiScriptstore

type AiScriptstore Incomplete

func (AiScriptstore) Key

type AiScriptstoreDeviceCpu

type AiScriptstoreDeviceCpu Incomplete

func (AiScriptstoreDeviceCpu) EntryPoints

func (c AiScriptstoreDeviceCpu) EntryPoints(entryPointCount int64) AiScriptstoreEntryPointsEntryPoints

func (AiScriptstoreDeviceCpu) Tag

type AiScriptstoreDeviceGpu

type AiScriptstoreDeviceGpu Incomplete

func (AiScriptstoreDeviceGpu) EntryPoints

func (c AiScriptstoreDeviceGpu) EntryPoints(entryPointCount int64) AiScriptstoreEntryPointsEntryPoints

func (AiScriptstoreDeviceGpu) Tag

type AiScriptstoreEntryPointsEntryPoint

type AiScriptstoreEntryPointsEntryPoint Incomplete

func (AiScriptstoreEntryPointsEntryPoint) Build

func (AiScriptstoreEntryPointsEntryPoint) EntryPoint

type AiScriptstoreEntryPointsEntryPoints

type AiScriptstoreEntryPointsEntryPoints Incomplete

func (AiScriptstoreEntryPointsEntryPoints) EntryPoint

type AiScriptstoreKey

type AiScriptstoreKey Incomplete

func (AiScriptstoreKey) Cpu

func (AiScriptstoreKey) Gpu

type AiScriptstoreTag

type AiScriptstoreTag Incomplete

func (AiScriptstoreTag) EntryPoints

func (c AiScriptstoreTag) EntryPoints(entryPointCount int64) AiScriptstoreEntryPointsEntryPoints

type AiTensorget

type AiTensorget Incomplete

func (AiTensorget) Key

func (c AiTensorget) Key(key string) AiTensorgetKey

type AiTensorgetFormatBlob

type AiTensorgetFormatBlob Incomplete

func (AiTensorgetFormatBlob) Build

func (c AiTensorgetFormatBlob) Build() Completed

func (AiTensorgetFormatBlob) Cache

func (c AiTensorgetFormatBlob) Cache() Cacheable

type AiTensorgetFormatValues

type AiTensorgetFormatValues Incomplete

func (AiTensorgetFormatValues) Build

func (AiTensorgetFormatValues) Cache

type AiTensorgetKey

type AiTensorgetKey Incomplete

func (AiTensorgetKey) Meta

type AiTensorgetMeta

type AiTensorgetMeta Incomplete

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 Incomplete

func (AiTensorset) Key

func (c AiTensorset) Key(key string) AiTensorsetKey

type AiTensorsetBlob

type AiTensorsetBlob Incomplete

func (AiTensorsetBlob) Build

func (c AiTensorsetBlob) Build() Completed

func (AiTensorsetBlob) Values

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

type AiTensorsetKey

type AiTensorsetKey Incomplete

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 Incomplete

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 Incomplete

func (AiTensorsetTypeBool) Shape

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

type AiTensorsetTypeDouble

type AiTensorsetTypeDouble Incomplete

func (AiTensorsetTypeDouble) Shape

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

type AiTensorsetTypeFloat

type AiTensorsetTypeFloat Incomplete

func (AiTensorsetTypeFloat) Shape

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

type AiTensorsetTypeInt16

type AiTensorsetTypeInt16 Incomplete

func (AiTensorsetTypeInt16) Shape

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

type AiTensorsetTypeInt32

type AiTensorsetTypeInt32 Incomplete

func (AiTensorsetTypeInt32) Shape

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

type AiTensorsetTypeInt64

type AiTensorsetTypeInt64 Incomplete

func (AiTensorsetTypeInt64) Shape

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

type AiTensorsetTypeInt8

type AiTensorsetTypeInt8 Incomplete

func (AiTensorsetTypeInt8) Shape

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

type AiTensorsetTypeString

type AiTensorsetTypeString Incomplete

func (AiTensorsetTypeString) Shape

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

type AiTensorsetTypeUint16

type AiTensorsetTypeUint16 Incomplete

func (AiTensorsetTypeUint16) Shape

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

type AiTensorsetTypeUint8

type AiTensorsetTypeUint8 Incomplete

func (AiTensorsetTypeUint8) Shape

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

type AiTensorsetValues

type AiTensorsetValues Incomplete

func (AiTensorsetValues) Build

func (c AiTensorsetValues) Build() Completed

func (AiTensorsetValues) Values

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

type Append

type Append Incomplete

func (Append) Key

func (c Append) Key(key string) AppendKey

type AppendKey

type AppendKey Incomplete

func (AppendKey) Value

func (c AppendKey) Value(value string) AppendValue

type AppendValue

type AppendValue Incomplete

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 Incomplete

func (Asking) Build

func (c Asking) Build() Completed

type Auth

type Auth Incomplete

func (Auth) Password

func (c Auth) Password(password string) AuthPassword

func (Auth) Username

func (c Auth) Username(username string) AuthUsername

type AuthPassword

type AuthPassword Incomplete

func (AuthPassword) Build

func (c AuthPassword) Build() Completed

type AuthUsername

type AuthUsername Incomplete

func (AuthUsername) Password

func (c AuthUsername) Password(password string) AuthPassword

type BfAdd

type BfAdd Incomplete

func (BfAdd) Key

func (c BfAdd) Key(key string) BfAddKey

type BfAddItem

type BfAddItem Incomplete

func (BfAddItem) Build

func (c BfAddItem) Build() Completed

type BfAddKey

type BfAddKey Incomplete

func (BfAddKey) Item

func (c BfAddKey) Item(item string) BfAddItem

type BfCard

type BfCard Incomplete

func (BfCard) Key

func (c BfCard) Key(key string) BfCardKey

type BfCardKey

type BfCardKey Incomplete

func (BfCardKey) Build

func (c BfCardKey) Build() Completed

type BfExists

type BfExists Incomplete

func (BfExists) Key

func (c BfExists) Key(key string) BfExistsKey

type BfExistsItem

type BfExistsItem Incomplete

func (BfExistsItem) Build

func (c BfExistsItem) Build() Completed

func (BfExistsItem) Cache

func (c BfExistsItem) Cache() Cacheable

type BfExistsKey

type BfExistsKey Incomplete

func (BfExistsKey) Item

func (c BfExistsKey) Item(item string) BfExistsItem

type BfInfo

type BfInfo Incomplete

func (BfInfo) Key

func (c BfInfo) Key(key string) BfInfoKey

type BfInfoKey

type BfInfoKey Incomplete

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 Incomplete

func (BfInfoSingleValueCapacity) Build

func (BfInfoSingleValueCapacity) Cache

type BfInfoSingleValueExpansion

type BfInfoSingleValueExpansion Incomplete

func (BfInfoSingleValueExpansion) Build

func (BfInfoSingleValueExpansion) Cache

type BfInfoSingleValueFilters

type BfInfoSingleValueFilters Incomplete

func (BfInfoSingleValueFilters) Build

func (BfInfoSingleValueFilters) Cache

type BfInfoSingleValueItems

type BfInfoSingleValueItems Incomplete

func (BfInfoSingleValueItems) Build

func (BfInfoSingleValueItems) Cache

type BfInfoSingleValueSize

type BfInfoSingleValueSize Incomplete

func (BfInfoSingleValueSize) Build

func (c BfInfoSingleValueSize) Build() Completed

func (BfInfoSingleValueSize) Cache

func (c BfInfoSingleValueSize) Cache() Cacheable

type BfInsert

type BfInsert Incomplete

func (BfInsert) Key

func (c BfInsert) Key(key string) BfInsertKey

type BfInsertCapacity

type BfInsertCapacity Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (BfInsertItem) Build

func (c BfInsertItem) Build() Completed

func (BfInsertItem) Item

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

type BfInsertItems

type BfInsertItems Incomplete

func (BfInsertItems) Item

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

type BfInsertKey

type BfInsertKey Incomplete

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 Incomplete

func (BfInsertNocreate) Items

func (c BfInsertNocreate) Items() BfInsertItems

func (BfInsertNocreate) Nonscaling

func (c BfInsertNocreate) Nonscaling() BfInsertNonscaling

type BfInsertNonscaling

type BfInsertNonscaling Incomplete

func (BfInsertNonscaling) Items

type BfLoadchunk

type BfLoadchunk Incomplete

func (BfLoadchunk) Key

func (c BfLoadchunk) Key(key string) BfLoadchunkKey

type BfLoadchunkData

type BfLoadchunkData Incomplete

func (BfLoadchunkData) Build

func (c BfLoadchunkData) Build() Completed

type BfLoadchunkIterator

type BfLoadchunkIterator Incomplete

func (BfLoadchunkIterator) Data

type BfLoadchunkKey

type BfLoadchunkKey Incomplete

func (BfLoadchunkKey) Iterator

func (c BfLoadchunkKey) Iterator(iterator int64) BfLoadchunkIterator

type BfMadd

type BfMadd Incomplete

func (BfMadd) Key

func (c BfMadd) Key(key string) BfMaddKey

type BfMaddItem

type BfMaddItem Incomplete

func (BfMaddItem) Build

func (c BfMaddItem) Build() Completed

func (BfMaddItem) Item

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

type BfMaddKey

type BfMaddKey Incomplete

func (BfMaddKey) Item

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

type BfMexists

type BfMexists Incomplete

func (BfMexists) Key

func (c BfMexists) Key(key string) BfMexistsKey

type BfMexistsItem

type BfMexistsItem Incomplete

func (BfMexistsItem) Build

func (c BfMexistsItem) Build() Completed

func (BfMexistsItem) Item

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

type BfMexistsKey

type BfMexistsKey Incomplete

func (BfMexistsKey) Item

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

type BfReserve

type BfReserve Incomplete

func (BfReserve) Key

func (c BfReserve) Key(key string) BfReserveKey

type BfReserveCapacity

type BfReserveCapacity Incomplete

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 Incomplete

func (BfReserveErrorRate) Capacity

func (c BfReserveErrorRate) Capacity(capacity int64) BfReserveCapacity

type BfReserveExpansion

type BfReserveExpansion Incomplete

func (BfReserveExpansion) Build

func (c BfReserveExpansion) Build() Completed

func (BfReserveExpansion) Nonscaling

func (c BfReserveExpansion) Nonscaling() BfReserveNonscaling

type BfReserveKey

type BfReserveKey Incomplete

func (BfReserveKey) ErrorRate

func (c BfReserveKey) ErrorRate(errorRate float64) BfReserveErrorRate

type BfReserveNonscaling

type BfReserveNonscaling Incomplete

func (BfReserveNonscaling) Build

func (c BfReserveNonscaling) Build() Completed

type BfScandump

type BfScandump Incomplete

func (BfScandump) Key

func (c BfScandump) Key(key string) BfScandumpKey

type BfScandumpIterator

type BfScandumpIterator Incomplete

func (BfScandumpIterator) Build

func (c BfScandumpIterator) Build() Completed

type BfScandumpKey

type BfScandumpKey Incomplete

func (BfScandumpKey) Iterator

func (c BfScandumpKey) Iterator(iterator int64) BfScandumpIterator

type Bgrewriteaof

type Bgrewriteaof Incomplete

func (Bgrewriteaof) Build

func (c Bgrewriteaof) Build() Completed

type Bgsave

type Bgsave Incomplete

func (Bgsave) Build

func (c Bgsave) Build() Completed

func (Bgsave) Schedule

func (c Bgsave) Schedule() BgsaveSchedule

type BgsaveSchedule

type BgsaveSchedule Incomplete

func (BgsaveSchedule) Build

func (c BgsaveSchedule) Build() Completed

type Bitcount

type Bitcount Incomplete

func (Bitcount) Key

func (c Bitcount) Key(key string) BitcountKey

type BitcountIndexEnd

type BitcountIndexEnd Incomplete

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 Incomplete

func (BitcountIndexIndexUnitBit) Build

func (BitcountIndexIndexUnitBit) Cache

type BitcountIndexIndexUnitByte

type BitcountIndexIndexUnitByte Incomplete

func (BitcountIndexIndexUnitByte) Build

func (BitcountIndexIndexUnitByte) Cache

type BitcountIndexStart

type BitcountIndexStart Incomplete

func (BitcountIndexStart) End

type BitcountKey

type BitcountKey Incomplete

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 Incomplete

func (Bitfield) Key

func (c Bitfield) Key(key string) BitfieldKey

type BitfieldKey

type BitfieldKey Incomplete

func (BitfieldKey) Build

func (c BitfieldKey) Build() 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 Incomplete

func (BitfieldOperationGet) Build added in v1.0.19

func (c BitfieldOperationGet) Build() Completed

func (BitfieldOperationGet) Get added in v1.0.19

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

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 Incomplete

func (BitfieldOperationWriteOverflowFail) Incrby

func (BitfieldOperationWriteOverflowFail) Set

type BitfieldOperationWriteOverflowSat

type BitfieldOperationWriteOverflowSat Incomplete

func (BitfieldOperationWriteOverflowSat) Incrby

func (BitfieldOperationWriteOverflowSat) Set

type BitfieldOperationWriteOverflowWrap

type BitfieldOperationWriteOverflowWrap Incomplete

func (BitfieldOperationWriteOverflowWrap) Incrby

func (BitfieldOperationWriteOverflowWrap) Set

type BitfieldOperationWriteSetIncrby

type BitfieldOperationWriteSetIncrby Incomplete

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 Incomplete

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 Incomplete

func (BitfieldRo) Key

func (c BitfieldRo) Key(key string) BitfieldRoKey

type BitfieldRoGet

type BitfieldRoGet Incomplete

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 Incomplete

func (BitfieldRoKey) Build

func (c BitfieldRoKey) Build() Completed

func (BitfieldRoKey) Cache

func (c BitfieldRoKey) Cache() Cacheable

func (BitfieldRoKey) Get

func (c BitfieldRoKey) Get() BitfieldRoGet

type Bitop

type Bitop Incomplete

func (Bitop) And

func (c Bitop) And() BitopOperationAnd

func (Bitop) Not

func (c Bitop) Not() BitopOperationNot

func (Bitop) Or

func (c Bitop) Or() BitopOperationOr

func (Bitop) Xor

func (c Bitop) Xor() BitopOperationXor

type BitopDestkey

type BitopDestkey Incomplete

func (BitopDestkey) Key

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

type BitopKey

type BitopKey Incomplete

func (BitopKey) Build

func (c BitopKey) Build() Completed

func (BitopKey) Key

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

type BitopOperationAnd

type BitopOperationAnd Incomplete

func (BitopOperationAnd) Destkey

func (c BitopOperationAnd) Destkey(destkey string) BitopDestkey

type BitopOperationNot

type BitopOperationNot Incomplete

func (BitopOperationNot) Destkey

func (c BitopOperationNot) Destkey(destkey string) BitopDestkey

type BitopOperationOr

type BitopOperationOr Incomplete

func (BitopOperationOr) Destkey

func (c BitopOperationOr) Destkey(destkey string) BitopDestkey

type BitopOperationXor

type BitopOperationXor Incomplete

func (BitopOperationXor) Destkey

func (c BitopOperationXor) Destkey(destkey string) BitopDestkey

type Bitpos

type Bitpos Incomplete

func (Bitpos) Key

func (c Bitpos) Key(key string) BitposKey

type BitposBit

type BitposBit Incomplete

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 Incomplete

func (BitposIndexEndIndexEnd) Bit

func (BitposIndexEndIndexEnd) Build

func (BitposIndexEndIndexEnd) Byte

func (BitposIndexEndIndexEnd) Cache

type BitposIndexEndIndexIndexUnitBit

type BitposIndexEndIndexIndexUnitBit Incomplete

func (BitposIndexEndIndexIndexUnitBit) Build

func (BitposIndexEndIndexIndexUnitBit) Cache

type BitposIndexEndIndexIndexUnitByte

type BitposIndexEndIndexIndexUnitByte Incomplete

func (BitposIndexEndIndexIndexUnitByte) Build

func (BitposIndexEndIndexIndexUnitByte) Cache

type BitposIndexStart

type BitposIndexStart Incomplete

func (BitposIndexStart) Build

func (c BitposIndexStart) Build() Completed

func (BitposIndexStart) Cache

func (c BitposIndexStart) Cache() Cacheable

func (BitposIndexStart) End

type BitposKey

type BitposKey Incomplete

func (BitposKey) Bit

func (c BitposKey) Bit(bit int64) BitposBit

type Blmove

type Blmove Incomplete

func (Blmove) Source

func (c Blmove) Source(source string) BlmoveSource

type BlmoveDestination

type BlmoveDestination Incomplete

func (BlmoveDestination) Left

func (BlmoveDestination) Right

type BlmoveSource

type BlmoveSource Incomplete

func (BlmoveSource) Destination

func (c BlmoveSource) Destination(destination string) BlmoveDestination

type BlmoveTimeout

type BlmoveTimeout Incomplete

func (BlmoveTimeout) Build

func (c BlmoveTimeout) Build() Completed

type BlmoveWherefromLeft

type BlmoveWherefromLeft Incomplete

func (BlmoveWherefromLeft) Left

func (BlmoveWherefromLeft) Right

type BlmoveWherefromRight

type BlmoveWherefromRight Incomplete

func (BlmoveWherefromRight) Left

func (BlmoveWherefromRight) Right

type BlmoveWheretoLeft

type BlmoveWheretoLeft Incomplete

func (BlmoveWheretoLeft) Timeout

func (c BlmoveWheretoLeft) Timeout(timeout float64) BlmoveTimeout

type BlmoveWheretoRight

type BlmoveWheretoRight Incomplete

func (BlmoveWheretoRight) Timeout

func (c BlmoveWheretoRight) Timeout(timeout float64) BlmoveTimeout

type Blmpop

type Blmpop Incomplete

func (Blmpop) Timeout

func (c Blmpop) Timeout(timeout float64) BlmpopTimeout

type BlmpopCount

type BlmpopCount Incomplete

func (BlmpopCount) Build

func (c BlmpopCount) Build() Completed

type BlmpopKey

type BlmpopKey Incomplete

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 Incomplete

func (BlmpopNumkeys) Key

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

type BlmpopTimeout

type BlmpopTimeout Incomplete

func (BlmpopTimeout) Numkeys

func (c BlmpopTimeout) Numkeys(numkeys int64) BlmpopNumkeys

type BlmpopWhereLeft

type BlmpopWhereLeft Incomplete

func (BlmpopWhereLeft) Build

func (c BlmpopWhereLeft) Build() Completed

func (BlmpopWhereLeft) Count

func (c BlmpopWhereLeft) Count(count int64) BlmpopCount

type BlmpopWhereRight

type BlmpopWhereRight Incomplete

func (BlmpopWhereRight) Build

func (c BlmpopWhereRight) Build() Completed

func (BlmpopWhereRight) Count

func (c BlmpopWhereRight) Count(count int64) BlmpopCount

type Blpop

type Blpop Incomplete

func (Blpop) Key

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

type BlpopKey

type BlpopKey Incomplete

func (BlpopKey) Key

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

func (BlpopKey) Timeout

func (c BlpopKey) Timeout(timeout float64) BlpopTimeout

type BlpopTimeout

type BlpopTimeout Incomplete

func (BlpopTimeout) Build

func (c BlpopTimeout) Build() Completed

type Brpop

type Brpop Incomplete

func (Brpop) Key

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

type BrpopKey

type BrpopKey Incomplete

func (BrpopKey) Key

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

func (BrpopKey) Timeout

func (c BrpopKey) Timeout(timeout float64) BrpopTimeout

type BrpopTimeout

type BrpopTimeout Incomplete

func (BrpopTimeout) Build

func (c BrpopTimeout) Build() Completed

type Brpoplpush

type Brpoplpush Incomplete

func (Brpoplpush) Source

func (c Brpoplpush) Source(source string) BrpoplpushSource

type BrpoplpushDestination

type BrpoplpushDestination Incomplete

func (BrpoplpushDestination) Timeout

func (c BrpoplpushDestination) Timeout(timeout float64) BrpoplpushTimeout

type BrpoplpushSource

type BrpoplpushSource Incomplete

func (BrpoplpushSource) Destination

func (c BrpoplpushSource) Destination(destination string) BrpoplpushDestination

type BrpoplpushTimeout

type BrpoplpushTimeout Incomplete

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) BfCard

func (b Builder) BfCard() (c BfCard)

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) ClThrottle added in v1.0.32

func (b Builder) ClThrottle() (c ClThrottle)

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) ClientNoTouch

func (b Builder) ClientNoTouch() (c ClientNoTouch)

func (Builder) ClientPause

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

func (Builder) ClientReply

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

func (Builder) ClientSetinfo

func (b Builder) ClientSetinfo() (c ClientSetinfo)

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) ClusterMyshardid

func (b Builder) ClusterMyshardid() (c ClusterMyshardid)

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) GraphConstraintCreate added in v1.0.3

func (b Builder) GraphConstraintCreate() (c GraphConstraintCreate)

func (Builder) GraphConstraintDrop added in v1.0.3

func (b Builder) GraphConstraintDrop() (c GraphConstraintDrop)

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) JsonMerge added in v1.0.3

func (b Builder) JsonMerge() (c JsonMerge)

func (Builder) JsonMget

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

func (Builder) JsonMset added in v1.0.3

func (b Builder) JsonMset() (c JsonMset)

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) SentinelReplicas added in v1.0.6

func (b Builder) SentinelReplicas() (c SentinelReplicas)

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) Tfcall added in v1.0.16

func (b Builder) Tfcall() (c Tfcall)

func (Builder) Tfcallasync added in v1.0.16

func (b Builder) Tfcallasync() (c Tfcallasync)

func (Builder) TfunctionDelete added in v1.0.16

func (b Builder) TfunctionDelete() (c TfunctionDelete)

func (Builder) TfunctionList added in v1.0.16

func (b Builder) TfunctionList() (c TfunctionList)

func (Builder) TfunctionLoad added in v1.0.16

func (b Builder) TfunctionLoad() (c TfunctionLoad)

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) Waitaof

func (b Builder) Waitaof() (c Waitaof)

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 Incomplete

func (Bzmpop) Timeout

func (c Bzmpop) Timeout(timeout float64) BzmpopTimeout

type BzmpopCount

type BzmpopCount Incomplete

func (BzmpopCount) Build

func (c BzmpopCount) Build() Completed

type BzmpopKey

type BzmpopKey Incomplete

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 Incomplete

func (BzmpopNumkeys) Key

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

type BzmpopTimeout

type BzmpopTimeout Incomplete

func (BzmpopTimeout) Numkeys

func (c BzmpopTimeout) Numkeys(numkeys int64) BzmpopNumkeys

type BzmpopWhereMax

type BzmpopWhereMax Incomplete

func (BzmpopWhereMax) Build

func (c BzmpopWhereMax) Build() Completed

func (BzmpopWhereMax) Count

func (c BzmpopWhereMax) Count(count int64) BzmpopCount

type BzmpopWhereMin

type BzmpopWhereMin Incomplete

func (BzmpopWhereMin) Build

func (c BzmpopWhereMin) Build() Completed

func (BzmpopWhereMin) Count

func (c BzmpopWhereMin) Count(count int64) BzmpopCount

type Bzpopmax

type Bzpopmax Incomplete

func (Bzpopmax) Key

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

type BzpopmaxKey

type BzpopmaxKey Incomplete

func (BzpopmaxKey) Key

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

func (BzpopmaxKey) Timeout

func (c BzpopmaxKey) Timeout(timeout float64) BzpopmaxTimeout

type BzpopmaxTimeout

type BzpopmaxTimeout Incomplete

func (BzpopmaxTimeout) Build

func (c BzpopmaxTimeout) Build() Completed

type Bzpopmin

type Bzpopmin Incomplete

func (Bzpopmin) Key

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

type BzpopminKey

type BzpopminKey Incomplete

func (BzpopminKey) Key

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

func (BzpopminKey) Timeout

func (c BzpopminKey) Timeout(timeout float64) BzpopminTimeout

type BzpopminTimeout

type BzpopminTimeout Incomplete

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) 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) Pin

func (c Cacheable) Pin() Cacheable

Pin prevents a Cacheable to be recycled

func (*Cacheable) Slot

func (c *Cacheable) Slot() uint16

Slot returns the command key slot

type CfAdd

type CfAdd Incomplete

func (CfAdd) Key

func (c CfAdd) Key(key string) CfAddKey

type CfAddItem

type CfAddItem Incomplete

func (CfAddItem) Build

func (c CfAddItem) Build() Completed

type CfAddKey

type CfAddKey Incomplete

func (CfAddKey) Item

func (c CfAddKey) Item(item string) CfAddItem

type CfAddnx

type CfAddnx Incomplete

func (CfAddnx) Key

func (c CfAddnx) Key(key string) CfAddnxKey

type CfAddnxItem

type CfAddnxItem Incomplete

func (CfAddnxItem) Build

func (c CfAddnxItem) Build() Completed

type CfAddnxKey

type CfAddnxKey Incomplete

func (CfAddnxKey) Item

func (c CfAddnxKey) Item(item string) CfAddnxItem

type CfCount

type CfCount Incomplete

func (CfCount) Key

func (c CfCount) Key(key string) CfCountKey

type CfCountItem

type CfCountItem Incomplete

func (CfCountItem) Build

func (c CfCountItem) Build() Completed

func (CfCountItem) Cache

func (c CfCountItem) Cache() Cacheable

type CfCountKey

type CfCountKey Incomplete

func (CfCountKey) Item

func (c CfCountKey) Item(item string) CfCountItem

type CfDel

type CfDel Incomplete

func (CfDel) Key

func (c CfDel) Key(key string) CfDelKey

type CfDelItem

type CfDelItem Incomplete

func (CfDelItem) Build

func (c CfDelItem) Build() Completed

type CfDelKey

type CfDelKey Incomplete

func (CfDelKey) Item

func (c CfDelKey) Item(item string) CfDelItem

type CfExists

type CfExists Incomplete

func (CfExists) Key

func (c CfExists) Key(key string) CfExistsKey

type CfExistsItem

type CfExistsItem Incomplete

func (CfExistsItem) Build

func (c CfExistsItem) Build() Completed

func (CfExistsItem) Cache

func (c CfExistsItem) Cache() Cacheable

type CfExistsKey

type CfExistsKey Incomplete

func (CfExistsKey) Item

func (c CfExistsKey) Item(item string) CfExistsItem

type CfInfo

type CfInfo Incomplete

func (CfInfo) Key

func (c CfInfo) Key(key string) CfInfoKey

type CfInfoKey

type CfInfoKey Incomplete

func (CfInfoKey) Build

func (c CfInfoKey) Build() Completed

func (CfInfoKey) Cache

func (c CfInfoKey) Cache() Cacheable

type CfInsert

type CfInsert Incomplete

func (CfInsert) Key

func (c CfInsert) Key(key string) CfInsertKey

type CfInsertCapacity

type CfInsertCapacity Incomplete

func (CfInsertCapacity) Items

func (c CfInsertCapacity) Items() CfInsertItems

func (CfInsertCapacity) Nocreate

func (c CfInsertCapacity) Nocreate() CfInsertNocreate

type CfInsertItem

type CfInsertItem Incomplete

func (CfInsertItem) Build

func (c CfInsertItem) Build() Completed

func (CfInsertItem) Item

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

type CfInsertItems

type CfInsertItems Incomplete

func (CfInsertItems) Item

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

type CfInsertKey

type CfInsertKey Incomplete

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 Incomplete

func (CfInsertNocreate) Items

func (c CfInsertNocreate) Items() CfInsertItems

type CfInsertnx

type CfInsertnx Incomplete

func (CfInsertnx) Key

func (c CfInsertnx) Key(key string) CfInsertnxKey

type CfInsertnxCapacity

type CfInsertnxCapacity Incomplete

func (CfInsertnxCapacity) Items

func (CfInsertnxCapacity) Nocreate

type CfInsertnxItem

type CfInsertnxItem Incomplete

func (CfInsertnxItem) Build

func (c CfInsertnxItem) Build() Completed

func (CfInsertnxItem) Item

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

type CfInsertnxItems

type CfInsertnxItems Incomplete

func (CfInsertnxItems) Item

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

type CfInsertnxKey

type CfInsertnxKey Incomplete

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 Incomplete

func (CfInsertnxNocreate) Items

type CfLoadchunk

type CfLoadchunk Incomplete

func (CfLoadchunk) Key

func (c CfLoadchunk) Key(key string) CfLoadchunkKey

type CfLoadchunkData

type CfLoadchunkData Incomplete

func (CfLoadchunkData) Build

func (c CfLoadchunkData) Build() Completed

type CfLoadchunkIterator

type CfLoadchunkIterator Incomplete

func (CfLoadchunkIterator) Data

type CfLoadchunkKey

type CfLoadchunkKey Incomplete

func (CfLoadchunkKey) Iterator

func (c CfLoadchunkKey) Iterator(iterator int64) CfLoadchunkIterator

type CfMexists

type CfMexists Incomplete

func (CfMexists) Key

func (c CfMexists) Key(key string) CfMexistsKey

type CfMexistsItem

type CfMexistsItem Incomplete

func (CfMexistsItem) Build

func (c CfMexistsItem) Build() Completed

func (CfMexistsItem) Item

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

type CfMexistsKey

type CfMexistsKey Incomplete

func (CfMexistsKey) Item

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

type CfReserve

type CfReserve Incomplete

func (CfReserve) Key

func (c CfReserve) Key(key string) CfReserveKey

type CfReserveBucketsize

type CfReserveBucketsize Incomplete

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 Incomplete

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 Incomplete

func (CfReserveExpansion) Build

func (c CfReserveExpansion) Build() Completed

type CfReserveKey

type CfReserveKey Incomplete

func (CfReserveKey) Capacity

func (c CfReserveKey) Capacity(capacity int64) CfReserveCapacity

type CfReserveMaxiterations

type CfReserveMaxiterations Incomplete

func (CfReserveMaxiterations) Build

func (CfReserveMaxiterations) Expansion

func (c CfReserveMaxiterations) Expansion(expansion int64) CfReserveExpansion

type CfScandump

type CfScandump Incomplete

func (CfScandump) Key

func (c CfScandump) Key(key string) CfScandumpKey

type CfScandumpIterator

type CfScandumpIterator Incomplete

func (CfScandumpIterator) Build

func (c CfScandumpIterator) Build() Completed

type CfScandumpKey

type CfScandumpKey Incomplete

func (CfScandumpKey) Iterator

func (c CfScandumpKey) Iterator(iterator int64) CfScandumpIterator

type ClThrottle added in v1.0.32

type ClThrottle Incomplete

func (ClThrottle) Key added in v1.0.32

func (c ClThrottle) Key(key string) ClThrottleKey

type ClThrottleCountPerPeriod added in v1.0.32

type ClThrottleCountPerPeriod Incomplete

func (ClThrottleCountPerPeriod) Period added in v1.0.32

type ClThrottleKey added in v1.0.32

type ClThrottleKey Incomplete

func (ClThrottleKey) MaxBurst added in v1.0.32

func (c ClThrottleKey) MaxBurst(maxBurst int64) ClThrottleMaxBurst

type ClThrottleMaxBurst added in v1.0.32

type ClThrottleMaxBurst Incomplete

func (ClThrottleMaxBurst) CountPerPeriod added in v1.0.32

func (c ClThrottleMaxBurst) CountPerPeriod(countPerPeriod int64) ClThrottleCountPerPeriod

type ClThrottlePeriod added in v1.0.32

type ClThrottlePeriod Incomplete

func (ClThrottlePeriod) Build added in v1.0.32

func (c ClThrottlePeriod) Build() Completed

func (ClThrottlePeriod) Quantity added in v1.0.32

func (c ClThrottlePeriod) Quantity(quantity int64) ClThrottleQuantity

type ClThrottleQuantity added in v1.0.32

type ClThrottleQuantity Incomplete

func (ClThrottleQuantity) Build added in v1.0.32

func (c ClThrottleQuantity) Build() Completed

type ClientCaching

type ClientCaching Incomplete

func (ClientCaching) No

func (ClientCaching) Yes

type ClientCachingModeNo

type ClientCachingModeNo Incomplete

func (ClientCachingModeNo) Build

func (c ClientCachingModeNo) Build() Completed

type ClientCachingModeYes

type ClientCachingModeYes Incomplete

func (ClientCachingModeYes) Build

func (c ClientCachingModeYes) Build() Completed

type ClientGetname

type ClientGetname Incomplete

func (ClientGetname) Build

func (c ClientGetname) Build() Completed

type ClientGetredir

type ClientGetredir Incomplete

func (ClientGetredir) Build

func (c ClientGetredir) Build() Completed

type ClientId

type ClientId Incomplete

func (ClientId) Build

func (c ClientId) Build() Completed

type ClientInfo

type ClientInfo Incomplete

func (ClientInfo) Build

func (c ClientInfo) Build() Completed

type ClientKill

type ClientKill Incomplete

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) Maxage added in v1.0.33

func (c ClientKill) Maxage(maxage int64) ClientKillMaxage

func (ClientKill) SkipmeNo

func (c ClientKill) SkipmeNo() ClientKillSkipmeNo

func (ClientKill) SkipmeYes

func (c ClientKill) SkipmeYes() ClientKillSkipmeYes

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 Incomplete

func (ClientKillAddr) Build

func (c ClientKillAddr) Build() Completed

func (ClientKillAddr) Laddr

func (c ClientKillAddr) Laddr(ipPort string) ClientKillLaddr

func (ClientKillAddr) Maxage added in v1.0.33

func (c ClientKillAddr) Maxage(maxage int64) ClientKillMaxage

func (ClientKillAddr) SkipmeNo

func (c ClientKillAddr) SkipmeNo() ClientKillSkipmeNo

func (ClientKillAddr) SkipmeYes

func (c ClientKillAddr) SkipmeYes() ClientKillSkipmeYes

type ClientKillId

type ClientKillId Incomplete

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) Maxage added in v1.0.33

func (c ClientKillId) Maxage(maxage int64) ClientKillMaxage

func (ClientKillId) SkipmeNo

func (c ClientKillId) SkipmeNo() ClientKillSkipmeNo

func (ClientKillId) SkipmeYes

func (c ClientKillId) SkipmeYes() ClientKillSkipmeYes

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 Incomplete

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) Maxage added in v1.0.33

func (c ClientKillIpPort) Maxage(maxage int64) ClientKillMaxage

func (ClientKillIpPort) SkipmeNo

func (c ClientKillIpPort) SkipmeNo() ClientKillSkipmeNo

func (ClientKillIpPort) SkipmeYes

func (c ClientKillIpPort) SkipmeYes() ClientKillSkipmeYes

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 Incomplete

func (ClientKillLaddr) Build

func (c ClientKillLaddr) Build() Completed

func (ClientKillLaddr) Maxage added in v1.0.33

func (c ClientKillLaddr) Maxage(maxage int64) ClientKillMaxage

func (ClientKillLaddr) SkipmeNo

func (c ClientKillLaddr) SkipmeNo() ClientKillSkipmeNo

func (ClientKillLaddr) SkipmeYes

func (c ClientKillLaddr) SkipmeYes() ClientKillSkipmeYes

type ClientKillMaxage added in v1.0.33

type ClientKillMaxage Incomplete

func (ClientKillMaxage) Build added in v1.0.33

func (c ClientKillMaxage) Build() Completed

type ClientKillSkipmeNo

type ClientKillSkipmeNo Incomplete

func (ClientKillSkipmeNo) Build

func (c ClientKillSkipmeNo) Build() Completed

func (ClientKillSkipmeNo) Maxage added in v1.0.33

func (c ClientKillSkipmeNo) Maxage(maxage int64) ClientKillMaxage

type ClientKillSkipmeYes

type ClientKillSkipmeYes Incomplete

func (ClientKillSkipmeYes) Build

func (c ClientKillSkipmeYes) Build() Completed

func (ClientKillSkipmeYes) Maxage added in v1.0.33

func (c ClientKillSkipmeYes) Maxage(maxage int64) ClientKillMaxage

type ClientKillTypeMaster

type ClientKillTypeMaster Incomplete

func (ClientKillTypeMaster) Addr

func (ClientKillTypeMaster) Build

func (c ClientKillTypeMaster) Build() Completed

func (ClientKillTypeMaster) Laddr

func (ClientKillTypeMaster) Maxage added in v1.0.33

func (c ClientKillTypeMaster) Maxage(maxage int64) ClientKillMaxage

func (ClientKillTypeMaster) SkipmeNo

func (ClientKillTypeMaster) SkipmeYes

func (ClientKillTypeMaster) User

func (c ClientKillTypeMaster) User(username string) ClientKillUser

type ClientKillTypeNormal

type ClientKillTypeNormal Incomplete

func (ClientKillTypeNormal) Addr

func (ClientKillTypeNormal) Build

func (c ClientKillTypeNormal) Build() Completed

func (ClientKillTypeNormal) Laddr

func (ClientKillTypeNormal) Maxage added in v1.0.33

func (c ClientKillTypeNormal) Maxage(maxage int64) ClientKillMaxage

func (ClientKillTypeNormal) SkipmeNo

func (ClientKillTypeNormal) SkipmeYes

func (ClientKillTypeNormal) User

func (c ClientKillTypeNormal) User(username string) ClientKillUser

type ClientKillTypePubsub

type ClientKillTypePubsub Incomplete

func (ClientKillTypePubsub) Addr

func (ClientKillTypePubsub) Build

func (c ClientKillTypePubsub) Build() Completed

func (ClientKillTypePubsub) Laddr

func (ClientKillTypePubsub) Maxage added in v1.0.33

func (c ClientKillTypePubsub) Maxage(maxage int64) ClientKillMaxage

func (ClientKillTypePubsub) SkipmeNo

func (ClientKillTypePubsub) SkipmeYes

func (ClientKillTypePubsub) User

func (c ClientKillTypePubsub) User(username string) ClientKillUser

type ClientKillTypeReplica

type ClientKillTypeReplica Incomplete

func (ClientKillTypeReplica) Addr

func (ClientKillTypeReplica) Build

func (c ClientKillTypeReplica) Build() Completed

func (ClientKillTypeReplica) Laddr

func (ClientKillTypeReplica) Maxage added in v1.0.33

func (c ClientKillTypeReplica) Maxage(maxage int64) ClientKillMaxage

func (ClientKillTypeReplica) SkipmeNo

func (ClientKillTypeReplica) SkipmeYes

func (ClientKillTypeReplica) User

func (c ClientKillTypeReplica) User(username string) ClientKillUser

type ClientKillUser

type ClientKillUser Incomplete

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) Maxage added in v1.0.33

func (c ClientKillUser) Maxage(maxage int64) ClientKillMaxage

func (ClientKillUser) SkipmeNo

func (c ClientKillUser) SkipmeNo() ClientKillSkipmeNo

func (ClientKillUser) SkipmeYes

func (c ClientKillUser) SkipmeYes() ClientKillSkipmeYes

type ClientList

type ClientList Incomplete

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 Incomplete

func (ClientListIdClientId) Build

func (c ClientListIdClientId) Build() Completed

func (ClientListIdClientId) ClientId

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

type ClientListIdId

type ClientListIdId Incomplete

func (ClientListIdId) ClientId

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

type ClientListTypeMaster

type ClientListTypeMaster Incomplete

func (ClientListTypeMaster) Build

func (c ClientListTypeMaster) Build() Completed

func (ClientListTypeMaster) Id

type ClientListTypeNormal

type ClientListTypeNormal Incomplete

func (ClientListTypeNormal) Build

func (c ClientListTypeNormal) Build() Completed

func (ClientListTypeNormal) Id

type ClientListTypePubsub

type ClientListTypePubsub Incomplete

func (ClientListTypePubsub) Build

func (c ClientListTypePubsub) Build() Completed

func (ClientListTypePubsub) Id

type ClientListTypeReplica

type ClientListTypeReplica Incomplete

func (ClientListTypeReplica) Build

func (c ClientListTypeReplica) Build() Completed

func (ClientListTypeReplica) Id

type ClientNoEvict

type ClientNoEvict Incomplete

func (ClientNoEvict) Off

func (ClientNoEvict) On

type ClientNoEvictEnabledOff

type ClientNoEvictEnabledOff Incomplete

func (ClientNoEvictEnabledOff) Build

type ClientNoEvictEnabledOn

type ClientNoEvictEnabledOn Incomplete

func (ClientNoEvictEnabledOn) Build

type ClientNoTouch

type ClientNoTouch Incomplete

func (ClientNoTouch) Off

func (ClientNoTouch) On

type ClientNoTouchEnabledOff

type ClientNoTouchEnabledOff Incomplete

func (ClientNoTouchEnabledOff) Build

type ClientNoTouchEnabledOn

type ClientNoTouchEnabledOn Incomplete

func (ClientNoTouchEnabledOn) Build

type ClientPause

type ClientPause Incomplete

func (ClientPause) Timeout

func (c ClientPause) Timeout(timeout int64) ClientPauseTimeout

type ClientPauseModeAll

type ClientPauseModeAll Incomplete

func (ClientPauseModeAll) Build

func (c ClientPauseModeAll) Build() Completed

type ClientPauseModeWrite

type ClientPauseModeWrite Incomplete

func (ClientPauseModeWrite) Build

func (c ClientPauseModeWrite) Build() Completed

type ClientPauseTimeout

type ClientPauseTimeout Incomplete

func (ClientPauseTimeout) All

func (ClientPauseTimeout) Build

func (c ClientPauseTimeout) Build() Completed

func (ClientPauseTimeout) Write

type ClientReply

type ClientReply Incomplete

func (ClientReply) Off

func (ClientReply) On

func (ClientReply) Skip

type ClientReplyReplyModeOff

type ClientReplyReplyModeOff Incomplete

func (ClientReplyReplyModeOff) Build

type ClientReplyReplyModeOn

type ClientReplyReplyModeOn Incomplete

func (ClientReplyReplyModeOn) Build

type ClientReplyReplyModeSkip

type ClientReplyReplyModeSkip Incomplete

func (ClientReplyReplyModeSkip) Build

type ClientSetinfo

type ClientSetinfo Incomplete

func (ClientSetinfo) Libname

func (c ClientSetinfo) Libname(libname string) ClientSetinfoAttrLibname

func (ClientSetinfo) Libver added in v1.0.20

func (c ClientSetinfo) Libver(libver string) ClientSetinfoAttrLibver

type ClientSetinfoAttrLibname

type ClientSetinfoAttrLibname Incomplete

func (ClientSetinfoAttrLibname) Build added in v1.0.20

type ClientSetinfoAttrLibver

type ClientSetinfoAttrLibver Incomplete

func (ClientSetinfoAttrLibver) Build

type ClientSetname

type ClientSetname Incomplete

func (ClientSetname) ConnectionName

func (c ClientSetname) ConnectionName(connectionName string) ClientSetnameConnectionName

type ClientSetnameConnectionName

type ClientSetnameConnectionName Incomplete

func (ClientSetnameConnectionName) Build

type ClientTracking

type ClientTracking Incomplete

func (ClientTracking) Off

func (ClientTracking) On

type ClientTrackingBcast

type ClientTrackingBcast Incomplete

func (ClientTrackingBcast) Build

func (c ClientTrackingBcast) Build() Completed

func (ClientTrackingBcast) Noloop

func (ClientTrackingBcast) Optin

func (ClientTrackingBcast) Optout

type ClientTrackingNoloop

type ClientTrackingNoloop Incomplete

func (ClientTrackingNoloop) Build

func (c ClientTrackingNoloop) Build() Completed

type ClientTrackingOptin

type ClientTrackingOptin Incomplete

func (ClientTrackingOptin) Build

func (c ClientTrackingOptin) Build() Completed

func (ClientTrackingOptin) Noloop

func (ClientTrackingOptin) Optout

type ClientTrackingOptout

type ClientTrackingOptout Incomplete

func (ClientTrackingOptout) Build

func (c ClientTrackingOptout) Build() Completed

func (ClientTrackingOptout) Noloop

type ClientTrackingPrefix

type ClientTrackingPrefix Incomplete

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 Incomplete

func (ClientTrackingRedirect) Bcast

func (ClientTrackingRedirect) Build

func (ClientTrackingRedirect) Noloop

func (ClientTrackingRedirect) Optin

func (ClientTrackingRedirect) Optout

func (ClientTrackingRedirect) Prefix

type ClientTrackingStatusOff

type ClientTrackingStatusOff Incomplete

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 Incomplete

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 Incomplete

func (ClientTrackinginfo) Build

func (c ClientTrackinginfo) Build() Completed

type ClientUnblock

type ClientUnblock Incomplete

func (ClientUnblock) ClientId

func (c ClientUnblock) ClientId(clientId int64) ClientUnblockClientId

type ClientUnblockClientId

type ClientUnblockClientId Incomplete

func (ClientUnblockClientId) Build

func (c ClientUnblockClientId) Build() Completed

func (ClientUnblockClientId) Error

func (ClientUnblockClientId) Timeout

type ClientUnblockUnblockTypeError

type ClientUnblockUnblockTypeError Incomplete

func (ClientUnblockUnblockTypeError) Build

type ClientUnblockUnblockTypeTimeout

type ClientUnblockUnblockTypeTimeout Incomplete

func (ClientUnblockUnblockTypeTimeout) Build

type ClientUnpause

type ClientUnpause Incomplete

func (ClientUnpause) Build

func (c ClientUnpause) Build() Completed

type ClusterAddslots

type ClusterAddslots Incomplete

func (ClusterAddslots) Slot

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

type ClusterAddslotsSlot

type ClusterAddslotsSlot Incomplete

func (ClusterAddslotsSlot) Build

func (c ClusterAddslotsSlot) Build() Completed

func (ClusterAddslotsSlot) Slot

type ClusterAddslotsrange

type ClusterAddslotsrange Incomplete

func (ClusterAddslotsrange) StartSlotEndSlot

type ClusterAddslotsrangeStartSlotEndSlot

type ClusterAddslotsrangeStartSlotEndSlot Incomplete

func (ClusterAddslotsrangeStartSlotEndSlot) Build

func (ClusterAddslotsrangeStartSlotEndSlot) StartSlotEndSlot

type ClusterBumpepoch

type ClusterBumpepoch Incomplete

func (ClusterBumpepoch) Build

func (c ClusterBumpepoch) Build() Completed

type ClusterCountFailureReports

type ClusterCountFailureReports Incomplete

func (ClusterCountFailureReports) NodeId

type ClusterCountFailureReportsNodeId

type ClusterCountFailureReportsNodeId Incomplete

func (ClusterCountFailureReportsNodeId) Build

type ClusterCountkeysinslot

type ClusterCountkeysinslot Incomplete

func (ClusterCountkeysinslot) Slot

type ClusterCountkeysinslotSlot

type ClusterCountkeysinslotSlot Incomplete

func (ClusterCountkeysinslotSlot) Build

type ClusterDelslots

type ClusterDelslots Incomplete

func (ClusterDelslots) Slot

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

type ClusterDelslotsSlot

type ClusterDelslotsSlot Incomplete

func (ClusterDelslotsSlot) Build

func (c ClusterDelslotsSlot) Build() Completed

func (ClusterDelslotsSlot) Slot

type ClusterDelslotsrange

type ClusterDelslotsrange Incomplete

func (ClusterDelslotsrange) StartSlotEndSlot

type ClusterDelslotsrangeStartSlotEndSlot

type ClusterDelslotsrangeStartSlotEndSlot Incomplete

func (ClusterDelslotsrangeStartSlotEndSlot) Build

func (ClusterDelslotsrangeStartSlotEndSlot) StartSlotEndSlot

type ClusterFailover

type ClusterFailover Incomplete

func (ClusterFailover) Build

func (c ClusterFailover) Build() Completed

func (ClusterFailover) Force

func (ClusterFailover) Takeover

type ClusterFailoverOptionsForce

type ClusterFailoverOptionsForce Incomplete

func (ClusterFailoverOptionsForce) Build

type ClusterFailoverOptionsTakeover

type ClusterFailoverOptionsTakeover Incomplete

func (ClusterFailoverOptionsTakeover) Build

type ClusterFlushslots

type ClusterFlushslots Incomplete

func (ClusterFlushslots) Build

func (c ClusterFlushslots) Build() Completed

type ClusterForget

type ClusterForget Incomplete

func (ClusterForget) NodeId

func (c ClusterForget) NodeId(nodeId string) ClusterForgetNodeId

type ClusterForgetNodeId

type ClusterForgetNodeId Incomplete

func (ClusterForgetNodeId) Build

func (c ClusterForgetNodeId) Build() Completed

type ClusterGetkeysinslot

type ClusterGetkeysinslot Incomplete

func (ClusterGetkeysinslot) Slot

type ClusterGetkeysinslotCount

type ClusterGetkeysinslotCount Incomplete

func (ClusterGetkeysinslotCount) Build

type ClusterGetkeysinslotSlot

type ClusterGetkeysinslotSlot Incomplete

func (ClusterGetkeysinslotSlot) Count

type ClusterInfo

type ClusterInfo Incomplete

func (ClusterInfo) Build

func (c ClusterInfo) Build() Completed

type ClusterKeyslot

type ClusterKeyslot Incomplete

func (ClusterKeyslot) Key

type ClusterKeyslotKey

type ClusterKeyslotKey Incomplete

func (ClusterKeyslotKey) Build

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

func (ClusterLinks) Build

func (c ClusterLinks) Build() Completed

type ClusterMeet

type ClusterMeet Incomplete

func (ClusterMeet) Ip

func (c ClusterMeet) Ip(ip string) ClusterMeetIp

type ClusterMeetClusterBusPort

type ClusterMeetClusterBusPort Incomplete

func (ClusterMeetClusterBusPort) Build

type ClusterMeetIp

type ClusterMeetIp Incomplete

func (ClusterMeetIp) Port

func (c ClusterMeetIp) Port(port int64) ClusterMeetPort

type ClusterMeetPort

type ClusterMeetPort Incomplete

func (ClusterMeetPort) Build

func (c ClusterMeetPort) Build() Completed

func (ClusterMeetPort) ClusterBusPort

func (c ClusterMeetPort) ClusterBusPort(clusterBusPort int64) ClusterMeetClusterBusPort

type ClusterMyid

type ClusterMyid Incomplete

func (ClusterMyid) Build

func (c ClusterMyid) Build() Completed

type ClusterMyshardid

type ClusterMyshardid Incomplete

func (ClusterMyshardid) Build

func (c ClusterMyshardid) Build() Completed

type ClusterNodes

type ClusterNodes Incomplete

func (ClusterNodes) Build

func (c ClusterNodes) Build() Completed

type ClusterReplicas

type ClusterReplicas Incomplete

func (ClusterReplicas) NodeId

func (c ClusterReplicas) NodeId(nodeId string) ClusterReplicasNodeId

type ClusterReplicasNodeId

type ClusterReplicasNodeId Incomplete

func (ClusterReplicasNodeId) Build

func (c ClusterReplicasNodeId) Build() Completed

type ClusterReplicate

type ClusterReplicate Incomplete

func (ClusterReplicate) NodeId

type ClusterReplicateNodeId

type ClusterReplicateNodeId Incomplete

func (ClusterReplicateNodeId) Build

type ClusterReset

type ClusterReset Incomplete

func (ClusterReset) Build

func (c ClusterReset) Build() Completed

func (ClusterReset) Hard

func (ClusterReset) Soft

type ClusterResetResetTypeHard

type ClusterResetResetTypeHard Incomplete

func (ClusterResetResetTypeHard) Build

type ClusterResetResetTypeSoft

type ClusterResetResetTypeSoft Incomplete

func (ClusterResetResetTypeSoft) Build

type ClusterSaveconfig

type ClusterSaveconfig Incomplete

func (ClusterSaveconfig) Build

func (c ClusterSaveconfig) Build() Completed

type ClusterSetConfigEpoch

type ClusterSetConfigEpoch Incomplete

func (ClusterSetConfigEpoch) ConfigEpoch

type ClusterSetConfigEpochConfigEpoch

type ClusterSetConfigEpochConfigEpoch Incomplete

func (ClusterSetConfigEpochConfigEpoch) Build

type ClusterSetslot

type ClusterSetslot Incomplete

func (ClusterSetslot) Slot

type ClusterSetslotNodeId

type ClusterSetslotNodeId Incomplete

func (ClusterSetslotNodeId) Build

func (c ClusterSetslotNodeId) Build() Completed

type ClusterSetslotSlot

type ClusterSetslotSlot Incomplete

func (ClusterSetslotSlot) Importing

func (ClusterSetslotSlot) Migrating

func (ClusterSetslotSlot) Node

func (ClusterSetslotSlot) Stable

type ClusterSetslotSubcommandImporting

type ClusterSetslotSubcommandImporting Incomplete

func (ClusterSetslotSubcommandImporting) Build

func (ClusterSetslotSubcommandImporting) NodeId

type ClusterSetslotSubcommandMigrating

type ClusterSetslotSubcommandMigrating Incomplete

func (ClusterSetslotSubcommandMigrating) Build

func (ClusterSetslotSubcommandMigrating) NodeId

type ClusterSetslotSubcommandNode

type ClusterSetslotSubcommandNode Incomplete

func (ClusterSetslotSubcommandNode) Build

func (ClusterSetslotSubcommandNode) NodeId

type ClusterSetslotSubcommandStable

type ClusterSetslotSubcommandStable Incomplete

func (ClusterSetslotSubcommandStable) Build

func (ClusterSetslotSubcommandStable) NodeId

type ClusterShards

type ClusterShards Incomplete

func (ClusterShards) Build

func (c ClusterShards) Build() Completed

type ClusterSlaves

type ClusterSlaves Incomplete

func (ClusterSlaves) NodeId

func (c ClusterSlaves) NodeId(nodeId string) ClusterSlavesNodeId

type ClusterSlavesNodeId

type ClusterSlavesNodeId Incomplete

func (ClusterSlavesNodeId) Build

func (c ClusterSlavesNodeId) Build() Completed

type ClusterSlots

type ClusterSlots Incomplete

func (ClusterSlots) Build

func (c ClusterSlots) Build() Completed

type CmsIncrby

type CmsIncrby Incomplete

func (CmsIncrby) Key

func (c CmsIncrby) Key(key string) CmsIncrbyKey

type CmsIncrbyItemsIncrement

type CmsIncrbyItemsIncrement Incomplete

func (CmsIncrbyItemsIncrement) Build

func (CmsIncrbyItemsIncrement) Item

type CmsIncrbyItemsItem

type CmsIncrbyItemsItem Incomplete

func (CmsIncrbyItemsItem) Increment

func (c CmsIncrbyItemsItem) Increment(increment int64) CmsIncrbyItemsIncrement

type CmsIncrbyKey

type CmsIncrbyKey Incomplete

func (CmsIncrbyKey) Item

func (c CmsIncrbyKey) Item(item string) CmsIncrbyItemsItem

type CmsInfo

type CmsInfo Incomplete

func (CmsInfo) Key

func (c CmsInfo) Key(key string) CmsInfoKey

type CmsInfoKey

type CmsInfoKey Incomplete

func (CmsInfoKey) Build

func (c CmsInfoKey) Build() Completed

func (CmsInfoKey) Cache

func (c CmsInfoKey) Cache() Cacheable

type CmsInitbydim

type CmsInitbydim Incomplete

func (CmsInitbydim) Key

func (c CmsInitbydim) Key(key string) CmsInitbydimKey

type CmsInitbydimDepth

type CmsInitbydimDepth Incomplete

func (CmsInitbydimDepth) Build

func (c CmsInitbydimDepth) Build() Completed

type CmsInitbydimKey

type CmsInitbydimKey Incomplete

func (CmsInitbydimKey) Width

func (c CmsInitbydimKey) Width(width int64) CmsInitbydimWidth

type CmsInitbydimWidth

type CmsInitbydimWidth Incomplete

func (CmsInitbydimWidth) Depth

func (c CmsInitbydimWidth) Depth(depth int64) CmsInitbydimDepth

type CmsInitbyprob

type CmsInitbyprob Incomplete

func (CmsInitbyprob) Key

type CmsInitbyprobError

type CmsInitbyprobError Incomplete

func (CmsInitbyprobError) Probability

func (c CmsInitbyprobError) Probability(probability float64) CmsInitbyprobProbability

type CmsInitbyprobKey

type CmsInitbyprobKey Incomplete

func (CmsInitbyprobKey) Error

type CmsInitbyprobProbability

type CmsInitbyprobProbability Incomplete

func (CmsInitbyprobProbability) Build

type CmsMerge

type CmsMerge Incomplete

func (CmsMerge) Destination

func (c CmsMerge) Destination(destination string) CmsMergeDestination

type CmsMergeDestination

type CmsMergeDestination Incomplete

func (CmsMergeDestination) Numkeys

func (c CmsMergeDestination) Numkeys(numkeys int64) CmsMergeNumkeys

type CmsMergeNumkeys

type CmsMergeNumkeys Incomplete

func (CmsMergeNumkeys) Source

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

type CmsMergeSource

type CmsMergeSource Incomplete

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 Incomplete

func (CmsMergeWeightWeight) Build

func (c CmsMergeWeightWeight) Build() Completed

func (CmsMergeWeightWeight) Weight

type CmsMergeWeightWeights

type CmsMergeWeightWeights Incomplete

func (CmsMergeWeightWeights) Weight

type CmsQuery

type CmsQuery Incomplete

func (CmsQuery) Key

func (c CmsQuery) Key(key string) CmsQueryKey

type CmsQueryItem

type CmsQueryItem Incomplete

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 Incomplete

func (CmsQueryKey) Item

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

type Command

type Command Incomplete

func (Command) Build

func (c Command) Build() Completed

type CommandCount

type CommandCount Incomplete

func (CommandCount) Build

func (c CommandCount) Build() Completed

type CommandDocs

type CommandDocs Incomplete

func (CommandDocs) Build

func (c CommandDocs) Build() Completed

func (CommandDocs) CommandName

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

type CommandDocsCommandName

type CommandDocsCommandName Incomplete

func (CommandDocsCommandName) Build

func (CommandDocsCommandName) CommandName

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

type CommandGetkeys

type CommandGetkeys Incomplete

func (CommandGetkeys) Command

func (c CommandGetkeys) Command(command string) CommandGetkeysCommand

type CommandGetkeysArg

type CommandGetkeysArg Incomplete

func (CommandGetkeysArg) Arg

func (CommandGetkeysArg) Build

func (c CommandGetkeysArg) Build() Completed

type CommandGetkeysCommand

type CommandGetkeysCommand Incomplete

func (CommandGetkeysCommand) Arg

func (CommandGetkeysCommand) Build

func (c CommandGetkeysCommand) Build() Completed

type CommandGetkeysandflags

type CommandGetkeysandflags Incomplete

func (CommandGetkeysandflags) Command

type CommandGetkeysandflagsArg

type CommandGetkeysandflagsArg Incomplete

func (CommandGetkeysandflagsArg) Arg

func (CommandGetkeysandflagsArg) Build

type CommandGetkeysandflagsCommand

type CommandGetkeysandflagsCommand Incomplete

func (CommandGetkeysandflagsCommand) Arg

func (CommandGetkeysandflagsCommand) Build

type CommandInfo

type CommandInfo Incomplete

func (CommandInfo) Build

func (c CommandInfo) Build() Completed

func (CommandInfo) CommandName

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

type CommandInfoCommandName

type CommandInfoCommandName Incomplete

func (CommandInfoCommandName) Build

func (CommandInfoCommandName) CommandName

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

type CommandList

type CommandList Incomplete

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 Incomplete

func (CommandListFilterbyAclcatCategory) Build

type CommandListFilterbyModuleName

type CommandListFilterbyModuleName Incomplete

func (CommandListFilterbyModuleName) Build

type CommandListFilterbyPatternPattern

type CommandListFilterbyPatternPattern Incomplete

func (CommandListFilterbyPatternPattern) Build

type CommandSlice

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

CommandSlice is the command container managed by the sync.Pool

func CacheableCS

func CacheableCS(c Cacheable) *CommandSlice

CacheableCS get the underlying *CommandSlice

func CompletedCS

func CompletedCS(c Completed) *CommandSlice

CompletedCS get the underlying *CommandSlice

func (*CommandSlice) Build

func (cs *CommandSlice) Build()

func (*CommandSlice) Verify

func (cs *CommandSlice) Verify()

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) 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) Pin

func (c Completed) Pin() Completed

Pin prevents a Completed to be recycled

func (Completed) SetSlot added in v1.0.27

func (c Completed) SetSlot(key string) Completed

SetSlot returns a new completed command with its key slot be overridden

func (*Completed) Slot

func (c *Completed) Slot() uint16

Slot returns the command key slot

type ConfigGet

type ConfigGet Incomplete

func (ConfigGet) Parameter

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

type ConfigGetParameter

type ConfigGetParameter Incomplete

func (ConfigGetParameter) Build

func (c ConfigGetParameter) Build() Completed

func (ConfigGetParameter) Parameter

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

type ConfigResetstat

type ConfigResetstat Incomplete

func (ConfigResetstat) Build

func (c ConfigResetstat) Build() Completed

type ConfigRewrite

type ConfigRewrite Incomplete

func (ConfigRewrite) Build

func (c ConfigRewrite) Build() Completed

type ConfigSet

type ConfigSet Incomplete

func (ConfigSet) ParameterValue

func (c ConfigSet) ParameterValue() ConfigSetParameterValue

type ConfigSetParameterValue

type ConfigSetParameterValue Incomplete

func (ConfigSetParameterValue) Build

func (ConfigSetParameterValue) ParameterValue

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

type Copy

type Copy Incomplete

func (Copy) Source

func (c Copy) Source(source string) CopySource

type CopyDb

type CopyDb Incomplete

func (CopyDb) Build

func (c CopyDb) Build() Completed

func (CopyDb) Replace

func (c CopyDb) Replace() CopyReplace

type CopyDestination

type CopyDestination Incomplete

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 Incomplete

func (CopyReplace) Build

func (c CopyReplace) Build() Completed

type CopySource

type CopySource Incomplete

func (CopySource) Destination

func (c CopySource) Destination(destination string) CopyDestination

type Dbsize

type Dbsize Incomplete

func (Dbsize) Build

func (c Dbsize) Build() Completed

type DebugObject

type DebugObject Incomplete

func (DebugObject) Key

func (c DebugObject) Key(key string) DebugObjectKey

type DebugObjectKey

type DebugObjectKey Incomplete

func (DebugObjectKey) Build

func (c DebugObjectKey) Build() Completed

type DebugSegfault

type DebugSegfault Incomplete

func (DebugSegfault) Build

func (c DebugSegfault) Build() Completed

type Decr

type Decr Incomplete

func (Decr) Key

func (c Decr) Key(key string) DecrKey

type DecrKey

type DecrKey Incomplete

func (DecrKey) Build

func (c DecrKey) Build() Completed

type Decrby

type Decrby Incomplete

func (Decrby) Key

func (c Decrby) Key(key string) DecrbyKey

type DecrbyDecrement

type DecrbyDecrement Incomplete

func (DecrbyDecrement) Build

func (c DecrbyDecrement) Build() Completed

type DecrbyKey

type DecrbyKey Incomplete

func (DecrbyKey) Decrement

func (c DecrbyKey) Decrement(decrement int64) DecrbyDecrement

type Del

type Del Incomplete

func (Del) Key

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

type DelKey

type DelKey Incomplete

func (DelKey) Build

func (c DelKey) Build() Completed

func (DelKey) Key

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

type Discard

type Discard Incomplete

func (Discard) Build

func (c Discard) Build() Completed

type Dump

type Dump Incomplete

func (Dump) Key

func (c Dump) Key(key string) DumpKey

type DumpKey

type DumpKey Incomplete

func (DumpKey) Build

func (c DumpKey) Build() Completed

type Echo

type Echo Incomplete

func (Echo) Message

func (c Echo) Message(message string) EchoMessage

type EchoMessage

type EchoMessage Incomplete

func (EchoMessage) Build

func (c EchoMessage) Build() Completed

type Eval

type Eval Incomplete

func (Eval) Script

func (c Eval) Script(script string) EvalScript

type EvalArg

type EvalArg Incomplete

func (EvalArg) Arg

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

func (EvalArg) Build

func (c EvalArg) Build() Completed

type EvalKey

type EvalKey Incomplete

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 Incomplete

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 Incomplete

func (EvalRo) Script

func (c EvalRo) Script(script string) EvalRoScript

type EvalRoArg

type EvalRoArg Incomplete

func (EvalRoArg) Arg

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

func (EvalRoArg) Build

func (c EvalRoArg) Build() Completed

func (EvalRoArg) Cache added in v1.0.1

func (c EvalRoArg) Cache() Cacheable

type EvalRoKey

type EvalRoKey Incomplete

func (EvalRoKey) Arg

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

func (EvalRoKey) Build

func (c EvalRoKey) Build() Completed

func (EvalRoKey) Cache added in v1.0.1

func (c EvalRoKey) Cache() Cacheable

func (EvalRoKey) Key

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

type EvalRoNumkeys

type EvalRoNumkeys Incomplete

func (EvalRoNumkeys) Arg

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

func (EvalRoNumkeys) Build

func (c EvalRoNumkeys) Build() Completed

func (EvalRoNumkeys) Cache added in v1.0.1

func (c EvalRoNumkeys) Cache() Cacheable

func (EvalRoNumkeys) Key

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

type EvalRoScript

type EvalRoScript Incomplete

func (EvalRoScript) Numkeys

func (c EvalRoScript) Numkeys(numkeys int64) EvalRoNumkeys

type EvalScript

type EvalScript Incomplete

func (EvalScript) Numkeys

func (c EvalScript) Numkeys(numkeys int64) EvalNumkeys

type Evalsha

type Evalsha Incomplete

func (Evalsha) Sha1

func (c Evalsha) Sha1(sha1 string) EvalshaSha1

type EvalshaArg

type EvalshaArg Incomplete

func (EvalshaArg) Arg

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

func (EvalshaArg) Build

func (c EvalshaArg) Build() Completed

type EvalshaKey

type EvalshaKey Incomplete

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 Incomplete

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 Incomplete

func (EvalshaRo) Sha1

func (c EvalshaRo) Sha1(sha1 string) EvalshaRoSha1

type EvalshaRoArg

type EvalshaRoArg Incomplete

func (EvalshaRoArg) Arg

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

func (EvalshaRoArg) Build

func (c EvalshaRoArg) Build() Completed

func (EvalshaRoArg) Cache added in v1.0.1

func (c EvalshaRoArg) Cache() Cacheable

type EvalshaRoKey

type EvalshaRoKey Incomplete

func (EvalshaRoKey) Arg

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

func (EvalshaRoKey) Build

func (c EvalshaRoKey) Build() Completed

func (EvalshaRoKey) Cache added in v1.0.1

func (c EvalshaRoKey) Cache() Cacheable

func (EvalshaRoKey) Key

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

type EvalshaRoNumkeys

type EvalshaRoNumkeys Incomplete

func (EvalshaRoNumkeys) Arg

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

func (EvalshaRoNumkeys) Build

func (c EvalshaRoNumkeys) Build() Completed

func (EvalshaRoNumkeys) Cache added in v1.0.1

func (c EvalshaRoNumkeys) Cache() Cacheable

func (EvalshaRoNumkeys) Key

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

type EvalshaRoSha1

type EvalshaRoSha1 Incomplete

func (EvalshaRoSha1) Numkeys

func (c EvalshaRoSha1) Numkeys(numkeys int64) EvalshaRoNumkeys

type EvalshaSha1

type EvalshaSha1 Incomplete

func (EvalshaSha1) Numkeys

func (c EvalshaSha1) Numkeys(numkeys int64) EvalshaNumkeys

type Exec

type Exec Incomplete

func (Exec) Build

func (c Exec) Build() Completed

type Exists

type Exists Incomplete

func (Exists) Key

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

type ExistsKey

type ExistsKey Incomplete

func (ExistsKey) Build

func (c ExistsKey) Build() Completed

func (ExistsKey) Key

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

type Expire

type Expire Incomplete

func (Expire) Key

func (c Expire) Key(key string) ExpireKey

type ExpireConditionGt

type ExpireConditionGt Incomplete

func (ExpireConditionGt) Build

func (c ExpireConditionGt) Build() Completed

type ExpireConditionLt

type ExpireConditionLt Incomplete

func (ExpireConditionLt) Build

func (c ExpireConditionLt) Build() Completed

type ExpireConditionNx

type ExpireConditionNx Incomplete

func (ExpireConditionNx) Build

func (c ExpireConditionNx) Build() Completed

type ExpireConditionXx

type ExpireConditionXx Incomplete

func (ExpireConditionXx) Build

func (c ExpireConditionXx) Build() Completed

type ExpireKey

type ExpireKey Incomplete

func (ExpireKey) Seconds

func (c ExpireKey) Seconds(seconds int64) ExpireSeconds

type ExpireSeconds

type ExpireSeconds Incomplete

func (ExpireSeconds) Build

func (c ExpireSeconds) Build() Completed

func (ExpireSeconds) Gt

func (ExpireSeconds) Lt

func (ExpireSeconds) Nx

func (ExpireSeconds) Xx

type Expireat

type Expireat Incomplete

func (Expireat) Key

func (c Expireat) Key(key string) ExpireatKey

type ExpireatConditionGt

type ExpireatConditionGt Incomplete

func (ExpireatConditionGt) Build

func (c ExpireatConditionGt) Build() Completed

type ExpireatConditionLt

type ExpireatConditionLt Incomplete

func (ExpireatConditionLt) Build

func (c ExpireatConditionLt) Build() Completed

type ExpireatConditionNx

type ExpireatConditionNx Incomplete

func (ExpireatConditionNx) Build

func (c ExpireatConditionNx) Build() Completed

type ExpireatConditionXx

type ExpireatConditionXx Incomplete

func (ExpireatConditionXx) Build

func (c ExpireatConditionXx) Build() Completed

type ExpireatKey

type ExpireatKey Incomplete

func (ExpireatKey) Timestamp

func (c ExpireatKey) Timestamp(timestamp int64) ExpireatTimestamp

type ExpireatTimestamp

type ExpireatTimestamp Incomplete

func (ExpireatTimestamp) Build

func (c ExpireatTimestamp) Build() Completed

func (ExpireatTimestamp) Gt

func (ExpireatTimestamp) Lt

func (ExpireatTimestamp) Nx

func (ExpireatTimestamp) Xx

type Expiretime

type Expiretime Incomplete

func (Expiretime) Key

func (c Expiretime) Key(key string) ExpiretimeKey

type ExpiretimeKey

type ExpiretimeKey Incomplete

func (ExpiretimeKey) Build

func (c ExpiretimeKey) Build() Completed

func (ExpiretimeKey) Cache

func (c ExpiretimeKey) Cache() Cacheable

type Failover

type Failover Incomplete

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 Incomplete

func (FailoverAbort) Build

func (c FailoverAbort) Build() Completed

func (FailoverAbort) Timeout

func (c FailoverAbort) Timeout(milliseconds int64) FailoverTimeout

type FailoverTargetForce

type FailoverTargetForce Incomplete

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 Incomplete

func (FailoverTargetHost) Port

type FailoverTargetPort

type FailoverTargetPort Incomplete

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 Incomplete

func (FailoverTargetTo) Host

type FailoverTimeout

type FailoverTimeout Incomplete

func (FailoverTimeout) Build

func (c FailoverTimeout) Build() Completed

type Fcall

type Fcall Incomplete

func (Fcall) Function

func (c Fcall) Function(function string) FcallFunction

type FcallArg

type FcallArg Incomplete

func (FcallArg) Arg

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

func (FcallArg) Build

func (c FcallArg) Build() Completed

type FcallFunction

type FcallFunction Incomplete

func (FcallFunction) Numkeys

func (c FcallFunction) Numkeys(numkeys int64) FcallNumkeys

type FcallKey

type FcallKey Incomplete

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 Incomplete

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 Incomplete

func (FcallRo) Function

func (c FcallRo) Function(function string) FcallRoFunction

type FcallRoArg

type FcallRoArg Incomplete

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 Incomplete

func (FcallRoFunction) Numkeys

func (c FcallRoFunction) Numkeys(numkeys int64) FcallRoNumkeys

type FcallRoKey

type FcallRoKey Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (FlushallAsync) Build

func (c FlushallAsync) Build() Completed

type FlushallAsyncSync

type FlushallAsyncSync Incomplete

func (FlushallAsyncSync) Build

func (c FlushallAsyncSync) Build() Completed

type Flushdb

type Flushdb Incomplete

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 Incomplete

func (FlushdbAsync) Build

func (c FlushdbAsync) Build() Completed

type FlushdbAsyncSync

type FlushdbAsyncSync Incomplete

func (FlushdbAsyncSync) Build

func (c FlushdbAsyncSync) Build() Completed

type FtAggregate

type FtAggregate Incomplete

func (FtAggregate) Index

func (c FtAggregate) Index(index string) FtAggregateIndex

type FtAggregateCursorCount

type FtAggregateCursorCount Incomplete

func (FtAggregateCursorCount) Build

func (FtAggregateCursorCount) Dialect

func (c FtAggregateCursorCount) Dialect(dialect int64) FtAggregateDialect

func (FtAggregateCursorCount) Maxidle

func (FtAggregateCursorCount) Params

type FtAggregateCursorMaxidle

type FtAggregateCursorMaxidle Incomplete

func (FtAggregateCursorMaxidle) Build

func (FtAggregateCursorMaxidle) Dialect

func (FtAggregateCursorMaxidle) Params

type FtAggregateCursorWithcursor

type FtAggregateCursorWithcursor Incomplete

func (FtAggregateCursorWithcursor) Build

func (FtAggregateCursorWithcursor) Count

func (FtAggregateCursorWithcursor) Dialect

func (FtAggregateCursorWithcursor) Maxidle

func (FtAggregateCursorWithcursor) Params

type FtAggregateDialect

type FtAggregateDialect Incomplete

func (FtAggregateDialect) Build

func (c FtAggregateDialect) Build() Completed

type FtAggregateIndex

type FtAggregateIndex Incomplete

func (FtAggregateIndex) Query

func (c FtAggregateIndex) Query(query string) FtAggregateQuery

type FtAggregateOpApplyApply

type FtAggregateOpApplyApply Incomplete

func (FtAggregateOpApplyApply) As

type FtAggregateOpApplyAs

type FtAggregateOpApplyAs Incomplete

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) Load

func (FtAggregateOpApplyAs) LoadAll

func (FtAggregateOpApplyAs) Params

func (FtAggregateOpApplyAs) Sortby

func (FtAggregateOpApplyAs) Withcursor

type FtAggregateOpFilter

type FtAggregateOpFilter Incomplete

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) Load

func (FtAggregateOpFilter) LoadAll

func (FtAggregateOpFilter) Params

func (FtAggregateOpFilter) Sortby

func (FtAggregateOpFilter) Withcursor

type FtAggregateOpGroupbyGroupby

type FtAggregateOpGroupbyGroupby Incomplete

func (FtAggregateOpGroupbyGroupby) Apply

func (FtAggregateOpGroupbyGroupby) Build

func (FtAggregateOpGroupbyGroupby) Dialect

func (FtAggregateOpGroupbyGroupby) Filter

func (FtAggregateOpGroupbyGroupby) Groupby

func (FtAggregateOpGroupbyGroupby) Limit

func (FtAggregateOpGroupbyGroupby) Load

func (FtAggregateOpGroupbyGroupby) LoadAll

func (FtAggregateOpGroupbyGroupby) Params

func (FtAggregateOpGroupbyGroupby) Property

func (FtAggregateOpGroupbyGroupby) Reduce

func (FtAggregateOpGroupbyGroupby) Sortby

func (FtAggregateOpGroupbyGroupby) Withcursor

type FtAggregateOpGroupbyProperty

type FtAggregateOpGroupbyProperty Incomplete

func (FtAggregateOpGroupbyProperty) Apply

func (FtAggregateOpGroupbyProperty) Build

func (FtAggregateOpGroupbyProperty) Dialect

func (FtAggregateOpGroupbyProperty) Filter

func (FtAggregateOpGroupbyProperty) Groupby

func (FtAggregateOpGroupbyProperty) Limit

func (FtAggregateOpGroupbyProperty) Load

func (FtAggregateOpGroupbyProperty) LoadAll

func (FtAggregateOpGroupbyProperty) Params

func (FtAggregateOpGroupbyProperty) Property

func (FtAggregateOpGroupbyProperty) Reduce

func (FtAggregateOpGroupbyProperty) Sortby

func (FtAggregateOpGroupbyProperty) Withcursor

type FtAggregateOpGroupbyReduceArg

type FtAggregateOpGroupbyReduceArg Incomplete

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) Load

func (FtAggregateOpGroupbyReduceArg) LoadAll

func (FtAggregateOpGroupbyReduceArg) Params

func (FtAggregateOpGroupbyReduceArg) Reduce

func (FtAggregateOpGroupbyReduceArg) Sortby

func (FtAggregateOpGroupbyReduceArg) Withcursor

type FtAggregateOpGroupbyReduceAs

type FtAggregateOpGroupbyReduceAs Incomplete

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) Load

func (FtAggregateOpGroupbyReduceAs) LoadAll

func (FtAggregateOpGroupbyReduceAs) Params

func (FtAggregateOpGroupbyReduceAs) Reduce

func (FtAggregateOpGroupbyReduceAs) Sortby

func (FtAggregateOpGroupbyReduceAs) Withcursor

type FtAggregateOpGroupbyReduceBy

type FtAggregateOpGroupbyReduceBy Incomplete

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) Load

func (FtAggregateOpGroupbyReduceBy) LoadAll

func (FtAggregateOpGroupbyReduceBy) Params

func (FtAggregateOpGroupbyReduceBy) Reduce

func (FtAggregateOpGroupbyReduceBy) Sortby

func (FtAggregateOpGroupbyReduceBy) Withcursor

type FtAggregateOpGroupbyReduceNargs

type FtAggregateOpGroupbyReduceNargs Incomplete

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) Load

func (FtAggregateOpGroupbyReduceNargs) LoadAll

func (FtAggregateOpGroupbyReduceNargs) Params

func (FtAggregateOpGroupbyReduceNargs) Reduce

func (FtAggregateOpGroupbyReduceNargs) Sortby

func (FtAggregateOpGroupbyReduceNargs) Withcursor

type FtAggregateOpGroupbyReduceOrderAsc

type FtAggregateOpGroupbyReduceOrderAsc Incomplete

func (FtAggregateOpGroupbyReduceOrderAsc) Apply

func (FtAggregateOpGroupbyReduceOrderAsc) Build

func (FtAggregateOpGroupbyReduceOrderAsc) Dialect

func (FtAggregateOpGroupbyReduceOrderAsc) Filter

func (FtAggregateOpGroupbyReduceOrderAsc) Groupby

func (FtAggregateOpGroupbyReduceOrderAsc) Limit

func (FtAggregateOpGroupbyReduceOrderAsc) Load

func (FtAggregateOpGroupbyReduceOrderAsc) LoadAll

func (FtAggregateOpGroupbyReduceOrderAsc) Params

func (FtAggregateOpGroupbyReduceOrderAsc) Reduce

func (FtAggregateOpGroupbyReduceOrderAsc) Sortby

func (FtAggregateOpGroupbyReduceOrderAsc) Withcursor

type FtAggregateOpGroupbyReduceOrderDesc

type FtAggregateOpGroupbyReduceOrderDesc Incomplete

func (FtAggregateOpGroupbyReduceOrderDesc) Apply

func (FtAggregateOpGroupbyReduceOrderDesc) Build

func (FtAggregateOpGroupbyReduceOrderDesc) Dialect

func (FtAggregateOpGroupbyReduceOrderDesc) Filter

func (FtAggregateOpGroupbyReduceOrderDesc) Groupby

func (FtAggregateOpGroupbyReduceOrderDesc) Limit

func (FtAggregateOpGroupbyReduceOrderDesc) Load

func (FtAggregateOpGroupbyReduceOrderDesc) LoadAll

func (FtAggregateOpGroupbyReduceOrderDesc) Params

func (FtAggregateOpGroupbyReduceOrderDesc) Reduce

func (FtAggregateOpGroupbyReduceOrderDesc) Sortby

func (FtAggregateOpGroupbyReduceOrderDesc) Withcursor

type FtAggregateOpGroupbyReduceReduce

type FtAggregateOpGroupbyReduceReduce Incomplete

func (FtAggregateOpGroupbyReduceReduce) Nargs

type FtAggregateOpLimitLimit

type FtAggregateOpLimitLimit Incomplete

func (FtAggregateOpLimitLimit) OffsetNum

type FtAggregateOpLimitOffsetNum

type FtAggregateOpLimitOffsetNum Incomplete

func (FtAggregateOpLimitOffsetNum) Apply

func (FtAggregateOpLimitOffsetNum) Build

func (FtAggregateOpLimitOffsetNum) Dialect

func (FtAggregateOpLimitOffsetNum) Filter

func (FtAggregateOpLimitOffsetNum) Groupby

func (FtAggregateOpLimitOffsetNum) Limit

func (FtAggregateOpLimitOffsetNum) Load

func (FtAggregateOpLimitOffsetNum) LoadAll

func (FtAggregateOpLimitOffsetNum) Params

func (FtAggregateOpLimitOffsetNum) Sortby

func (FtAggregateOpLimitOffsetNum) Withcursor

type FtAggregateOpLoadField

type FtAggregateOpLoadField Incomplete

func (FtAggregateOpLoadField) Apply

func (FtAggregateOpLoadField) Build

func (FtAggregateOpLoadField) Dialect

func (c FtAggregateOpLoadField) Dialect(dialect int64) FtAggregateDialect

func (FtAggregateOpLoadField) Field

func (FtAggregateOpLoadField) Filter

func (FtAggregateOpLoadField) Groupby

func (FtAggregateOpLoadField) Limit

func (FtAggregateOpLoadField) Load

func (FtAggregateOpLoadField) LoadAll

func (FtAggregateOpLoadField) Params

func (FtAggregateOpLoadField) Sortby

func (FtAggregateOpLoadField) Withcursor

type FtAggregateOpLoadLoad

type FtAggregateOpLoadLoad Incomplete

func (FtAggregateOpLoadLoad) Field

type FtAggregateOpLoadallLoadAll

type FtAggregateOpLoadallLoadAll Incomplete

func (FtAggregateOpLoadallLoadAll) Apply

func (FtAggregateOpLoadallLoadAll) Build

func (FtAggregateOpLoadallLoadAll) Dialect

func (FtAggregateOpLoadallLoadAll) Filter

func (FtAggregateOpLoadallLoadAll) Groupby

func (FtAggregateOpLoadallLoadAll) Limit

func (FtAggregateOpLoadallLoadAll) Load

func (FtAggregateOpLoadallLoadAll) LoadAll

func (FtAggregateOpLoadallLoadAll) Params

func (FtAggregateOpLoadallLoadAll) Sortby

func (FtAggregateOpLoadallLoadAll) Withcursor

type FtAggregateOpSortbyFieldsOrderAsc

type FtAggregateOpSortbyFieldsOrderAsc Incomplete

func (FtAggregateOpSortbyFieldsOrderAsc) Apply

func (FtAggregateOpSortbyFieldsOrderAsc) Build

func (FtAggregateOpSortbyFieldsOrderAsc) Dialect

func (FtAggregateOpSortbyFieldsOrderAsc) Filter

func (FtAggregateOpSortbyFieldsOrderAsc) Groupby

func (FtAggregateOpSortbyFieldsOrderAsc) Limit

func (FtAggregateOpSortbyFieldsOrderAsc) Load

func (FtAggregateOpSortbyFieldsOrderAsc) LoadAll

func (FtAggregateOpSortbyFieldsOrderAsc) Max

func (FtAggregateOpSortbyFieldsOrderAsc) Params

func (FtAggregateOpSortbyFieldsOrderAsc) Property

func (FtAggregateOpSortbyFieldsOrderAsc) Sortby

func (FtAggregateOpSortbyFieldsOrderAsc) Withcursor

type FtAggregateOpSortbyFieldsOrderDesc

type FtAggregateOpSortbyFieldsOrderDesc Incomplete

func (FtAggregateOpSortbyFieldsOrderDesc) Apply

func (FtAggregateOpSortbyFieldsOrderDesc) Build

func (FtAggregateOpSortbyFieldsOrderDesc) Dialect

func (FtAggregateOpSortbyFieldsOrderDesc) Filter

func (FtAggregateOpSortbyFieldsOrderDesc) Groupby

func (FtAggregateOpSortbyFieldsOrderDesc) Limit

func (FtAggregateOpSortbyFieldsOrderDesc) Load

func (FtAggregateOpSortbyFieldsOrderDesc) LoadAll

func (FtAggregateOpSortbyFieldsOrderDesc) Max

func (FtAggregateOpSortbyFieldsOrderDesc) Params

func (FtAggregateOpSortbyFieldsOrderDesc) Property

func (FtAggregateOpSortbyFieldsOrderDesc) Sortby

func (FtAggregateOpSortbyFieldsOrderDesc) Withcursor

type FtAggregateOpSortbyFieldsProperty

type FtAggregateOpSortbyFieldsProperty Incomplete

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) Load

func (FtAggregateOpSortbyFieldsProperty) LoadAll

func (FtAggregateOpSortbyFieldsProperty) Max

func (FtAggregateOpSortbyFieldsProperty) Params

func (FtAggregateOpSortbyFieldsProperty) Property

func (FtAggregateOpSortbyFieldsProperty) Sortby

func (FtAggregateOpSortbyFieldsProperty) Withcursor

type FtAggregateOpSortbyMax

type FtAggregateOpSortbyMax Incomplete

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) Load

func (FtAggregateOpSortbyMax) LoadAll

func (FtAggregateOpSortbyMax) Params

func (FtAggregateOpSortbyMax) Sortby

func (FtAggregateOpSortbyMax) Withcursor

type FtAggregateOpSortbySortby

type FtAggregateOpSortbySortby Incomplete

func (FtAggregateOpSortbySortby) Apply

func (FtAggregateOpSortbySortby) Build

func (FtAggregateOpSortbySortby) Dialect

func (FtAggregateOpSortbySortby) Filter

func (FtAggregateOpSortbySortby) Groupby

func (FtAggregateOpSortbySortby) Limit

func (FtAggregateOpSortbySortby) Load

func (FtAggregateOpSortbySortby) LoadAll

func (FtAggregateOpSortbySortby) Max

func (FtAggregateOpSortbySortby) Params

func (FtAggregateOpSortbySortby) Property

func (FtAggregateOpSortbySortby) Sortby

func (FtAggregateOpSortbySortby) Withcursor

type FtAggregateParamsNameValue

type FtAggregateParamsNameValue Incomplete

func (FtAggregateParamsNameValue) Build

func (FtAggregateParamsNameValue) Dialect

func (FtAggregateParamsNameValue) NameValue

type FtAggregateParamsNargs

type FtAggregateParamsNargs Incomplete

func (FtAggregateParamsNargs) NameValue

type FtAggregateParamsParams

type FtAggregateParamsParams Incomplete

func (FtAggregateParamsParams) Nargs

type FtAggregateQuery

type FtAggregateQuery Incomplete

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 Incomplete

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) Load

func (FtAggregateTimeout) LoadAll

func (FtAggregateTimeout) Params

func (FtAggregateTimeout) Sortby

func (FtAggregateTimeout) Withcursor

type FtAggregateVerbatim

type FtAggregateVerbatim Incomplete

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 Incomplete

func (FtAliasadd) Alias

func (c FtAliasadd) Alias(alias string) FtAliasaddAlias

type FtAliasaddAlias

type FtAliasaddAlias Incomplete

func (FtAliasaddAlias) Index

func (c FtAliasaddAlias) Index(index string) FtAliasaddIndex

type FtAliasaddIndex

type FtAliasaddIndex Incomplete

func (FtAliasaddIndex) Build

func (c FtAliasaddIndex) Build() Completed

type FtAliasdel

type FtAliasdel Incomplete

func (FtAliasdel) Alias

func (c FtAliasdel) Alias(alias string) FtAliasdelAlias

type FtAliasdelAlias

type FtAliasdelAlias Incomplete

func (FtAliasdelAlias) Build

func (c FtAliasdelAlias) Build() Completed

type FtAliasupdate

type FtAliasupdate Incomplete

func (FtAliasupdate) Alias

func (c FtAliasupdate) Alias(alias string) FtAliasupdateAlias

type FtAliasupdateAlias

type FtAliasupdateAlias Incomplete

func (FtAliasupdateAlias) Index

type FtAliasupdateIndex

type FtAliasupdateIndex Incomplete

func (FtAliasupdateIndex) Build

func (c FtAliasupdateIndex) Build() Completed

type FtAlter

type FtAlter Incomplete

func (FtAlter) Index

func (c FtAlter) Index(index string) FtAlterIndex

type FtAlterAdd

type FtAlterAdd Incomplete

func (FtAlterAdd) Field

func (c FtAlterAdd) Field(field string) FtAlterField

type FtAlterField

type FtAlterField Incomplete

func (FtAlterField) Options

func (c FtAlterField) Options(options string) FtAlterOptions

type FtAlterIndex

type FtAlterIndex Incomplete

func (FtAlterIndex) Schema

func (c FtAlterIndex) Schema() FtAlterSchema

func (FtAlterIndex) Skipinitialscan

func (c FtAlterIndex) Skipinitialscan() FtAlterSkipinitialscan

type FtAlterOptions

type FtAlterOptions Incomplete

func (FtAlterOptions) Build

func (c FtAlterOptions) Build() Completed

type FtAlterSchema

type FtAlterSchema Incomplete

func (FtAlterSchema) Add

func (c FtAlterSchema) Add() FtAlterAdd

type FtAlterSkipinitialscan

type FtAlterSkipinitialscan Incomplete

func (FtAlterSkipinitialscan) Schema

type FtConfigGet

type FtConfigGet Incomplete

func (FtConfigGet) Option

func (c FtConfigGet) Option(option string) FtConfigGetOption

type FtConfigGetOption

type FtConfigGetOption Incomplete

func (FtConfigGetOption) Build

func (c FtConfigGetOption) Build() Completed

type FtConfigHelp

type FtConfigHelp Incomplete

func (FtConfigHelp) Option

func (c FtConfigHelp) Option(option string) FtConfigHelpOption

type FtConfigHelpOption

type FtConfigHelpOption Incomplete

func (FtConfigHelpOption) Build

func (c FtConfigHelpOption) Build() Completed

type FtConfigSet

type FtConfigSet Incomplete

func (FtConfigSet) Option

func (c FtConfigSet) Option(option string) FtConfigSetOption

type FtConfigSetOption

type FtConfigSetOption Incomplete

func (FtConfigSetOption) Value

func (c FtConfigSetOption) Value(value string) FtConfigSetValue

type FtConfigSetValue

type FtConfigSetValue Incomplete

func (FtConfigSetValue) Build

func (c FtConfigSetValue) Build() Completed

type FtCreate

type FtCreate Incomplete

func (FtCreate) Index

func (c FtCreate) Index(index string) FtCreateIndex

type FtCreateFieldAs

type FtCreateFieldAs Incomplete

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 Incomplete

func (FtCreateFieldFieldName) As

func (FtCreateFieldFieldName) Geo

func (FtCreateFieldFieldName) Numeric

func (FtCreateFieldFieldName) Tag

func (FtCreateFieldFieldName) Text

func (FtCreateFieldFieldName) Vector

type FtCreateFieldFieldTypeGeo

type FtCreateFieldFieldTypeGeo Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (FtCreateNofreqs) Schema

func (c FtCreateNofreqs) Schema() FtCreateSchema

func (FtCreateNofreqs) Skipinitialscan

func (c FtCreateNofreqs) Skipinitialscan() FtCreateSkipinitialscan

func (FtCreateNofreqs) Stopwords

type FtCreateNohl

type FtCreateNohl Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (FtCreatePrefixCount) Prefix

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

type FtCreatePrefixPrefix

type FtCreatePrefixPrefix Incomplete

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 Incomplete

func (FtCreateSchema) FieldName

func (c FtCreateSchema) FieldName(fieldName string) FtCreateFieldFieldName

type FtCreateScore

type FtCreateScore Incomplete

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 Incomplete

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 Incomplete

func (FtCreateSkipinitialscan) Schema

type FtCreateStopwordsStopword

type FtCreateStopwordsStopword Incomplete

func (FtCreateStopwordsStopword) Schema

func (FtCreateStopwordsStopword) Skipinitialscan

func (FtCreateStopwordsStopword) Stopword

type FtCreateStopwordsStopwords

type FtCreateStopwordsStopwords Incomplete

func (FtCreateStopwordsStopwords) Schema

func (FtCreateStopwordsStopwords) Skipinitialscan

func (FtCreateStopwordsStopwords) Stopword

type FtCreateTemporary

type FtCreateTemporary Incomplete

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 Incomplete

func (FtCursorDel) Index

func (c FtCursorDel) Index(index string) FtCursorDelIndex

type FtCursorDelCursorId

type FtCursorDelCursorId Incomplete

func (FtCursorDelCursorId) Build

func (c FtCursorDelCursorId) Build() Completed

type FtCursorDelIndex

type FtCursorDelIndex Incomplete

func (FtCursorDelIndex) CursorId

func (c FtCursorDelIndex) CursorId(cursorId int64) FtCursorDelCursorId

type FtCursorRead

type FtCursorRead Incomplete

func (FtCursorRead) Index

func (c FtCursorRead) Index(index string) FtCursorReadIndex

type FtCursorReadCount

type FtCursorReadCount Incomplete

func (FtCursorReadCount) Build

func (c FtCursorReadCount) Build() Completed

type FtCursorReadCursorId

type FtCursorReadCursorId Incomplete

func (FtCursorReadCursorId) Build

func (c FtCursorReadCursorId) Build() Completed

func (FtCursorReadCursorId) Count

func (c FtCursorReadCursorId) Count(readSize int64) FtCursorReadCount

type FtCursorReadIndex

type FtCursorReadIndex Incomplete

func (FtCursorReadIndex) CursorId

func (c FtCursorReadIndex) CursorId(cursorId int64) FtCursorReadCursorId

type FtDictadd

type FtDictadd Incomplete

func (FtDictadd) Dict

func (c FtDictadd) Dict(dict string) FtDictaddDict

type FtDictaddDict

type FtDictaddDict Incomplete

func (FtDictaddDict) Term

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

type FtDictaddTerm

type FtDictaddTerm Incomplete

func (FtDictaddTerm) Build

func (c FtDictaddTerm) Build() Completed

func (FtDictaddTerm) Term

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

type FtDictdel

type FtDictdel Incomplete

func (FtDictdel) Dict

func (c FtDictdel) Dict(dict string) FtDictdelDict

type FtDictdelDict

type FtDictdelDict Incomplete

func (FtDictdelDict) Term

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

type FtDictdelTerm

type FtDictdelTerm Incomplete

func (FtDictdelTerm) Build

func (c FtDictdelTerm) Build() Completed

func (FtDictdelTerm) Term

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

type FtDictdump

type FtDictdump Incomplete

func (FtDictdump) Dict

func (c FtDictdump) Dict(dict string) FtDictdumpDict

type FtDictdumpDict

type FtDictdumpDict Incomplete

func (FtDictdumpDict) Build

func (c FtDictdumpDict) Build() Completed

type FtDropindex

type FtDropindex Incomplete

func (FtDropindex) Index

func (c FtDropindex) Index(index string) FtDropindexIndex

type FtDropindexDeleteDocsDd

type FtDropindexDeleteDocsDd Incomplete

func (FtDropindexDeleteDocsDd) Build

type FtDropindexIndex

type FtDropindexIndex Incomplete

func (FtDropindexIndex) Build

func (c FtDropindexIndex) Build() Completed

func (FtDropindexIndex) Dd

type FtExplain

type FtExplain Incomplete

func (FtExplain) Index

func (c FtExplain) Index(index string) FtExplainIndex

type FtExplainDialect

type FtExplainDialect Incomplete

func (FtExplainDialect) Build

func (c FtExplainDialect) Build() Completed

type FtExplainIndex

type FtExplainIndex Incomplete

func (FtExplainIndex) Query

func (c FtExplainIndex) Query(query string) FtExplainQuery

type FtExplainQuery

type FtExplainQuery Incomplete

func (FtExplainQuery) Build

func (c FtExplainQuery) Build() Completed

func (FtExplainQuery) Dialect

func (c FtExplainQuery) Dialect(dialect int64) FtExplainDialect

type FtExplaincli

type FtExplaincli Incomplete

func (FtExplaincli) Index

func (c FtExplaincli) Index(index string) FtExplaincliIndex

type FtExplaincliDialect

type FtExplaincliDialect Incomplete

func (FtExplaincliDialect) Build

func (c FtExplaincliDialect) Build() Completed

type FtExplaincliIndex

type FtExplaincliIndex Incomplete

func (FtExplaincliIndex) Query

type FtExplaincliQuery

type FtExplaincliQuery Incomplete

func (FtExplaincliQuery) Build

func (c FtExplaincliQuery) Build() Completed

func (FtExplaincliQuery) Dialect

func (c FtExplaincliQuery) Dialect(dialect int64) FtExplaincliDialect

type FtInfo

type FtInfo Incomplete

func (FtInfo) Index

func (c FtInfo) Index(index string) FtInfoIndex

type FtInfoIndex

type FtInfoIndex Incomplete

func (FtInfoIndex) Build

func (c FtInfoIndex) Build() Completed

type FtList

type FtList Incomplete

func (FtList) Build

func (c FtList) Build() Completed

type FtProfile

type FtProfile Incomplete

func (FtProfile) Index

func (c FtProfile) Index(index string) FtProfileIndex

type FtProfileIndex

type FtProfileIndex Incomplete

func (FtProfileIndex) Aggregate

func (FtProfileIndex) Search

type FtProfileLimited

type FtProfileLimited Incomplete

func (FtProfileLimited) Query

func (c FtProfileLimited) Query(query string) FtProfileQuery

type FtProfileQuery

type FtProfileQuery Incomplete

func (FtProfileQuery) Build

func (c FtProfileQuery) Build() Completed

type FtProfileQuerytypeAggregate

type FtProfileQuerytypeAggregate Incomplete

func (FtProfileQuerytypeAggregate) Limited

func (FtProfileQuerytypeAggregate) Query

type FtProfileQuerytypeSearch

type FtProfileQuerytypeSearch Incomplete

func (FtProfileQuerytypeSearch) Limited

func (FtProfileQuerytypeSearch) Query

type FtSearch

type FtSearch Incomplete

func (FtSearch) Index

func (c FtSearch) Index(index string) FtSearchIndex

type FtSearchDialect

type FtSearchDialect Incomplete

func (FtSearchDialect) Build

func (c FtSearchDialect) Build() Completed

type FtSearchExpander

type FtSearchExpander Incomplete

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 Incomplete

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 Incomplete

func (FtSearchFilterFilter) Min

type FtSearchFilterMax

type FtSearchFilterMax Incomplete

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 Incomplete

func (FtSearchFilterMin) Max

type FtSearchGeoFilterGeofilter

type FtSearchGeoFilterGeofilter Incomplete

func (FtSearchGeoFilterGeofilter) Lon

type FtSearchGeoFilterLat

type FtSearchGeoFilterLat Incomplete

func (FtSearchGeoFilterLat) Radius

type FtSearchGeoFilterLon

type FtSearchGeoFilterLon Incomplete

func (FtSearchGeoFilterLon) Lat

type FtSearchGeoFilterRadius

type FtSearchGeoFilterRadius Incomplete

func (FtSearchGeoFilterRadius) Ft

func (FtSearchGeoFilterRadius) Km

func (FtSearchGeoFilterRadius) M

func (FtSearchGeoFilterRadius) Mi

type FtSearchGeoFilterRadiusTypeFt

type FtSearchGeoFilterRadiusTypeFt Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (FtSearchHighlightFieldsFields) Field

type FtSearchHighlightHighlight

type FtSearchHighlightHighlight Incomplete

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 Incomplete

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 Incomplete

func (FtSearchHighlightTagsTags) OpenClose

type FtSearchInFieldsField

type FtSearchInFieldsField Incomplete

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 Incomplete

func (FtSearchInFieldsInfields) Field

type FtSearchInKeysInkeys

type FtSearchInKeysInkeys Incomplete

func (FtSearchInKeysInkeys) Key

type FtSearchInKeysKey

type FtSearchInKeysKey Incomplete

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 Incomplete

func (FtSearchIndex) Query

func (c FtSearchIndex) Query(query string) FtSearchQuery

type FtSearchLanguage

type FtSearchLanguage Incomplete

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 Incomplete

func (FtSearchLimitLimit) OffsetNum

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

type FtSearchLimitOffsetNum

type FtSearchLimitOffsetNum Incomplete

func (FtSearchLimitOffsetNum) Build

func (FtSearchLimitOffsetNum) Dialect

func (c FtSearchLimitOffsetNum) Dialect(dialect int64) FtSearchDialect

func (FtSearchLimitOffsetNum) Params

type FtSearchNocontent

type FtSearchNocontent Incomplete

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 Incomplete

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 Incomplete

func (FtSearchParamsNameValue) Build

func (FtSearchParamsNameValue) Dialect

func (c FtSearchParamsNameValue) Dialect(dialect int64) FtSearchDialect

func (FtSearchParamsNameValue) NameValue

type FtSearchParamsNargs

type FtSearchParamsNargs Incomplete

func (FtSearchParamsNargs) NameValue

type FtSearchParamsParams

type FtSearchParamsParams Incomplete

func (FtSearchParamsParams) Nargs

type FtSearchPayload

type FtSearchPayload Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (FtSearchReturnReturn) Identifier

type FtSearchScorer

type FtSearchScorer Incomplete

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 Incomplete

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 Incomplete

func (FtSearchSortbyOrderAsc) Build

func (FtSearchSortbyOrderAsc) Dialect

func (c FtSearchSortbyOrderAsc) Dialect(dialect int64) FtSearchDialect

func (FtSearchSortbyOrderAsc) Limit

func (FtSearchSortbyOrderAsc) Params

type FtSearchSortbyOrderDesc

type FtSearchSortbyOrderDesc Incomplete

func (FtSearchSortbyOrderDesc) Build

func (FtSearchSortbyOrderDesc) Dialect

func (c FtSearchSortbyOrderDesc) Dialect(dialect int64) FtSearchDialect

func (FtSearchSortbyOrderDesc) Limit

func (FtSearchSortbyOrderDesc) Params

type FtSearchSortbySortby

type FtSearchSortbySortby Incomplete

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 Incomplete

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 Incomplete

func (FtSearchSummarizeFieldsFields) Field

type FtSearchSummarizeFrags

type FtSearchSummarizeFrags Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (FtSpellcheck) Index

func (c FtSpellcheck) Index(index string) FtSpellcheckIndex

type FtSpellcheckDialect

type FtSpellcheckDialect Incomplete

func (FtSpellcheckDialect) Build

func (c FtSpellcheckDialect) Build() Completed

type FtSpellcheckDistance

type FtSpellcheckDistance Incomplete

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 Incomplete

func (FtSpellcheckIndex) Query

type FtSpellcheckQuery

type FtSpellcheckQuery Incomplete

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 Incomplete

func (FtSpellcheckTermsDictionary) Build

func (FtSpellcheckTermsDictionary) Dialect

func (FtSpellcheckTermsDictionary) Terms

type FtSpellcheckTermsTerms

type FtSpellcheckTermsTerms Incomplete

func (FtSpellcheckTermsTerms) Build

func (FtSpellcheckTermsTerms) Dialect

func (FtSpellcheckTermsTerms) Terms

type FtSpellcheckTermsTermsExclude

type FtSpellcheckTermsTermsExclude Incomplete

func (FtSpellcheckTermsTermsExclude) Dictionary

type FtSpellcheckTermsTermsInclude

type FtSpellcheckTermsTermsInclude Incomplete

func (FtSpellcheckTermsTermsInclude) Dictionary

type FtSugadd

type FtSugadd Incomplete

func (FtSugadd) Key

func (c FtSugadd) Key(key string) FtSugaddKey

type FtSugaddIncrementScoreIncr

type FtSugaddIncrementScoreIncr Incomplete

func (FtSugaddIncrementScoreIncr) Build

func (FtSugaddIncrementScoreIncr) Payload

type FtSugaddKey

type FtSugaddKey Incomplete

func (FtSugaddKey) String

func (c FtSugaddKey) String(string string) FtSugaddString

type FtSugaddPayload

type FtSugaddPayload Incomplete

func (FtSugaddPayload) Build

func (c FtSugaddPayload) Build() Completed

type FtSugaddScore

type FtSugaddScore Incomplete

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 Incomplete

func (FtSugaddString) Score

func (c FtSugaddString) Score(score float64) FtSugaddScore

type FtSugdel

type FtSugdel Incomplete

func (FtSugdel) Key

func (c FtSugdel) Key(key string) FtSugdelKey

type FtSugdelKey

type FtSugdelKey Incomplete

func (FtSugdelKey) String

func (c FtSugdelKey) String(string string) FtSugdelString

type FtSugdelString

type FtSugdelString Incomplete

func (FtSugdelString) Build

func (c FtSugdelString) Build() Completed

type FtSugget

type FtSugget Incomplete

func (FtSugget) Key

func (c FtSugget) Key(key string) FtSuggetKey

type FtSuggetFuzzy

type FtSuggetFuzzy Incomplete

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 Incomplete

func (FtSuggetKey) Prefix

func (c FtSuggetKey) Prefix(prefix string) FtSuggetPrefix

type FtSuggetMax

type FtSuggetMax Incomplete

func (FtSuggetMax) Build

func (c FtSuggetMax) Build() Completed

type FtSuggetPrefix

type FtSuggetPrefix Incomplete

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 Incomplete

func (FtSuggetWithpayloads) Build

func (c FtSuggetWithpayloads) Build() Completed

func (FtSuggetWithpayloads) Max

type FtSuggetWithscores

type FtSuggetWithscores Incomplete

func (FtSuggetWithscores) Build

func (c FtSuggetWithscores) Build() Completed

func (FtSuggetWithscores) Max

func (FtSuggetWithscores) Withpayloads

func (c FtSuggetWithscores) Withpayloads() FtSuggetWithpayloads

type FtSuglen

type FtSuglen Incomplete

func (FtSuglen) Key

func (c FtSuglen) Key(key string) FtSuglenKey

type FtSuglenKey

type FtSuglenKey Incomplete

func (FtSuglenKey) Build

func (c FtSuglenKey) Build() Completed

type FtSyndump

type FtSyndump Incomplete

func (FtSyndump) Index

func (c FtSyndump) Index(index string) FtSyndumpIndex

type FtSyndumpIndex

type FtSyndumpIndex Incomplete

func (FtSyndumpIndex) Build

func (c FtSyndumpIndex) Build() Completed

type FtSynupdate

type FtSynupdate Incomplete

func (FtSynupdate) Index

func (c FtSynupdate) Index(index string) FtSynupdateIndex

type FtSynupdateIndex

type FtSynupdateIndex Incomplete

func (FtSynupdateIndex) SynonymGroupId

func (c FtSynupdateIndex) SynonymGroupId(synonymGroupId string) FtSynupdateSynonymGroupId

type FtSynupdateSkipinitialscan

type FtSynupdateSkipinitialscan Incomplete

func (FtSynupdateSkipinitialscan) Term

type FtSynupdateSynonymGroupId

type FtSynupdateSynonymGroupId Incomplete

func (FtSynupdateSynonymGroupId) Skipinitialscan

func (FtSynupdateSynonymGroupId) Term

type FtSynupdateTerm

type FtSynupdateTerm Incomplete

func (FtSynupdateTerm) Build

func (c FtSynupdateTerm) Build() Completed

func (FtSynupdateTerm) Term

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

type FtTagvals

type FtTagvals Incomplete

func (FtTagvals) Index

func (c FtTagvals) Index(index string) FtTagvalsIndex

type FtTagvalsFieldName

type FtTagvalsFieldName Incomplete

func (FtTagvalsFieldName) Build

func (c FtTagvalsFieldName) Build() Completed

type FtTagvalsIndex

type FtTagvalsIndex Incomplete

func (FtTagvalsIndex) FieldName

func (c FtTagvalsIndex) FieldName(fieldName string) FtTagvalsFieldName

type FunctionDelete

type FunctionDelete Incomplete

func (FunctionDelete) LibraryName

func (c FunctionDelete) LibraryName(libraryName string) FunctionDeleteLibraryName

type FunctionDeleteLibraryName

type FunctionDeleteLibraryName Incomplete

func (FunctionDeleteLibraryName) Build

type FunctionDump

type FunctionDump Incomplete

func (FunctionDump) Build

func (c FunctionDump) Build() Completed

type FunctionFlush

type FunctionFlush Incomplete

func (FunctionFlush) Async

func (FunctionFlush) Build

func (c FunctionFlush) Build() Completed

func (FunctionFlush) Sync

type FunctionFlushAsync

type FunctionFlushAsync Incomplete

func (FunctionFlushAsync) Build

func (c FunctionFlushAsync) Build() Completed

type FunctionFlushAsyncSync

type FunctionFlushAsyncSync Incomplete

func (FunctionFlushAsyncSync) Build

type FunctionHelp

type FunctionHelp Incomplete

func (FunctionHelp) Build

func (c FunctionHelp) Build() Completed

type FunctionKill

type FunctionKill Incomplete

func (FunctionKill) Build

func (c FunctionKill) Build() Completed

type FunctionList

type FunctionList Incomplete

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 Incomplete

func (FunctionListLibraryname) Build

func (FunctionListLibraryname) Withcode

type FunctionListWithcode

type FunctionListWithcode Incomplete

func (FunctionListWithcode) Build

func (c FunctionListWithcode) Build() Completed

type FunctionLoad

type FunctionLoad Incomplete

func (FunctionLoad) FunctionCode

func (c FunctionLoad) FunctionCode(functionCode string) FunctionLoadFunctionCode

func (FunctionLoad) Replace

func (c FunctionLoad) Replace() FunctionLoadReplace

type FunctionLoadFunctionCode

type FunctionLoadFunctionCode Incomplete

func (FunctionLoadFunctionCode) Build

type FunctionLoadReplace

type FunctionLoadReplace Incomplete

func (FunctionLoadReplace) FunctionCode

func (c FunctionLoadReplace) FunctionCode(functionCode string) FunctionLoadFunctionCode

type FunctionRestore

type FunctionRestore Incomplete

func (FunctionRestore) SerializedValue

func (c FunctionRestore) SerializedValue(serializedValue string) FunctionRestoreSerializedValue

type FunctionRestorePolicyAppend

type FunctionRestorePolicyAppend Incomplete

func (FunctionRestorePolicyAppend) Build

type FunctionRestorePolicyFlush

type FunctionRestorePolicyFlush Incomplete

func (FunctionRestorePolicyFlush) Build

type FunctionRestorePolicyReplace

type FunctionRestorePolicyReplace Incomplete

func (FunctionRestorePolicyReplace) Build

type FunctionRestoreSerializedValue

type FunctionRestoreSerializedValue Incomplete

func (FunctionRestoreSerializedValue) Append

func (FunctionRestoreSerializedValue) Build

func (FunctionRestoreSerializedValue) Flush

func (FunctionRestoreSerializedValue) Replace

type FunctionStats

type FunctionStats Incomplete

func (FunctionStats) Build

func (c FunctionStats) Build() Completed

type Geoadd

type Geoadd Incomplete

func (Geoadd) Key

func (c Geoadd) Key(key string) GeoaddKey

type GeoaddChangeCh

type GeoaddChangeCh Incomplete

func (GeoaddChangeCh) LongitudeLatitudeMember

func (c GeoaddChangeCh) LongitudeLatitudeMember() GeoaddLongitudeLatitudeMember

type GeoaddConditionNx

type GeoaddConditionNx Incomplete

func (GeoaddConditionNx) Ch

func (GeoaddConditionNx) LongitudeLatitudeMember

func (c GeoaddConditionNx) LongitudeLatitudeMember() GeoaddLongitudeLatitudeMember

type GeoaddConditionXx

type GeoaddConditionXx Incomplete

func (GeoaddConditionXx) Ch

func (GeoaddConditionXx) LongitudeLatitudeMember

func (c GeoaddConditionXx) LongitudeLatitudeMember() GeoaddLongitudeLatitudeMember

type GeoaddKey

type GeoaddKey Incomplete

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 Incomplete

func (GeoaddLongitudeLatitudeMember) Build

func (GeoaddLongitudeLatitudeMember) LongitudeLatitudeMember

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

type Geodist

type Geodist Incomplete

func (Geodist) Key

func (c Geodist) Key(key string) GeodistKey

type GeodistKey

type GeodistKey Incomplete

func (GeodistKey) Member1

func (c GeodistKey) Member1(member1 string) GeodistMember1

type GeodistMember1

type GeodistMember1 Incomplete

func (GeodistMember1) Member2

func (c GeodistMember1) Member2(member2 string) GeodistMember2

type GeodistMember2

type GeodistMember2 Incomplete

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 Incomplete

func (GeodistUnitFt) Build

func (c GeodistUnitFt) Build() Completed

func (GeodistUnitFt) Cache

func (c GeodistUnitFt) Cache() Cacheable

type GeodistUnitKm

type GeodistUnitKm Incomplete

func (GeodistUnitKm) Build

func (c GeodistUnitKm) Build() Completed

func (GeodistUnitKm) Cache

func (c GeodistUnitKm) Cache() Cacheable

type GeodistUnitM

type GeodistUnitM Incomplete

func (GeodistUnitM) Build

func (c GeodistUnitM) Build() Completed

func (GeodistUnitM) Cache

func (c GeodistUnitM) Cache() Cacheable

type GeodistUnitMi

type GeodistUnitMi Incomplete

func (GeodistUnitMi) Build

func (c GeodistUnitMi) Build() Completed

func (GeodistUnitMi) Cache

func (c GeodistUnitMi) Cache() Cacheable

type Geohash

type Geohash Incomplete

func (Geohash) Key

func (c Geohash) Key(key string) GeohashKey

type GeohashKey

type GeohashKey Incomplete

func (GeohashKey) Build

func (c GeohashKey) Build() Completed

func (GeohashKey) Cache

func (c GeohashKey) Cache() Cacheable

func (GeohashKey) Member

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

type GeohashMember

type GeohashMember Incomplete

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 Incomplete

func (Geopos) Key

func (c Geopos) Key(key string) GeoposKey

type GeoposKey

type GeoposKey Incomplete

func (GeoposKey) Build

func (c GeoposKey) Build() Completed

func (GeoposKey) Cache

func (c GeoposKey) Cache() Cacheable

func (GeoposKey) Member

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

type GeoposMember

type GeoposMember Incomplete

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 Incomplete

func (Georadius) Key

func (c Georadius) Key(key string) GeoradiusKey

type GeoradiusCountAny

type GeoradiusCountAny Incomplete

func (GeoradiusCountAny) Asc

func (GeoradiusCountAny) Build

func (c GeoradiusCountAny) Build() Completed

func (GeoradiusCountAny) Desc

func (GeoradiusCountAny) Store

func (GeoradiusCountAny) Storedist

type GeoradiusCountCount

type GeoradiusCountCount Incomplete

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 Incomplete

func (GeoradiusKey) Longitude

func (c GeoradiusKey) Longitude(longitude float64) GeoradiusLongitude

type GeoradiusLatitude

type GeoradiusLatitude Incomplete

func (GeoradiusLatitude) Radius

func (c GeoradiusLatitude) Radius(radius float64) GeoradiusRadius

type GeoradiusLongitude

type GeoradiusLongitude Incomplete

func (GeoradiusLongitude) Latitude

func (c GeoradiusLongitude) Latitude(latitude float64) GeoradiusLatitude

type GeoradiusOrderAsc

type GeoradiusOrderAsc Incomplete

func (GeoradiusOrderAsc) Build

func (c GeoradiusOrderAsc) Build() Completed

func (GeoradiusOrderAsc) Store

func (GeoradiusOrderAsc) Storedist

type GeoradiusOrderDesc

type GeoradiusOrderDesc Incomplete

func (GeoradiusOrderDesc) Build

func (c GeoradiusOrderDesc) Build() Completed

func (GeoradiusOrderDesc) Store

func (GeoradiusOrderDesc) Storedist

type GeoradiusRadius

type GeoradiusRadius Incomplete

func (GeoradiusRadius) Ft

func (GeoradiusRadius) Km

func (GeoradiusRadius) M

func (GeoradiusRadius) Mi

type GeoradiusRo

type GeoradiusRo Incomplete

func (GeoradiusRo) Key

func (c GeoradiusRo) Key(key string) GeoradiusRoKey

type GeoradiusRoCountAny

type GeoradiusRoCountAny Incomplete

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 Incomplete

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 Incomplete

func (GeoradiusRoKey) Longitude

func (c GeoradiusRoKey) Longitude(longitude float64) GeoradiusRoLongitude

type GeoradiusRoLatitude

type GeoradiusRoLatitude Incomplete

func (GeoradiusRoLatitude) Radius

type GeoradiusRoLongitude

type GeoradiusRoLongitude Incomplete

func (GeoradiusRoLongitude) Latitude

func (c GeoradiusRoLongitude) Latitude(latitude float64) GeoradiusRoLatitude

type GeoradiusRoOrderAsc

type GeoradiusRoOrderAsc Incomplete

func (GeoradiusRoOrderAsc) Build

func (c GeoradiusRoOrderAsc) Build() Completed

func (GeoradiusRoOrderAsc) Cache

func (c GeoradiusRoOrderAsc) Cache() Cacheable

type GeoradiusRoOrderDesc

type GeoradiusRoOrderDesc Incomplete

func (GeoradiusRoOrderDesc) Build

func (c GeoradiusRoOrderDesc) Build() Completed

func (GeoradiusRoOrderDesc) Cache

func (c GeoradiusRoOrderDesc) Cache() Cacheable

type GeoradiusRoRadius

type GeoradiusRoRadius Incomplete

func (GeoradiusRoRadius) Ft

func (GeoradiusRoRadius) Km

func (GeoradiusRoRadius) M

func (GeoradiusRoRadius) Mi

type GeoradiusRoUnitFt

type GeoradiusRoUnitFt Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 GeoradiusStoreKey added in v1.0.18

type GeoradiusStoreKey Incomplete

func (GeoradiusStoreKey) Build added in v1.0.18

func (c GeoradiusStoreKey) Build() Completed

type GeoradiusStoredistKey added in v1.0.18

type GeoradiusStoredistKey Incomplete

func (GeoradiusStoredistKey) Build added in v1.0.18

func (c GeoradiusStoredistKey) Build() Completed

type GeoradiusUnitFt

type GeoradiusUnitFt Incomplete

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 (GeoradiusUnitFt) Storedist

func (c GeoradiusUnitFt) Storedist(key string) GeoradiusStoredistKey

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 Incomplete

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 (GeoradiusUnitKm) Storedist

func (c GeoradiusUnitKm) Storedist(key string) GeoradiusStoredistKey

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 Incomplete

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 (GeoradiusUnitM) Storedist

func (c GeoradiusUnitM) Storedist(key string) GeoradiusStoredistKey

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 Incomplete

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 (GeoradiusUnitMi) Storedist

func (c GeoradiusUnitMi) Storedist(key string) GeoradiusStoredistKey

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 Incomplete

func (GeoradiusWithcoord) Asc

func (GeoradiusWithcoord) Build

func (c GeoradiusWithcoord) Build() Completed

func (GeoradiusWithcoord) Count

func (GeoradiusWithcoord) Desc

func (GeoradiusWithcoord) Store

func (GeoradiusWithcoord) Storedist

func (GeoradiusWithcoord) Withdist

func (GeoradiusWithcoord) Withhash

type GeoradiusWithdist

type GeoradiusWithdist Incomplete

func (GeoradiusWithdist) Asc

func (GeoradiusWithdist) Build

func (c GeoradiusWithdist) Build() Completed

func (GeoradiusWithdist) Count

func (GeoradiusWithdist) Desc

func (GeoradiusWithdist) Store

func (GeoradiusWithdist) Storedist

func (GeoradiusWithdist) Withhash

func (c GeoradiusWithdist) Withhash() GeoradiusWithhash

type GeoradiusWithhash

type GeoradiusWithhash Incomplete

func (GeoradiusWithhash) Asc

func (GeoradiusWithhash) Build

func (c GeoradiusWithhash) Build() Completed

func (GeoradiusWithhash) Count

func (GeoradiusWithhash) Desc

func (GeoradiusWithhash) Store

func (GeoradiusWithhash) Storedist

type Georadiusbymember

type Georadiusbymember Incomplete

func (Georadiusbymember) Key

type GeoradiusbymemberCountAny

type GeoradiusbymemberCountAny Incomplete

func (GeoradiusbymemberCountAny) Asc

func (GeoradiusbymemberCountAny) Build

func (GeoradiusbymemberCountAny) Desc

func (GeoradiusbymemberCountAny) Store

func (GeoradiusbymemberCountAny) Storedist

type GeoradiusbymemberCountCount

type GeoradiusbymemberCountCount Incomplete

func (GeoradiusbymemberCountCount) Any

func (GeoradiusbymemberCountCount) Asc

func (GeoradiusbymemberCountCount) Build

func (GeoradiusbymemberCountCount) Desc

func (GeoradiusbymemberCountCount) Store

func (GeoradiusbymemberCountCount) Storedist

type GeoradiusbymemberKey

type GeoradiusbymemberKey Incomplete

func (GeoradiusbymemberKey) Member

type GeoradiusbymemberMember

type GeoradiusbymemberMember Incomplete

func (GeoradiusbymemberMember) Radius

type GeoradiusbymemberOrderAsc

type GeoradiusbymemberOrderAsc Incomplete

func (GeoradiusbymemberOrderAsc) Build

func (GeoradiusbymemberOrderAsc) Store

func (GeoradiusbymemberOrderAsc) Storedist

type GeoradiusbymemberOrderDesc

type GeoradiusbymemberOrderDesc Incomplete

func (GeoradiusbymemberOrderDesc) Build

func (GeoradiusbymemberOrderDesc) Store

func (GeoradiusbymemberOrderDesc) Storedist

type GeoradiusbymemberRadius

type GeoradiusbymemberRadius Incomplete

func (GeoradiusbymemberRadius) Ft

func (GeoradiusbymemberRadius) Km

func (GeoradiusbymemberRadius) M

func (GeoradiusbymemberRadius) Mi

type GeoradiusbymemberRo

type GeoradiusbymemberRo Incomplete

func (GeoradiusbymemberRo) Key

type GeoradiusbymemberRoCountAny

type GeoradiusbymemberRoCountAny Incomplete

func (GeoradiusbymemberRoCountAny) Asc

func (GeoradiusbymemberRoCountAny) Build

func (GeoradiusbymemberRoCountAny) Cache

func (GeoradiusbymemberRoCountAny) Desc

type GeoradiusbymemberRoCountCount

type GeoradiusbymemberRoCountCount Incomplete

func (GeoradiusbymemberRoCountCount) Any

func (GeoradiusbymemberRoCountCount) Asc

func (GeoradiusbymemberRoCountCount) Build

func (GeoradiusbymemberRoCountCount) Cache

func (GeoradiusbymemberRoCountCount) Desc

type GeoradiusbymemberRoKey

type GeoradiusbymemberRoKey Incomplete

func (GeoradiusbymemberRoKey) Member

type GeoradiusbymemberRoMember

type GeoradiusbymemberRoMember Incomplete

func (GeoradiusbymemberRoMember) Radius

type GeoradiusbymemberRoOrderAsc

type GeoradiusbymemberRoOrderAsc Incomplete

func (GeoradiusbymemberRoOrderAsc) Build

func (GeoradiusbymemberRoOrderAsc) Cache

type GeoradiusbymemberRoOrderDesc

type GeoradiusbymemberRoOrderDesc Incomplete

func (GeoradiusbymemberRoOrderDesc) Build

func (GeoradiusbymemberRoOrderDesc) Cache

type GeoradiusbymemberRoRadius

type GeoradiusbymemberRoRadius Incomplete

func (GeoradiusbymemberRoRadius) Ft

func (GeoradiusbymemberRoRadius) Km

func (GeoradiusbymemberRoRadius) M

func (GeoradiusbymemberRoRadius) Mi

type GeoradiusbymemberRoUnitFt

type GeoradiusbymemberRoUnitFt Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (GeoradiusbymemberRoWithdist) Asc

func (GeoradiusbymemberRoWithdist) Build

func (GeoradiusbymemberRoWithdist) Cache

func (GeoradiusbymemberRoWithdist) Count

func (GeoradiusbymemberRoWithdist) Desc

func (GeoradiusbymemberRoWithdist) Withhash

type GeoradiusbymemberRoWithhash

type GeoradiusbymemberRoWithhash Incomplete

func (GeoradiusbymemberRoWithhash) Asc

func (GeoradiusbymemberRoWithhash) Build

func (GeoradiusbymemberRoWithhash) Cache

func (GeoradiusbymemberRoWithhash) Count

func (GeoradiusbymemberRoWithhash) Desc

type GeoradiusbymemberStoreStoreKey added in v1.0.18

type GeoradiusbymemberStoreStoreKey Incomplete

func (GeoradiusbymemberStoreStoreKey) Build added in v1.0.18

type GeoradiusbymemberStoreStoredistKey added in v1.0.18

type GeoradiusbymemberStoreStoredistKey Incomplete

func (GeoradiusbymemberStoreStoredistKey) Build added in v1.0.18

type GeoradiusbymemberUnitFt

type GeoradiusbymemberUnitFt Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (GeoradiusbymemberWithhash) Asc

func (GeoradiusbymemberWithhash) Build

func (GeoradiusbymemberWithhash) Count

func (GeoradiusbymemberWithhash) Desc

func (GeoradiusbymemberWithhash) Store

func (GeoradiusbymemberWithhash) Storedist

type Geosearch

type Geosearch Incomplete

func (Geosearch) Key

func (c Geosearch) Key(key string) GeosearchKey

type GeosearchCircleBoxBybox

type GeosearchCircleBoxBybox Incomplete

func (GeosearchCircleBoxBybox) Height

type GeosearchCircleBoxHeight

type GeosearchCircleBoxHeight Incomplete

func (GeosearchCircleBoxHeight) Ft

func (GeosearchCircleBoxHeight) Km

func (GeosearchCircleBoxHeight) M

func (GeosearchCircleBoxHeight) Mi

type GeosearchCircleBoxUnitFt

type GeosearchCircleBoxUnitFt Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (GeosearchCircleCircleByradius) Ft

func (GeosearchCircleCircleByradius) Km

func (GeosearchCircleCircleByradius) M

func (GeosearchCircleCircleByradius) Mi

type GeosearchCircleCircleUnitFt

type GeosearchCircleCircleUnitFt Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (GeosearchFrommemberFromlonlat) Bybox

func (GeosearchFrommemberFromlonlat) Byradius

type GeosearchFrommemberFrommember

type GeosearchFrommemberFrommember Incomplete

func (GeosearchFrommemberFrommember) Bybox

func (GeosearchFrommemberFrommember) Byradius

func (GeosearchFrommemberFrommember) Fromlonlat

type GeosearchKey

type GeosearchKey Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (GeosearchWithhash) Build

func (c GeosearchWithhash) Build() Completed

func (GeosearchWithhash) Cache

func (c GeosearchWithhash) Cache() Cacheable

type Geosearchstore

type Geosearchstore Incomplete

func (Geosearchstore) Destination

func (c Geosearchstore) Destination(destination string) GeosearchstoreDestination

type GeosearchstoreCircleBoxBybox

type GeosearchstoreCircleBoxBybox Incomplete

func (GeosearchstoreCircleBoxBybox) Height

type GeosearchstoreCircleBoxHeight

type GeosearchstoreCircleBoxHeight Incomplete

func (GeosearchstoreCircleBoxHeight) Ft

func (GeosearchstoreCircleBoxHeight) Km

func (GeosearchstoreCircleBoxHeight) M

func (GeosearchstoreCircleBoxHeight) Mi

type GeosearchstoreCircleBoxUnitFt

type GeosearchstoreCircleBoxUnitFt Incomplete

func (GeosearchstoreCircleBoxUnitFt) Asc

func (GeosearchstoreCircleBoxUnitFt) Build

func (GeosearchstoreCircleBoxUnitFt) Count

func (GeosearchstoreCircleBoxUnitFt) Desc

func (GeosearchstoreCircleBoxUnitFt) Storedist

type GeosearchstoreCircleBoxUnitKm

type GeosearchstoreCircleBoxUnitKm Incomplete

func (GeosearchstoreCircleBoxUnitKm) Asc

func (GeosearchstoreCircleBoxUnitKm) Build

func (GeosearchstoreCircleBoxUnitKm) Count

func (GeosearchstoreCircleBoxUnitKm) Desc

func (GeosearchstoreCircleBoxUnitKm) Storedist

type GeosearchstoreCircleBoxUnitM

type GeosearchstoreCircleBoxUnitM Incomplete

func (GeosearchstoreCircleBoxUnitM) Asc

func (GeosearchstoreCircleBoxUnitM) Build

func (GeosearchstoreCircleBoxUnitM) Count

func (GeosearchstoreCircleBoxUnitM) Desc

func (GeosearchstoreCircleBoxUnitM) Storedist

type GeosearchstoreCircleBoxUnitMi

type GeosearchstoreCircleBoxUnitMi Incomplete

func (GeosearchstoreCircleBoxUnitMi) Asc

func (GeosearchstoreCircleBoxUnitMi) Build

func (GeosearchstoreCircleBoxUnitMi) Count

func (GeosearchstoreCircleBoxUnitMi) Desc

func (GeosearchstoreCircleBoxUnitMi) Storedist

type GeosearchstoreCircleCircleByradius

type GeosearchstoreCircleCircleByradius Incomplete

func (GeosearchstoreCircleCircleByradius) Ft

func (GeosearchstoreCircleCircleByradius) Km

func (GeosearchstoreCircleCircleByradius) M

func (GeosearchstoreCircleCircleByradius) Mi

type GeosearchstoreCircleCircleUnitFt

type GeosearchstoreCircleCircleUnitFt Incomplete

func (GeosearchstoreCircleCircleUnitFt) Asc

func (GeosearchstoreCircleCircleUnitFt) Build

func (GeosearchstoreCircleCircleUnitFt) Bybox

func (GeosearchstoreCircleCircleUnitFt) Count

func (GeosearchstoreCircleCircleUnitFt) Desc

func (GeosearchstoreCircleCircleUnitFt) Storedist

type GeosearchstoreCircleCircleUnitKm

type GeosearchstoreCircleCircleUnitKm Incomplete

func (GeosearchstoreCircleCircleUnitKm) Asc

func (GeosearchstoreCircleCircleUnitKm) Build

func (GeosearchstoreCircleCircleUnitKm) Bybox

func (GeosearchstoreCircleCircleUnitKm) Count

func (GeosearchstoreCircleCircleUnitKm) Desc

func (GeosearchstoreCircleCircleUnitKm) Storedist

type GeosearchstoreCircleCircleUnitM

type GeosearchstoreCircleCircleUnitM Incomplete

func (GeosearchstoreCircleCircleUnitM) Asc

func (GeosearchstoreCircleCircleUnitM) Build

func (GeosearchstoreCircleCircleUnitM) Bybox

func (GeosearchstoreCircleCircleUnitM) Count

func (GeosearchstoreCircleCircleUnitM) Desc

func (GeosearchstoreCircleCircleUnitM) Storedist

type GeosearchstoreCircleCircleUnitMi

type GeosearchstoreCircleCircleUnitMi Incomplete

func (GeosearchstoreCircleCircleUnitMi) Asc

func (GeosearchstoreCircleCircleUnitMi) Build

func (GeosearchstoreCircleCircleUnitMi) Bybox

func (GeosearchstoreCircleCircleUnitMi) Count

func (GeosearchstoreCircleCircleUnitMi) Desc

func (GeosearchstoreCircleCircleUnitMi) Storedist

type GeosearchstoreCountAny

type GeosearchstoreCountAny Incomplete

func (GeosearchstoreCountAny) Build

func (GeosearchstoreCountAny) Storedist

type GeosearchstoreCountCount

type GeosearchstoreCountCount Incomplete

func (GeosearchstoreCountCount) Any

func (GeosearchstoreCountCount) Build

func (GeosearchstoreCountCount) Storedist

type GeosearchstoreDestination

type GeosearchstoreDestination Incomplete

func (GeosearchstoreDestination) Source

type GeosearchstoreFrommemberFromlonlat

type GeosearchstoreFrommemberFromlonlat Incomplete

func (GeosearchstoreFrommemberFromlonlat) Bybox

func (GeosearchstoreFrommemberFromlonlat) Byradius

type GeosearchstoreFrommemberFrommember

type GeosearchstoreFrommemberFrommember Incomplete

func (GeosearchstoreFrommemberFrommember) Bybox

func (GeosearchstoreFrommemberFrommember) Byradius

func (GeosearchstoreFrommemberFrommember) Fromlonlat

type GeosearchstoreOrderAsc

type GeosearchstoreOrderAsc Incomplete

func (GeosearchstoreOrderAsc) Build

func (GeosearchstoreOrderAsc) Count

func (GeosearchstoreOrderAsc) Storedist

type GeosearchstoreOrderDesc

type GeosearchstoreOrderDesc Incomplete

func (GeosearchstoreOrderDesc) Build

func (GeosearchstoreOrderDesc) Count

func (GeosearchstoreOrderDesc) Storedist

type GeosearchstoreSource

type GeosearchstoreSource Incomplete

func (GeosearchstoreSource) Fromlonlat

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

func (GeosearchstoreSource) Frommember

type GeosearchstoreStoredist

type GeosearchstoreStoredist Incomplete

func (GeosearchstoreStoredist) Build

type Get

type Get Incomplete

func (Get) Key

func (c Get) Key(key string) GetKey

type GetKey

type GetKey Incomplete

func (GetKey) Build

func (c GetKey) Build() Completed

func (GetKey) Cache

func (c GetKey) Cache() Cacheable

type Getbit

type Getbit Incomplete

func (Getbit) Key

func (c Getbit) Key(key string) GetbitKey

type GetbitKey

type GetbitKey Incomplete

func (GetbitKey) Offset

func (c GetbitKey) Offset(offset int64) GetbitOffset

type GetbitOffset

type GetbitOffset Incomplete

func (GetbitOffset) Build

func (c GetbitOffset) Build() Completed

func (GetbitOffset) Cache

func (c GetbitOffset) Cache() Cacheable

type Getdel

type Getdel Incomplete

func (Getdel) Key

func (c Getdel) Key(key string) GetdelKey

type GetdelKey

type GetdelKey Incomplete

func (GetdelKey) Build

func (c GetdelKey) Build() Completed

type Getex

type Getex Incomplete

func (Getex) Key

func (c Getex) Key(key string) GetexKey

type GetexExpirationExSecTyped added in v1.0.7

type GetexExpirationExSecTyped Incomplete

func (GetexExpirationExSecTyped) Build added in v1.0.7

type GetexExpirationExSeconds

type GetexExpirationExSeconds Incomplete

func (GetexExpirationExSeconds) Build

type GetexExpirationExatTimestamp

type GetexExpirationExatTimestamp Incomplete

func (GetexExpirationExatTimestamp) Build

type GetexExpirationExatTimestampTyped added in v1.0.7

type GetexExpirationExatTimestampTyped Incomplete

func (GetexExpirationExatTimestampTyped) Build added in v1.0.7

type GetexExpirationPersist

type GetexExpirationPersist Incomplete

func (GetexExpirationPersist) Build

type GetexExpirationPxMilliseconds

type GetexExpirationPxMilliseconds Incomplete

func (GetexExpirationPxMilliseconds) Build

type GetexExpirationPxMsTyped added in v1.0.7

type GetexExpirationPxMsTyped Incomplete

func (GetexExpirationPxMsTyped) Build added in v1.0.7

type GetexExpirationPxatMillisecondsTimestamp

type GetexExpirationPxatMillisecondsTimestamp Incomplete

func (GetexExpirationPxatMillisecondsTimestamp) Build

type GetexExpirationPxatMsTimestampTyped added in v1.0.7

type GetexExpirationPxatMsTimestampTyped Incomplete

func (GetexExpirationPxatMsTimestampTyped) Build added in v1.0.7

type GetexKey

type GetexKey Incomplete

func (GetexKey) Build

func (c GetexKey) Build() Completed

func (GetexKey) Ex added in v1.0.7

func (GetexKey) ExSeconds

func (c GetexKey) ExSeconds(seconds int64) GetexExpirationExSeconds

func (GetexKey) Exat added in v1.0.7

func (GetexKey) ExatTimestamp

func (c GetexKey) ExatTimestamp(timestamp int64) GetexExpirationExatTimestamp

func (GetexKey) Persist

func (c GetexKey) Persist() GetexExpirationPersist

func (GetexKey) Px added in v1.0.7

func (GetexKey) PxMilliseconds

func (c GetexKey) PxMilliseconds(milliseconds int64) GetexExpirationPxMilliseconds

func (GetexKey) Pxat added in v1.0.7

func (GetexKey) PxatMillisecondsTimestamp

func (c GetexKey) PxatMillisecondsTimestamp(millisecondsTimestamp int64) GetexExpirationPxatMillisecondsTimestamp

type Getrange

type Getrange Incomplete

func (Getrange) Key

func (c Getrange) Key(key string) GetrangeKey

type GetrangeEnd

type GetrangeEnd Incomplete

func (GetrangeEnd) Build

func (c GetrangeEnd) Build() Completed

func (GetrangeEnd) Cache

func (c GetrangeEnd) Cache() Cacheable

type GetrangeKey

type GetrangeKey Incomplete

func (GetrangeKey) Start

func (c GetrangeKey) Start(start int64) GetrangeStart

type GetrangeStart

type GetrangeStart Incomplete

func (GetrangeStart) End

func (c GetrangeStart) End(end int64) GetrangeEnd

type Getset

type Getset Incomplete

func (Getset) Key

func (c Getset) Key(key string) GetsetKey

type GetsetKey

type GetsetKey Incomplete

func (GetsetKey) Value

func (c GetsetKey) Value(value string) GetsetValue

type GetsetValue

type GetsetValue Incomplete

func (GetsetValue) Build

func (c GetsetValue) Build() Completed

type GraphConfigGet

type GraphConfigGet Incomplete

func (GraphConfigGet) Name

type GraphConfigGetName

type GraphConfigGetName Incomplete

func (GraphConfigGetName) Build

func (c GraphConfigGetName) Build() Completed

type GraphConfigSet

type GraphConfigSet Incomplete

func (GraphConfigSet) Name

type GraphConfigSetName

type GraphConfigSetName Incomplete

func (GraphConfigSetName) Value

type GraphConfigSetValue

type GraphConfigSetValue Incomplete

func (GraphConfigSetValue) Build

func (c GraphConfigSetValue) Build() Completed

type GraphConstraintCreate added in v1.0.3

type GraphConstraintCreate Incomplete

func (GraphConstraintCreate) Key added in v1.0.32

type GraphConstraintCreateEntityNode added in v1.0.32

type GraphConstraintCreateEntityNode Incomplete

func (GraphConstraintCreateEntityNode) Properties added in v1.0.32

type GraphConstraintCreateEntityRelationship added in v1.0.32

type GraphConstraintCreateEntityRelationship Incomplete

func (GraphConstraintCreateEntityRelationship) Properties added in v1.0.32

type GraphConstraintCreateKey added in v1.0.32

type GraphConstraintCreateKey Incomplete

func (GraphConstraintCreateKey) Mandatory added in v1.0.32

func (GraphConstraintCreateKey) Unique added in v1.0.32

type GraphConstraintCreateModeMandatory added in v1.0.32

type GraphConstraintCreateModeMandatory Incomplete

func (GraphConstraintCreateModeMandatory) Node added in v1.0.32

func (GraphConstraintCreateModeMandatory) Relationship added in v1.0.32

type GraphConstraintCreateModeUnique added in v1.0.32

type GraphConstraintCreateModeUnique Incomplete

func (GraphConstraintCreateModeUnique) Node added in v1.0.32

func (GraphConstraintCreateModeUnique) Relationship added in v1.0.32

type GraphConstraintCreateProp added in v1.0.32

type GraphConstraintCreateProp Incomplete

func (GraphConstraintCreateProp) Build added in v1.0.32

func (GraphConstraintCreateProp) Prop added in v1.0.32

type GraphConstraintCreateProperties added in v1.0.32

type GraphConstraintCreateProperties Incomplete

func (GraphConstraintCreateProperties) Prop added in v1.0.32

type GraphConstraintDrop added in v1.0.3

type GraphConstraintDrop Incomplete

func (GraphConstraintDrop) Key added in v1.0.32

type GraphConstraintDropEntityNode added in v1.0.32

type GraphConstraintDropEntityNode Incomplete

func (GraphConstraintDropEntityNode) Properties added in v1.0.32

type GraphConstraintDropEntityRelationship added in v1.0.32

type GraphConstraintDropEntityRelationship Incomplete

func (GraphConstraintDropEntityRelationship) Properties added in v1.0.32

type GraphConstraintDropKey added in v1.0.32

type GraphConstraintDropKey Incomplete

func (GraphConstraintDropKey) Mandatory added in v1.0.32

func (GraphConstraintDropKey) Unique added in v1.0.32

type GraphConstraintDropModeMandatory added in v1.0.32

type GraphConstraintDropModeMandatory Incomplete

func (GraphConstraintDropModeMandatory) Node added in v1.0.32

func (GraphConstraintDropModeMandatory) Relationship added in v1.0.32

type GraphConstraintDropModeUnique added in v1.0.32

type GraphConstraintDropModeUnique Incomplete

func (GraphConstraintDropModeUnique) Node added in v1.0.32

func (GraphConstraintDropModeUnique) Relationship added in v1.0.32

type GraphConstraintDropProp added in v1.0.32

type GraphConstraintDropProp Incomplete

func (GraphConstraintDropProp) Build added in v1.0.32

func (GraphConstraintDropProp) Prop added in v1.0.32

type GraphConstraintDropProperties added in v1.0.32

type GraphConstraintDropProperties Incomplete

func (GraphConstraintDropProperties) Prop added in v1.0.32

type GraphDelete

type GraphDelete Incomplete

func (GraphDelete) Graph

func (c GraphDelete) Graph(graph string) GraphDeleteGraph

type GraphDeleteGraph

type GraphDeleteGraph Incomplete

func (GraphDeleteGraph) Build

func (c GraphDeleteGraph) Build() Completed

type GraphExplain

type GraphExplain Incomplete

func (GraphExplain) Graph

func (c GraphExplain) Graph(graph string) GraphExplainGraph

type GraphExplainGraph

type GraphExplainGraph Incomplete

func (GraphExplainGraph) Query

type GraphExplainQuery

type GraphExplainQuery Incomplete

func (GraphExplainQuery) Build

func (c GraphExplainQuery) Build() Completed

type GraphList

type GraphList Incomplete

func (GraphList) Build

func (c GraphList) Build() Completed

type GraphProfile

type GraphProfile Incomplete

func (GraphProfile) Graph

func (c GraphProfile) Graph(graph string) GraphProfileGraph

type GraphProfileGraph

type GraphProfileGraph Incomplete

func (GraphProfileGraph) Query

type GraphProfileQuery

type GraphProfileQuery Incomplete

func (GraphProfileQuery) Build

func (c GraphProfileQuery) Build() Completed

func (GraphProfileQuery) Timeout

func (c GraphProfileQuery) Timeout(timeout int64) GraphProfileTimeout

type GraphProfileTimeout

type GraphProfileTimeout Incomplete

func (GraphProfileTimeout) Build

func (c GraphProfileTimeout) Build() Completed

type GraphQuery

type GraphQuery Incomplete

func (GraphQuery) Graph

func (c GraphQuery) Graph(graph string) GraphQueryGraph

type GraphQueryGraph

type GraphQueryGraph Incomplete

func (GraphQueryGraph) Query

func (c GraphQueryGraph) Query(query string) GraphQueryQuery

type GraphQueryQuery

type GraphQueryQuery Incomplete

func (GraphQueryQuery) Build

func (c GraphQueryQuery) Build() Completed

func (GraphQueryQuery) Timeout

func (c GraphQueryQuery) Timeout(timeout int64) GraphQueryTimeout

type GraphQueryTimeout

type GraphQueryTimeout Incomplete

func (GraphQueryTimeout) Build

func (c GraphQueryTimeout) Build() Completed

type GraphRoQuery

type GraphRoQuery Incomplete

func (GraphRoQuery) Graph

func (c GraphRoQuery) Graph(graph string) GraphRoQueryGraph

type GraphRoQueryGraph

type GraphRoQueryGraph Incomplete

func (GraphRoQueryGraph) Query

type GraphRoQueryQuery

type GraphRoQueryQuery Incomplete

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 Incomplete

func (GraphRoQueryTimeout) Build

func (c GraphRoQueryTimeout) Build() Completed

func (GraphRoQueryTimeout) Cache

func (c GraphRoQueryTimeout) Cache() Cacheable

type GraphSlowlog

type GraphSlowlog Incomplete

func (GraphSlowlog) Graph

func (c GraphSlowlog) Graph(graph string) GraphSlowlogGraph

type GraphSlowlogGraph

type GraphSlowlogGraph Incomplete

func (GraphSlowlogGraph) Build

func (c GraphSlowlogGraph) Build() Completed

type Hdel

type Hdel Incomplete

func (Hdel) Key

func (c Hdel) Key(key string) HdelKey

type HdelField

type HdelField Incomplete

func (HdelField) Build

func (c HdelField) Build() Completed

func (HdelField) Field

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

type HdelKey

type HdelKey Incomplete

func (HdelKey) Field

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

type Hello

type Hello Incomplete

func (Hello) Build

func (c Hello) Build() Completed

func (Hello) Protover

func (c Hello) Protover(protover int64) HelloArgumentsProtover

type HelloArgumentsAuth

type HelloArgumentsAuth Incomplete

func (HelloArgumentsAuth) Build

func (c HelloArgumentsAuth) Build() Completed

func (HelloArgumentsAuth) Setname

func (c HelloArgumentsAuth) Setname(clientname string) HelloArgumentsSetname

type HelloArgumentsProtover

type HelloArgumentsProtover Incomplete

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 Incomplete

func (HelloArgumentsSetname) Build

func (c HelloArgumentsSetname) Build() Completed

type Hexists

type Hexists Incomplete

func (Hexists) Key

func (c Hexists) Key(key string) HexistsKey

type HexistsField

type HexistsField Incomplete

func (HexistsField) Build

func (c HexistsField) Build() Completed

func (HexistsField) Cache

func (c HexistsField) Cache() Cacheable

type HexistsKey

type HexistsKey Incomplete

func (HexistsKey) Field

func (c HexistsKey) Field(field string) HexistsField

type Hget

type Hget Incomplete

func (Hget) Key

func (c Hget) Key(key string) HgetKey

type HgetField

type HgetField Incomplete

func (HgetField) Build

func (c HgetField) Build() Completed

func (HgetField) Cache

func (c HgetField) Cache() Cacheable

type HgetKey

type HgetKey Incomplete

func (HgetKey) Field

func (c HgetKey) Field(field string) HgetField

type Hgetall

type Hgetall Incomplete

func (Hgetall) Key

func (c Hgetall) Key(key string) HgetallKey

type HgetallKey

type HgetallKey Incomplete

func (HgetallKey) Build

func (c HgetallKey) Build() Completed

func (HgetallKey) Cache

func (c HgetallKey) Cache() Cacheable

type Hincrby

type Hincrby Incomplete

func (Hincrby) Key

func (c Hincrby) Key(key string) HincrbyKey

type HincrbyField

type HincrbyField Incomplete

func (HincrbyField) Increment

func (c HincrbyField) Increment(increment int64) HincrbyIncrement

type HincrbyIncrement

type HincrbyIncrement Incomplete

func (HincrbyIncrement) Build

func (c HincrbyIncrement) Build() Completed

type HincrbyKey

type HincrbyKey Incomplete

func (HincrbyKey) Field

func (c HincrbyKey) Field(field string) HincrbyField

type Hincrbyfloat

type Hincrbyfloat Incomplete

func (Hincrbyfloat) Key

func (c Hincrbyfloat) Key(key string) HincrbyfloatKey

type HincrbyfloatField

type HincrbyfloatField Incomplete

func (HincrbyfloatField) Increment

func (c HincrbyfloatField) Increment(increment float64) HincrbyfloatIncrement

type HincrbyfloatIncrement

type HincrbyfloatIncrement Incomplete

func (HincrbyfloatIncrement) Build

func (c HincrbyfloatIncrement) Build() Completed

type HincrbyfloatKey

type HincrbyfloatKey Incomplete

func (HincrbyfloatKey) Field

func (c HincrbyfloatKey) Field(field string) HincrbyfloatField

type Hkeys

type Hkeys Incomplete

func (Hkeys) Key

func (c Hkeys) Key(key string) HkeysKey

type HkeysKey

type HkeysKey Incomplete

func (HkeysKey) Build

func (c HkeysKey) Build() Completed

func (HkeysKey) Cache

func (c HkeysKey) Cache() Cacheable

type Hlen

type Hlen Incomplete

func (Hlen) Key

func (c Hlen) Key(key string) HlenKey

type HlenKey

type HlenKey Incomplete

func (HlenKey) Build

func (c HlenKey) Build() Completed

func (HlenKey) Cache

func (c HlenKey) Cache() Cacheable

type Hmget

type Hmget Incomplete

func (Hmget) Key

func (c Hmget) Key(key string) HmgetKey

type HmgetField

type HmgetField Incomplete

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 Incomplete

func (HmgetKey) Field

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

type Hmset

type Hmset Incomplete

func (Hmset) Key

func (c Hmset) Key(key string) HmsetKey

type HmsetFieldValue

type HmsetFieldValue Incomplete

func (HmsetFieldValue) Build

func (c HmsetFieldValue) Build() Completed

func (HmsetFieldValue) FieldValue

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

type HmsetKey

type HmsetKey Incomplete

func (HmsetKey) FieldValue

func (c HmsetKey) FieldValue() HmsetFieldValue

type Hrandfield

type Hrandfield Incomplete

func (Hrandfield) Key

func (c Hrandfield) Key(key string) HrandfieldKey

type HrandfieldKey

type HrandfieldKey Incomplete

func (HrandfieldKey) Build

func (c HrandfieldKey) Build() Completed

func (HrandfieldKey) Count

type HrandfieldOptionsCount

type HrandfieldOptionsCount Incomplete

func (HrandfieldOptionsCount) Build

func (HrandfieldOptionsCount) Withvalues

type HrandfieldOptionsWithvalues

type HrandfieldOptionsWithvalues Incomplete

func (HrandfieldOptionsWithvalues) Build

type Hscan

type Hscan Incomplete

func (Hscan) Key

func (c Hscan) Key(key string) HscanKey

type HscanCount

type HscanCount Incomplete

func (HscanCount) Build

func (c HscanCount) Build() Completed

func (HscanCount) Novalues added in v1.0.33

func (c HscanCount) Novalues() HscanNovalues

type HscanCursor

type HscanCursor Incomplete

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

func (HscanCursor) Novalues added in v1.0.33

func (c HscanCursor) Novalues() HscanNovalues

type HscanKey

type HscanKey Incomplete

func (HscanKey) Cursor

func (c HscanKey) Cursor(cursor uint64) HscanCursor

type HscanMatch

type HscanMatch Incomplete

func (HscanMatch) Build

func (c HscanMatch) Build() Completed

func (HscanMatch) Count

func (c HscanMatch) Count(count int64) HscanCount

func (HscanMatch) Novalues added in v1.0.33

func (c HscanMatch) Novalues() HscanNovalues

type HscanNovalues added in v1.0.33

type HscanNovalues Incomplete

func (HscanNovalues) Build added in v1.0.33

func (c HscanNovalues) Build() Completed

type Hset

type Hset Incomplete

func (Hset) Key

func (c Hset) Key(key string) HsetKey

type HsetFieldValue

type HsetFieldValue Incomplete

func (HsetFieldValue) Build

func (c HsetFieldValue) Build() Completed

func (HsetFieldValue) FieldValue

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

type HsetKey

type HsetKey Incomplete

func (HsetKey) FieldValue

func (c HsetKey) FieldValue() HsetFieldValue

type Hsetnx

type Hsetnx Incomplete

func (Hsetnx) Key

func (c Hsetnx) Key(key string) HsetnxKey

type HsetnxField

type HsetnxField Incomplete

func (HsetnxField) Value

func (c HsetnxField) Value(value string) HsetnxValue

type HsetnxKey

type HsetnxKey Incomplete

func (HsetnxKey) Field

func (c HsetnxKey) Field(field string) HsetnxField

type HsetnxValue

type HsetnxValue Incomplete

func (HsetnxValue) Build

func (c HsetnxValue) Build() Completed

type Hstrlen

type Hstrlen Incomplete

func (Hstrlen) Key

func (c Hstrlen) Key(key string) HstrlenKey

type HstrlenField

type HstrlenField Incomplete

func (HstrlenField) Build

func (c HstrlenField) Build() Completed

func (HstrlenField) Cache

func (c HstrlenField) Cache() Cacheable

type HstrlenKey

type HstrlenKey Incomplete

func (HstrlenKey) Field

func (c HstrlenKey) Field(field string) HstrlenField

type Hvals

type Hvals Incomplete

func (Hvals) Key

func (c Hvals) Key(key string) HvalsKey

type HvalsKey

type HvalsKey Incomplete

func (HvalsKey) Build

func (c HvalsKey) Build() Completed

func (HvalsKey) Cache

func (c HvalsKey) Cache() Cacheable

type Incomplete added in v1.0.18

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

Incomplete represents an incomplete Redis command. It should then be completed by calling the Build().

type Incr

type Incr Incomplete

func (Incr) Key

func (c Incr) Key(key string) IncrKey

type IncrKey

type IncrKey Incomplete

func (IncrKey) Build

func (c IncrKey) Build() Completed

type Incrby

type Incrby Incomplete

func (Incrby) Key

func (c Incrby) Key(key string) IncrbyKey

type IncrbyIncrement

type IncrbyIncrement Incomplete

func (IncrbyIncrement) Build

func (c IncrbyIncrement) Build() Completed

type IncrbyKey

type IncrbyKey Incomplete

func (IncrbyKey) Increment

func (c IncrbyKey) Increment(increment int64) IncrbyIncrement

type Incrbyfloat

type Incrbyfloat Incomplete

func (Incrbyfloat) Key

func (c Incrbyfloat) Key(key string) IncrbyfloatKey

type IncrbyfloatIncrement

type IncrbyfloatIncrement Incomplete

func (IncrbyfloatIncrement) Build

func (c IncrbyfloatIncrement) Build() Completed

type IncrbyfloatKey

type IncrbyfloatKey Incomplete

func (IncrbyfloatKey) Increment

func (c IncrbyfloatKey) Increment(increment float64) IncrbyfloatIncrement

type Info

type Info Incomplete

func (Info) Build

func (c Info) Build() Completed

func (Info) Section

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

type InfoSection

type InfoSection Incomplete

func (InfoSection) Build

func (c InfoSection) Build() Completed

func (InfoSection) Section

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

type JsonArrappend

type JsonArrappend Incomplete

func (JsonArrappend) Key

type JsonArrappendKey

type JsonArrappendKey Incomplete

func (JsonArrappendKey) Path

func (JsonArrappendKey) Value

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

type JsonArrappendPath

type JsonArrappendPath Incomplete

func (JsonArrappendPath) Value

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

type JsonArrappendValue

type JsonArrappendValue Incomplete

func (JsonArrappendValue) Build

func (c JsonArrappendValue) Build() Completed

func (JsonArrappendValue) Value

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

type JsonArrindex

type JsonArrindex Incomplete

func (JsonArrindex) Key

func (c JsonArrindex) Key(key string) JsonArrindexKey

type JsonArrindexKey

type JsonArrindexKey Incomplete

func (JsonArrindexKey) Path

type JsonArrindexPath

type JsonArrindexPath Incomplete

func (JsonArrindexPath) Value

func (c JsonArrindexPath) Value(value string) JsonArrindexValue

type JsonArrindexStartStart

type JsonArrindexStartStart Incomplete

func (JsonArrindexStartStart) Build

func (JsonArrindexStartStart) Cache

func (JsonArrindexStartStart) Stop

type JsonArrindexStartStop

type JsonArrindexStartStop Incomplete

func (JsonArrindexStartStop) Build

func (c JsonArrindexStartStop) Build() Completed

func (JsonArrindexStartStop) Cache

func (c JsonArrindexStartStop) Cache() Cacheable

type JsonArrindexValue

type JsonArrindexValue Incomplete

func (JsonArrindexValue) Build

func (c JsonArrindexValue) Build() Completed

func (JsonArrindexValue) Cache

func (c JsonArrindexValue) Cache() Cacheable

func (JsonArrindexValue) Start

type JsonArrinsert

type JsonArrinsert Incomplete

func (JsonArrinsert) Key

type JsonArrinsertIndex

type JsonArrinsertIndex Incomplete

func (JsonArrinsertIndex) Value

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

type JsonArrinsertKey

type JsonArrinsertKey Incomplete

func (JsonArrinsertKey) Path

type JsonArrinsertPath

type JsonArrinsertPath Incomplete

func (JsonArrinsertPath) Index

type JsonArrinsertValue

type JsonArrinsertValue Incomplete

func (JsonArrinsertValue) Build

func (c JsonArrinsertValue) Build() Completed

func (JsonArrinsertValue) Value

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

type JsonArrlen

type JsonArrlen Incomplete

func (JsonArrlen) Key

func (c JsonArrlen) Key(key string) JsonArrlenKey

type JsonArrlenKey

type JsonArrlenKey Incomplete

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 Incomplete

func (JsonArrlenPath) Build

func (c JsonArrlenPath) Build() Completed

func (JsonArrlenPath) Cache

func (c JsonArrlenPath) Cache() Cacheable

type JsonArrpop

type JsonArrpop Incomplete

func (JsonArrpop) Key

func (c JsonArrpop) Key(key string) JsonArrpopKey

type JsonArrpopKey

type JsonArrpopKey Incomplete

func (JsonArrpopKey) Build

func (c JsonArrpopKey) Build() Completed

func (JsonArrpopKey) Path

type JsonArrpopPathIndex

type JsonArrpopPathIndex Incomplete

func (JsonArrpopPathIndex) Build

func (c JsonArrpopPathIndex) Build() Completed

type JsonArrpopPathPath

type JsonArrpopPathPath Incomplete

func (JsonArrpopPathPath) Build

func (c JsonArrpopPathPath) Build() Completed

func (JsonArrpopPathPath) Index

type JsonArrtrim

type JsonArrtrim Incomplete

func (JsonArrtrim) Key

func (c JsonArrtrim) Key(key string) JsonArrtrimKey

type JsonArrtrimKey

type JsonArrtrimKey Incomplete

func (JsonArrtrimKey) Path

func (c JsonArrtrimKey) Path(path string) JsonArrtrimPath

type JsonArrtrimPath

type JsonArrtrimPath Incomplete

func (JsonArrtrimPath) Start

func (c JsonArrtrimPath) Start(start int64) JsonArrtrimStart

type JsonArrtrimStart

type JsonArrtrimStart Incomplete

func (JsonArrtrimStart) Stop

func (c JsonArrtrimStart) Stop(stop int64) JsonArrtrimStop

type JsonArrtrimStop

type JsonArrtrimStop Incomplete

func (JsonArrtrimStop) Build

func (c JsonArrtrimStop) Build() Completed

type JsonClear

type JsonClear Incomplete

func (JsonClear) Key

func (c JsonClear) Key(key string) JsonClearKey

type JsonClearKey

type JsonClearKey Incomplete

func (JsonClearKey) Build

func (c JsonClearKey) Build() Completed

func (JsonClearKey) Path

func (c JsonClearKey) Path(path string) JsonClearPath

type JsonClearPath

type JsonClearPath Incomplete

func (JsonClearPath) Build

func (c JsonClearPath) Build() Completed

type JsonDebugHelp

type JsonDebugHelp Incomplete

func (JsonDebugHelp) Build

func (c JsonDebugHelp) Build() Completed

type JsonDebugMemory

type JsonDebugMemory Incomplete

func (JsonDebugMemory) Key

type JsonDebugMemoryKey

type JsonDebugMemoryKey Incomplete

func (JsonDebugMemoryKey) Build

func (c JsonDebugMemoryKey) Build() Completed

func (JsonDebugMemoryKey) Path

type JsonDebugMemoryPath

type JsonDebugMemoryPath Incomplete

func (JsonDebugMemoryPath) Build

func (c JsonDebugMemoryPath) Build() Completed

type JsonDel

type JsonDel Incomplete

func (JsonDel) Key

func (c JsonDel) Key(key string) JsonDelKey

type JsonDelKey

type JsonDelKey Incomplete

func (JsonDelKey) Build

func (c JsonDelKey) Build() Completed

func (JsonDelKey) Path

func (c JsonDelKey) Path(path string) JsonDelPath

type JsonDelPath

type JsonDelPath Incomplete

func (JsonDelPath) Build

func (c JsonDelPath) Build() Completed

type JsonForget

type JsonForget Incomplete

func (JsonForget) Key

func (c JsonForget) Key(key string) JsonForgetKey

type JsonForgetKey

type JsonForgetKey Incomplete

func (JsonForgetKey) Build

func (c JsonForgetKey) Build() Completed

func (JsonForgetKey) Path

func (c JsonForgetKey) Path(path string) JsonForgetPath

type JsonForgetPath

type JsonForgetPath Incomplete

func (JsonForgetPath) Build

func (c JsonForgetPath) Build() Completed

type JsonGet

type JsonGet Incomplete

func (JsonGet) Key

func (c JsonGet) Key(key string) JsonGetKey

type JsonGetIndent

type JsonGetIndent Incomplete

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) Path

func (c JsonGetIndent) Path(path ...string) JsonGetPath

func (JsonGetIndent) Space

func (c JsonGetIndent) Space(space string) JsonGetSpace

type JsonGetKey

type JsonGetKey Incomplete

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) Path

func (c JsonGetKey) Path(path ...string) JsonGetPath

func (JsonGetKey) Space

func (c JsonGetKey) Space(space string) JsonGetSpace

type JsonGetNewline

type JsonGetNewline Incomplete

func (JsonGetNewline) Build

func (c JsonGetNewline) Build() Completed

func (JsonGetNewline) Cache

func (c JsonGetNewline) Cache() Cacheable

func (JsonGetNewline) Path

func (c JsonGetNewline) Path(path ...string) JsonGetPath

func (JsonGetNewline) Space

func (c JsonGetNewline) Space(space string) JsonGetSpace

type JsonGetPath

type JsonGetPath Incomplete

func (JsonGetPath) Build

func (c JsonGetPath) Build() Completed

func (JsonGetPath) Cache

func (c JsonGetPath) Cache() Cacheable

func (JsonGetPath) Path

func (c JsonGetPath) Path(path ...string) JsonGetPath

type JsonGetSpace

type JsonGetSpace Incomplete

func (JsonGetSpace) Build

func (c JsonGetSpace) Build() Completed

func (JsonGetSpace) Cache

func (c JsonGetSpace) Cache() Cacheable

func (JsonGetSpace) Path

func (c JsonGetSpace) Path(path ...string) JsonGetPath

type JsonMerge added in v1.0.3

type JsonMerge Incomplete

func (JsonMerge) Key added in v1.0.3

func (c JsonMerge) Key(key string) JsonMergeKey

type JsonMergeKey added in v1.0.3

type JsonMergeKey Incomplete

func (JsonMergeKey) Path added in v1.0.3

func (c JsonMergeKey) Path(path string) JsonMergePath

type JsonMergePath added in v1.0.3

type JsonMergePath Incomplete

func (JsonMergePath) Value added in v1.0.3

func (c JsonMergePath) Value(value string) JsonMergeValue

type JsonMergeValue added in v1.0.3

type JsonMergeValue Incomplete

func (JsonMergeValue) Build added in v1.0.3

func (c JsonMergeValue) Build() Completed

type JsonMget

type JsonMget Incomplete

func (JsonMget) Key

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

type JsonMgetKey

type JsonMgetKey Incomplete

func (JsonMgetKey) Key

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

func (JsonMgetKey) Path

func (c JsonMgetKey) Path(path string) JsonMgetPath

type JsonMgetPath

type JsonMgetPath Incomplete

func (JsonMgetPath) Build

func (c JsonMgetPath) Build() Completed

func (JsonMgetPath) Cache

func (c JsonMgetPath) Cache() Cacheable

type JsonMset added in v1.0.3

type JsonMset Incomplete

func (JsonMset) Key added in v1.0.3

func (c JsonMset) Key(key string) JsonMsetTripletKey

type JsonMsetTripletKey added in v1.0.3

type JsonMsetTripletKey Incomplete

func (JsonMsetTripletKey) Path added in v1.0.3

type JsonMsetTripletPath added in v1.0.3

type JsonMsetTripletPath Incomplete

func (JsonMsetTripletPath) Value added in v1.0.3

type JsonMsetTripletValue added in v1.0.3

type JsonMsetTripletValue Incomplete

func (JsonMsetTripletValue) Build added in v1.0.3

func (c JsonMsetTripletValue) Build() Completed

func (JsonMsetTripletValue) Key added in v1.0.3

type JsonNumincrby

type JsonNumincrby Incomplete

func (JsonNumincrby) Key

type JsonNumincrbyKey

type JsonNumincrbyKey Incomplete

func (JsonNumincrbyKey) Path

type JsonNumincrbyPath

type JsonNumincrbyPath Incomplete

func (JsonNumincrbyPath) Value

type JsonNumincrbyValue

type JsonNumincrbyValue Incomplete

func (JsonNumincrbyValue) Build

func (c JsonNumincrbyValue) Build() Completed

type JsonNummultby

type JsonNummultby Incomplete

func (JsonNummultby) Key

type JsonNummultbyKey

type JsonNummultbyKey Incomplete

func (JsonNummultbyKey) Path

type JsonNummultbyPath

type JsonNummultbyPath Incomplete

func (JsonNummultbyPath) Value

type JsonNummultbyValue

type JsonNummultbyValue Incomplete

func (JsonNummultbyValue) Build

func (c JsonNummultbyValue) Build() Completed

type JsonObjkeys

type JsonObjkeys Incomplete

func (JsonObjkeys) Key

func (c JsonObjkeys) Key(key string) JsonObjkeysKey

type JsonObjkeysKey

type JsonObjkeysKey Incomplete

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 Incomplete

func (JsonObjkeysPath) Build

func (c JsonObjkeysPath) Build() Completed

func (JsonObjkeysPath) Cache

func (c JsonObjkeysPath) Cache() Cacheable

type JsonObjlen

type JsonObjlen Incomplete

func (JsonObjlen) Key

func (c JsonObjlen) Key(key string) JsonObjlenKey

type JsonObjlenKey

type JsonObjlenKey Incomplete

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 Incomplete

func (JsonObjlenPath) Build

func (c JsonObjlenPath) Build() Completed

func (JsonObjlenPath) Cache

func (c JsonObjlenPath) Cache() Cacheable

type JsonResp

type JsonResp Incomplete

func (JsonResp) Key

func (c JsonResp) Key(key string) JsonRespKey

type JsonRespKey

type JsonRespKey Incomplete

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 Incomplete

func (JsonRespPath) Build

func (c JsonRespPath) Build() Completed

func (JsonRespPath) Cache

func (c JsonRespPath) Cache() Cacheable

type JsonSet

type JsonSet Incomplete

func (JsonSet) Key

func (c JsonSet) Key(key string) JsonSetKey

type JsonSetConditionNx

type JsonSetConditionNx Incomplete

func (JsonSetConditionNx) Build

func (c JsonSetConditionNx) Build() Completed

type JsonSetConditionXx

type JsonSetConditionXx Incomplete

func (JsonSetConditionXx) Build

func (c JsonSetConditionXx) Build() Completed

type JsonSetKey

type JsonSetKey Incomplete

func (JsonSetKey) Path

func (c JsonSetKey) Path(path string) JsonSetPath

type JsonSetPath

type JsonSetPath Incomplete

func (JsonSetPath) Value

func (c JsonSetPath) Value(value string) JsonSetValue

type JsonSetValue

type JsonSetValue Incomplete

func (JsonSetValue) Build

func (c JsonSetValue) Build() Completed

func (JsonSetValue) Nx

func (JsonSetValue) Xx

type JsonStrappend

type JsonStrappend Incomplete

func (JsonStrappend) Key

type JsonStrappendKey

type JsonStrappendKey Incomplete

func (JsonStrappendKey) Path

func (JsonStrappendKey) Value

type JsonStrappendPath

type JsonStrappendPath Incomplete

func (JsonStrappendPath) Value

type JsonStrappendValue

type JsonStrappendValue Incomplete

func (JsonStrappendValue) Build

func (c JsonStrappendValue) Build() Completed

type JsonStrlen

type JsonStrlen Incomplete

func (JsonStrlen) Key

func (c JsonStrlen) Key(key string) JsonStrlenKey

type JsonStrlenKey

type JsonStrlenKey Incomplete

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 Incomplete

func (JsonStrlenPath) Build

func (c JsonStrlenPath) Build() Completed

func (JsonStrlenPath) Cache

func (c JsonStrlenPath) Cache() Cacheable

type JsonToggle

type JsonToggle Incomplete

func (JsonToggle) Key

func (c JsonToggle) Key(key string) JsonToggleKey

type JsonToggleKey

type JsonToggleKey Incomplete

func (JsonToggleKey) Path

func (c JsonToggleKey) Path(path string) JsonTogglePath

type JsonTogglePath

type JsonTogglePath Incomplete

func (JsonTogglePath) Build

func (c JsonTogglePath) Build() Completed

type JsonType

type JsonType Incomplete

func (JsonType) Key

func (c JsonType) Key(key string) JsonTypeKey

type JsonTypeKey

type JsonTypeKey Incomplete

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 Incomplete

func (JsonTypePath) Build

func (c JsonTypePath) Build() Completed

func (JsonTypePath) Cache

func (c JsonTypePath) Cache() Cacheable

type Keys

type Keys Incomplete

func (Keys) Pattern

func (c Keys) Pattern(pattern string) KeysPattern

type KeysPattern

type KeysPattern Incomplete

func (KeysPattern) Build

func (c KeysPattern) Build() Completed

type Lastsave

type Lastsave Incomplete

func (Lastsave) Build

func (c Lastsave) Build() Completed

type LatencyDoctor

type LatencyDoctor Incomplete

func (LatencyDoctor) Build

func (c LatencyDoctor) Build() Completed

type LatencyGraph

type LatencyGraph Incomplete

func (LatencyGraph) Event

func (c LatencyGraph) Event(event string) LatencyGraphEvent

type LatencyGraphEvent

type LatencyGraphEvent Incomplete

func (LatencyGraphEvent) Build

func (c LatencyGraphEvent) Build() Completed

type LatencyHelp

type LatencyHelp Incomplete

func (LatencyHelp) Build

func (c LatencyHelp) Build() Completed

type LatencyHistogram

type LatencyHistogram Incomplete

func (LatencyHistogram) Build

func (c LatencyHistogram) Build() Completed

func (LatencyHistogram) Command

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

type LatencyHistogramCommand

type LatencyHistogramCommand Incomplete

func (LatencyHistogramCommand) Build

func (LatencyHistogramCommand) Command

type LatencyHistory

type LatencyHistory Incomplete

func (LatencyHistory) Event

func (c LatencyHistory) Event(event string) LatencyHistoryEvent

type LatencyHistoryEvent

type LatencyHistoryEvent Incomplete

func (LatencyHistoryEvent) Build

func (c LatencyHistoryEvent) Build() Completed

type LatencyLatest

type LatencyLatest Incomplete

func (LatencyLatest) Build

func (c LatencyLatest) Build() Completed

type LatencyReset

type LatencyReset Incomplete

func (LatencyReset) Build

func (c LatencyReset) Build() Completed

func (LatencyReset) Event

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

type LatencyResetEvent

type LatencyResetEvent Incomplete

func (LatencyResetEvent) Build

func (c LatencyResetEvent) Build() Completed

func (LatencyResetEvent) Event

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

type Lcs

type Lcs Incomplete

func (Lcs) Key1

func (c Lcs) Key1(key1 string) LcsKey1

type LcsIdx

type LcsIdx Incomplete

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 Incomplete

func (LcsKey1) Key2

func (c LcsKey1) Key2(key2 string) LcsKey2

type LcsKey2

type LcsKey2 Incomplete

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 Incomplete

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 Incomplete

func (LcsMinmatchlen) Build

func (c LcsMinmatchlen) Build() Completed

func (LcsMinmatchlen) Withmatchlen

func (c LcsMinmatchlen) Withmatchlen() LcsWithmatchlen

type LcsWithmatchlen

type LcsWithmatchlen Incomplete

func (LcsWithmatchlen) Build

func (c LcsWithmatchlen) Build() Completed

type Lindex

type Lindex Incomplete

func (Lindex) Key

func (c Lindex) Key(key string) LindexKey

type LindexIndex

type LindexIndex Incomplete

func (LindexIndex) Build

func (c LindexIndex) Build() Completed

func (LindexIndex) Cache

func (c LindexIndex) Cache() Cacheable

type LindexKey

type LindexKey Incomplete

func (LindexKey) Index

func (c LindexKey) Index(index int64) LindexIndex

type Linsert

type Linsert Incomplete

func (Linsert) Key

func (c Linsert) Key(key string) LinsertKey

type LinsertElement

type LinsertElement Incomplete

func (LinsertElement) Build

func (c LinsertElement) Build() Completed

type LinsertKey

type LinsertKey Incomplete

func (LinsertKey) After

func (c LinsertKey) After() LinsertWhereAfter

func (LinsertKey) Before

func (c LinsertKey) Before() LinsertWhereBefore

type LinsertPivot

type LinsertPivot Incomplete

func (LinsertPivot) Element

func (c LinsertPivot) Element(element string) LinsertElement

type LinsertWhereAfter

type LinsertWhereAfter Incomplete

func (LinsertWhereAfter) Pivot

func (c LinsertWhereAfter) Pivot(pivot string) LinsertPivot

type LinsertWhereBefore

type LinsertWhereBefore Incomplete

func (LinsertWhereBefore) Pivot

func (c LinsertWhereBefore) Pivot(pivot string) LinsertPivot

type Llen

type Llen Incomplete

func (Llen) Key

func (c Llen) Key(key string) LlenKey

type LlenKey

type LlenKey Incomplete

func (LlenKey) Build

func (c LlenKey) Build() Completed

func (LlenKey) Cache

func (c LlenKey) Cache() Cacheable

type Lmove

type Lmove Incomplete

func (Lmove) Source

func (c Lmove) Source(source string) LmoveSource

type LmoveDestination

type LmoveDestination Incomplete

func (LmoveDestination) Left

func (LmoveDestination) Right

type LmoveSource

type LmoveSource Incomplete

func (LmoveSource) Destination

func (c LmoveSource) Destination(destination string) LmoveDestination

type LmoveWherefromLeft

type LmoveWherefromLeft Incomplete

func (LmoveWherefromLeft) Left

func (LmoveWherefromLeft) Right

type LmoveWherefromRight

type LmoveWherefromRight Incomplete

func (LmoveWherefromRight) Left

func (LmoveWherefromRight) Right

type LmoveWheretoLeft

type LmoveWheretoLeft Incomplete

func (LmoveWheretoLeft) Build

func (c LmoveWheretoLeft) Build() Completed

type LmoveWheretoRight

type LmoveWheretoRight Incomplete

func (LmoveWheretoRight) Build

func (c LmoveWheretoRight) Build() Completed

type Lmpop

type Lmpop Incomplete

func (Lmpop) Numkeys

func (c Lmpop) Numkeys(numkeys int64) LmpopNumkeys

type LmpopCount

type LmpopCount Incomplete

func (LmpopCount) Build

func (c LmpopCount) Build() Completed

type LmpopKey

type LmpopKey Incomplete

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 Incomplete

func (LmpopNumkeys) Key

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

type LmpopWhereLeft

type LmpopWhereLeft Incomplete

func (LmpopWhereLeft) Build

func (c LmpopWhereLeft) Build() Completed

func (LmpopWhereLeft) Count

func (c LmpopWhereLeft) Count(count int64) LmpopCount

type LmpopWhereRight

type LmpopWhereRight Incomplete

func (LmpopWhereRight) Build

func (c LmpopWhereRight) Build() Completed

func (LmpopWhereRight) Count

func (c LmpopWhereRight) Count(count int64) LmpopCount

type Lolwut

type Lolwut Incomplete

func (Lolwut) Build

func (c Lolwut) Build() Completed

func (Lolwut) Version

func (c Lolwut) Version(version int64) LolwutVersion

type LolwutVersion

type LolwutVersion Incomplete

func (LolwutVersion) Build

func (c LolwutVersion) Build() Completed

type Lpop

type Lpop Incomplete

func (Lpop) Key

func (c Lpop) Key(key string) LpopKey

type LpopCount

type LpopCount Incomplete

func (LpopCount) Build

func (c LpopCount) Build() Completed

type LpopKey

type LpopKey Incomplete

func (LpopKey) Build

func (c LpopKey) Build() Completed

func (LpopKey) Count

func (c LpopKey) Count(count int64) LpopCount

type Lpos

type Lpos Incomplete

func (Lpos) Key

func (c Lpos) Key(key string) LposKey

type LposCount

type LposCount Incomplete

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 Incomplete

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 Incomplete

func (LposKey) Element

func (c LposKey) Element(element string) LposElement

type LposMaxlen

type LposMaxlen Incomplete

func (LposMaxlen) Build

func (c LposMaxlen) Build() Completed

func (LposMaxlen) Cache

func (c LposMaxlen) Cache() Cacheable

type LposRank

type LposRank Incomplete

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 Incomplete

func (Lpush) Key

func (c Lpush) Key(key string) LpushKey

type LpushElement

type LpushElement Incomplete

func (LpushElement) Build

func (c LpushElement) Build() Completed

func (LpushElement) Element

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

type LpushKey

type LpushKey Incomplete

func (LpushKey) Element

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

type Lpushx

type Lpushx Incomplete

func (Lpushx) Key

func (c Lpushx) Key(key string) LpushxKey

type LpushxElement

type LpushxElement Incomplete

func (LpushxElement) Build

func (c LpushxElement) Build() Completed

func (LpushxElement) Element

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

type LpushxKey

type LpushxKey Incomplete

func (LpushxKey) Element

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

type Lrange

type Lrange Incomplete

func (Lrange) Key

func (c Lrange) Key(key string) LrangeKey

type LrangeKey

type LrangeKey Incomplete

func (LrangeKey) Start

func (c LrangeKey) Start(start int64) LrangeStart

type LrangeStart

type LrangeStart Incomplete

func (LrangeStart) Stop

func (c LrangeStart) Stop(stop int64) LrangeStop

type LrangeStop

type LrangeStop Incomplete

func (LrangeStop) Build

func (c LrangeStop) Build() Completed

func (LrangeStop) Cache

func (c LrangeStop) Cache() Cacheable

type Lrem

type Lrem Incomplete

func (Lrem) Key

func (c Lrem) Key(key string) LremKey

type LremCount

type LremCount Incomplete

func (LremCount) Element

func (c LremCount) Element(element string) LremElement

type LremElement

type LremElement Incomplete

func (LremElement) Build

func (c LremElement) Build() Completed

type LremKey

type LremKey Incomplete

func (LremKey) Count

func (c LremKey) Count(count int64) LremCount

type Lset

type Lset Incomplete

func (Lset) Key

func (c Lset) Key(key string) LsetKey

type LsetElement

type LsetElement Incomplete

func (LsetElement) Build

func (c LsetElement) Build() Completed

type LsetIndex

type LsetIndex Incomplete

func (LsetIndex) Element

func (c LsetIndex) Element(element string) LsetElement

type LsetKey

type LsetKey Incomplete

func (LsetKey) Index

func (c LsetKey) Index(index int64) LsetIndex

type Ltrim

type Ltrim Incomplete

func (Ltrim) Key

func (c Ltrim) Key(key string) LtrimKey

type LtrimKey

type LtrimKey Incomplete

func (LtrimKey) Start

func (c LtrimKey) Start(start int64) LtrimStart

type LtrimStart

type LtrimStart Incomplete

func (LtrimStart) Stop

func (c LtrimStart) Stop(stop int64) LtrimStop

type LtrimStop

type LtrimStop Incomplete

func (LtrimStop) Build

func (c LtrimStop) Build() Completed

type MemoryDoctor

type MemoryDoctor Incomplete

func (MemoryDoctor) Build

func (c MemoryDoctor) Build() Completed

type MemoryHelp

type MemoryHelp Incomplete

func (MemoryHelp) Build

func (c MemoryHelp) Build() Completed

type MemoryMallocStats

type MemoryMallocStats Incomplete

func (MemoryMallocStats) Build

func (c MemoryMallocStats) Build() Completed

type MemoryPurge

type MemoryPurge Incomplete

func (MemoryPurge) Build

func (c MemoryPurge) Build() Completed

type MemoryStats

type MemoryStats Incomplete

func (MemoryStats) Build

func (c MemoryStats) Build() Completed

type MemoryUsage

type MemoryUsage Incomplete

func (MemoryUsage) Key

func (c MemoryUsage) Key(key string) MemoryUsageKey

type MemoryUsageKey

type MemoryUsageKey Incomplete

func (MemoryUsageKey) Build

func (c MemoryUsageKey) Build() Completed

func (MemoryUsageKey) Samples

func (c MemoryUsageKey) Samples(count int64) MemoryUsageSamples

type MemoryUsageSamples

type MemoryUsageSamples Incomplete

func (MemoryUsageSamples) Build

func (c MemoryUsageSamples) Build() Completed

type Mget

type Mget Incomplete

func (Mget) Key

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

type MgetKey

type MgetKey Incomplete

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 Incomplete

func (Migrate) Host

func (c Migrate) Host(host string) MigrateHost

type MigrateAuthAuth

type MigrateAuthAuth Incomplete

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 Incomplete

func (MigrateAuthAuth2) Build

func (c MigrateAuthAuth2) Build() Completed

func (MigrateAuthAuth2) Keys

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

type MigrateCopy

type MigrateCopy Incomplete

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 Incomplete

func (MigrateDestinationDb) Timeout

func (c MigrateDestinationDb) Timeout(timeout int64) MigrateTimeout

type MigrateHost

type MigrateHost Incomplete

func (MigrateHost) Port

func (c MigrateHost) Port(port int64) MigratePort

type MigrateKey

type MigrateKey Incomplete

func (MigrateKey) DestinationDb

func (c MigrateKey) DestinationDb(destinationDb int64) MigrateDestinationDb

type MigrateKeys

type MigrateKeys Incomplete

func (MigrateKeys) Build

func (c MigrateKeys) Build() Completed

func (MigrateKeys) Keys

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

type MigratePort

type MigratePort Incomplete

func (MigratePort) Key

func (c MigratePort) Key(key string) MigrateKey

type MigrateReplace

type MigrateReplace Incomplete

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 Incomplete

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 Incomplete

func (ModuleList) Build

func (c ModuleList) Build() Completed

type ModuleLoad

type ModuleLoad Incomplete

func (ModuleLoad) Path

func (c ModuleLoad) Path(path string) ModuleLoadPath

type ModuleLoadArg

type ModuleLoadArg Incomplete

func (ModuleLoadArg) Arg

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

func (ModuleLoadArg) Build

func (c ModuleLoadArg) Build() Completed

type ModuleLoadPath

type ModuleLoadPath Incomplete

func (ModuleLoadPath) Arg

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

func (ModuleLoadPath) Build

func (c ModuleLoadPath) Build() Completed

type ModuleLoadex

type ModuleLoadex Incomplete

func (ModuleLoadex) Path

func (c ModuleLoadex) Path(path string) ModuleLoadexPath

type ModuleLoadexArgs

type ModuleLoadexArgs Incomplete

func (ModuleLoadexArgs) Args

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

func (ModuleLoadexArgs) Build

func (c ModuleLoadexArgs) Build() Completed

type ModuleLoadexConfig

type ModuleLoadexConfig Incomplete

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 Incomplete

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 Incomplete

func (ModuleUnload) Name

func (c ModuleUnload) Name(name string) ModuleUnloadName

type ModuleUnloadName

type ModuleUnloadName Incomplete

func (ModuleUnloadName) Build

func (c ModuleUnloadName) Build() Completed

type Monitor

type Monitor Incomplete

func (Monitor) Build

func (c Monitor) Build() Completed

type Move

type Move Incomplete

func (Move) Key

func (c Move) Key(key string) MoveKey

type MoveDb

type MoveDb Incomplete

func (MoveDb) Build

func (c MoveDb) Build() Completed

type MoveKey

type MoveKey Incomplete

func (MoveKey) Db

func (c MoveKey) Db(db int64) MoveDb

type Mset

type Mset Incomplete

func (Mset) KeyValue

func (c Mset) KeyValue() MsetKeyValue

type MsetKeyValue

type MsetKeyValue Incomplete

func (MsetKeyValue) Build

func (c MsetKeyValue) Build() Completed

func (MsetKeyValue) KeyValue

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

type Msetnx

type Msetnx Incomplete

func (Msetnx) KeyValue

func (c Msetnx) KeyValue() MsetnxKeyValue

type MsetnxKeyValue

type MsetnxKeyValue Incomplete

func (MsetnxKeyValue) Build

func (c MsetnxKeyValue) Build() Completed

func (MsetnxKeyValue) KeyValue

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

type Multi

type Multi Incomplete

func (Multi) Build

func (c Multi) Build() Completed

type ObjectEncoding

type ObjectEncoding Incomplete

func (ObjectEncoding) Key

type ObjectEncodingKey

type ObjectEncodingKey Incomplete

func (ObjectEncodingKey) Build

func (c ObjectEncodingKey) Build() Completed

type ObjectFreq

type ObjectFreq Incomplete

func (ObjectFreq) Key

func (c ObjectFreq) Key(key string) ObjectFreqKey

type ObjectFreqKey

type ObjectFreqKey Incomplete

func (ObjectFreqKey) Build

func (c ObjectFreqKey) Build() Completed

type ObjectHelp

type ObjectHelp Incomplete

func (ObjectHelp) Build

func (c ObjectHelp) Build() Completed

type ObjectIdletime

type ObjectIdletime Incomplete

func (ObjectIdletime) Key

type ObjectIdletimeKey

type ObjectIdletimeKey Incomplete

func (ObjectIdletimeKey) Build

func (c ObjectIdletimeKey) Build() Completed

type ObjectRefcount

type ObjectRefcount Incomplete

func (ObjectRefcount) Key

type ObjectRefcountKey

type ObjectRefcountKey Incomplete

func (ObjectRefcountKey) Build

func (c ObjectRefcountKey) Build() Completed

type Persist

type Persist Incomplete

func (Persist) Key

func (c Persist) Key(key string) PersistKey

type PersistKey

type PersistKey Incomplete

func (PersistKey) Build

func (c PersistKey) Build() Completed

type Pexpire

type Pexpire Incomplete

func (Pexpire) Key

func (c Pexpire) Key(key string) PexpireKey

type PexpireConditionGt

type PexpireConditionGt Incomplete

func (PexpireConditionGt) Build

func (c PexpireConditionGt) Build() Completed

type PexpireConditionLt

type PexpireConditionLt Incomplete

func (PexpireConditionLt) Build

func (c PexpireConditionLt) Build() Completed

type PexpireConditionNx

type PexpireConditionNx Incomplete

func (PexpireConditionNx) Build

func (c PexpireConditionNx) Build() Completed

type PexpireConditionXx

type PexpireConditionXx Incomplete

func (PexpireConditionXx) Build

func (c PexpireConditionXx) Build() Completed

type PexpireKey

type PexpireKey Incomplete

func (PexpireKey) Milliseconds

func (c PexpireKey) Milliseconds(milliseconds int64) PexpireMilliseconds

type PexpireMilliseconds

type PexpireMilliseconds Incomplete

func (PexpireMilliseconds) Build

func (c PexpireMilliseconds) Build() Completed

func (PexpireMilliseconds) Gt

func (PexpireMilliseconds) Lt

func (PexpireMilliseconds) Nx

func (PexpireMilliseconds) Xx

type Pexpireat

type Pexpireat Incomplete

func (Pexpireat) Key

func (c Pexpireat) Key(key string) PexpireatKey

type PexpireatConditionGt

type PexpireatConditionGt Incomplete

func (PexpireatConditionGt) Build

func (c PexpireatConditionGt) Build() Completed

type PexpireatConditionLt

type PexpireatConditionLt Incomplete

func (PexpireatConditionLt) Build

func (c PexpireatConditionLt) Build() Completed

type PexpireatConditionNx

type PexpireatConditionNx Incomplete

func (PexpireatConditionNx) Build

func (c PexpireatConditionNx) Build() Completed

type PexpireatConditionXx

type PexpireatConditionXx Incomplete

func (PexpireatConditionXx) Build

func (c PexpireatConditionXx) Build() Completed

type PexpireatKey

type PexpireatKey Incomplete

func (PexpireatKey) MillisecondsTimestamp

func (c PexpireatKey) MillisecondsTimestamp(millisecondsTimestamp int64) PexpireatMillisecondsTimestamp

type PexpireatMillisecondsTimestamp

type PexpireatMillisecondsTimestamp Incomplete

func (PexpireatMillisecondsTimestamp) Build

func (PexpireatMillisecondsTimestamp) Gt

func (PexpireatMillisecondsTimestamp) Lt

func (PexpireatMillisecondsTimestamp) Nx

func (PexpireatMillisecondsTimestamp) Xx

type Pexpiretime

type Pexpiretime Incomplete

func (Pexpiretime) Key

func (c Pexpiretime) Key(key string) PexpiretimeKey

type PexpiretimeKey

type PexpiretimeKey Incomplete

func (PexpiretimeKey) Build

func (c PexpiretimeKey) Build() Completed

func (PexpiretimeKey) Cache

func (c PexpiretimeKey) Cache() Cacheable

type Pfadd

type Pfadd Incomplete

func (Pfadd) Key

func (c Pfadd) Key(key string) PfaddKey

type PfaddElement

type PfaddElement Incomplete

func (PfaddElement) Build

func (c PfaddElement) Build() Completed

func (PfaddElement) Element

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

type PfaddKey

type PfaddKey Incomplete

func (PfaddKey) Build

func (c PfaddKey) Build() Completed

func (PfaddKey) Element

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

type Pfcount

type Pfcount Incomplete

func (Pfcount) Key

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

type PfcountKey

type PfcountKey Incomplete

func (PfcountKey) Build

func (c PfcountKey) Build() Completed

func (PfcountKey) Key

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

type Pfmerge

type Pfmerge Incomplete

func (Pfmerge) Destkey

func (c Pfmerge) Destkey(destkey string) PfmergeDestkey

type PfmergeDestkey

type PfmergeDestkey Incomplete

func (PfmergeDestkey) Build

func (c PfmergeDestkey) Build() Completed

func (PfmergeDestkey) Sourcekey

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

type PfmergeSourcekey

type PfmergeSourcekey Incomplete

func (PfmergeSourcekey) Build

func (c PfmergeSourcekey) Build() Completed

func (PfmergeSourcekey) Sourcekey

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

type Ping

type Ping Incomplete

func (Ping) Build

func (c Ping) Build() Completed

func (Ping) Message

func (c Ping) Message(message string) PingMessage

type PingMessage

type PingMessage Incomplete

func (PingMessage) Build

func (c PingMessage) Build() Completed

type Psetex

type Psetex Incomplete

func (Psetex) Key

func (c Psetex) Key(key string) PsetexKey

type PsetexKey

type PsetexKey Incomplete

func (PsetexKey) Milliseconds

func (c PsetexKey) Milliseconds(milliseconds int64) PsetexMilliseconds

type PsetexMilliseconds

type PsetexMilliseconds Incomplete

func (PsetexMilliseconds) Value

func (c PsetexMilliseconds) Value(value string) PsetexValue

type PsetexValue

type PsetexValue Incomplete

func (PsetexValue) Build

func (c PsetexValue) Build() Completed

type Psubscribe

type Psubscribe Incomplete

func (Psubscribe) Pattern

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

type PsubscribePattern

type PsubscribePattern Incomplete

func (PsubscribePattern) Build

func (c PsubscribePattern) Build() Completed

func (PsubscribePattern) Pattern

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

type Psync

type Psync Incomplete

func (Psync) Replicationid

func (c Psync) Replicationid(replicationid string) PsyncReplicationid

type PsyncOffset

type PsyncOffset Incomplete

func (PsyncOffset) Build

func (c PsyncOffset) Build() Completed

type PsyncReplicationid

type PsyncReplicationid Incomplete

func (PsyncReplicationid) Offset

func (c PsyncReplicationid) Offset(offset int64) PsyncOffset

type Pttl

type Pttl Incomplete

func (Pttl) Key

func (c Pttl) Key(key string) PttlKey

type PttlKey

type PttlKey Incomplete

func (PttlKey) Build

func (c PttlKey) Build() Completed

func (PttlKey) Cache

func (c PttlKey) Cache() Cacheable

type Publish

type Publish Incomplete

func (Publish) Channel

func (c Publish) Channel(channel string) PublishChannel

type PublishChannel

type PublishChannel Incomplete

func (PublishChannel) Message

func (c PublishChannel) Message(message string) PublishMessage

type PublishMessage

type PublishMessage Incomplete

func (PublishMessage) Build

func (c PublishMessage) Build() Completed

type PubsubChannels

type PubsubChannels Incomplete

func (PubsubChannels) Build

func (c PubsubChannels) Build() Completed

func (PubsubChannels) Pattern

func (c PubsubChannels) Pattern(pattern string) PubsubChannelsPattern

type PubsubChannelsPattern

type PubsubChannelsPattern Incomplete

func (PubsubChannelsPattern) Build

func (c PubsubChannelsPattern) Build() Completed

type PubsubHelp

type PubsubHelp Incomplete

func (PubsubHelp) Build

func (c PubsubHelp) Build() Completed

type PubsubNumpat

type PubsubNumpat Incomplete

func (PubsubNumpat) Build

func (c PubsubNumpat) Build() Completed

type PubsubNumsub

type PubsubNumsub Incomplete

func (PubsubNumsub) Build

func (c PubsubNumsub) Build() Completed

func (PubsubNumsub) Channel

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

type PubsubNumsubChannel

type PubsubNumsubChannel Incomplete

func (PubsubNumsubChannel) Build

func (c PubsubNumsubChannel) Build() Completed

func (PubsubNumsubChannel) Channel

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

type PubsubShardchannels

type PubsubShardchannels Incomplete

func (PubsubShardchannels) Build

func (c PubsubShardchannels) Build() Completed

func (PubsubShardchannels) Pattern

type PubsubShardchannelsPattern

type PubsubShardchannelsPattern Incomplete

func (PubsubShardchannelsPattern) Build

type PubsubShardnumsub

type PubsubShardnumsub Incomplete

func (PubsubShardnumsub) Build

func (c PubsubShardnumsub) Build() Completed

func (PubsubShardnumsub) Channel

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

type PubsubShardnumsubChannel

type PubsubShardnumsubChannel Incomplete

func (PubsubShardnumsubChannel) Build

func (PubsubShardnumsubChannel) Channel

type Punsubscribe

type Punsubscribe Incomplete

func (Punsubscribe) Build

func (c Punsubscribe) Build() Completed

func (Punsubscribe) Pattern

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

type PunsubscribePattern

type PunsubscribePattern Incomplete

func (PunsubscribePattern) Build

func (c PunsubscribePattern) Build() Completed

func (PunsubscribePattern) Pattern

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

type Quit

type Quit Incomplete

func (Quit) Build

func (c Quit) Build() Completed

type Randomkey

type Randomkey Incomplete

func (Randomkey) Build

func (c Randomkey) Build() Completed

type Readonly

type Readonly Incomplete

func (Readonly) Build

func (c Readonly) Build() Completed

type Readwrite

type Readwrite Incomplete

func (Readwrite) Build

func (c Readwrite) Build() Completed

type Rename

type Rename Incomplete

func (Rename) Key

func (c Rename) Key(key string) RenameKey

type RenameKey

type RenameKey Incomplete

func (RenameKey) Newkey

func (c RenameKey) Newkey(newkey string) RenameNewkey

type RenameNewkey

type RenameNewkey Incomplete

func (RenameNewkey) Build

func (c RenameNewkey) Build() Completed

type Renamenx

type Renamenx Incomplete

func (Renamenx) Key

func (c Renamenx) Key(key string) RenamenxKey

type RenamenxKey

type RenamenxKey Incomplete

func (RenamenxKey) Newkey

func (c RenamenxKey) Newkey(newkey string) RenamenxNewkey

type RenamenxNewkey

type RenamenxNewkey Incomplete

func (RenamenxNewkey) Build

func (c RenamenxNewkey) Build() Completed

type Replicaof

type Replicaof Incomplete

func (Replicaof) Host

func (Replicaof) No added in v1.0.21

type ReplicaofArgsHostPortHost added in v1.0.21

type ReplicaofArgsHostPortHost Incomplete

func (ReplicaofArgsHostPortHost) Port added in v1.0.21

type ReplicaofArgsHostPortPort added in v1.0.21

type ReplicaofArgsHostPortPort Incomplete

func (ReplicaofArgsHostPortPort) Build added in v1.0.21

type ReplicaofArgsNoOneNo added in v1.0.21

type ReplicaofArgsNoOneNo Incomplete

func (ReplicaofArgsNoOneNo) One added in v1.0.21

type ReplicaofArgsNoOneOne added in v1.0.21

type ReplicaofArgsNoOneOne Incomplete

func (ReplicaofArgsNoOneOne) Build added in v1.0.21

func (c ReplicaofArgsNoOneOne) Build() Completed

type Reset

type Reset Incomplete

func (Reset) Build

func (c Reset) Build() Completed

type Restore

type Restore Incomplete

func (Restore) Key

func (c Restore) Key(key string) RestoreKey

type RestoreAbsttl

type RestoreAbsttl Incomplete

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 Incomplete

func (RestoreFreq) Build

func (c RestoreFreq) Build() Completed

type RestoreIdletime

type RestoreIdletime Incomplete

func (RestoreIdletime) Build

func (c RestoreIdletime) Build() Completed

func (RestoreIdletime) Freq

func (c RestoreIdletime) Freq(frequency int64) RestoreFreq

type RestoreKey

type RestoreKey Incomplete

func (RestoreKey) Ttl

func (c RestoreKey) Ttl(ttl int64) RestoreTtl

type RestoreReplace

type RestoreReplace Incomplete

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 Incomplete

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 Incomplete

func (RestoreTtl) SerializedValue

func (c RestoreTtl) SerializedValue(serializedValue string) RestoreSerializedValue

type RgAbortexecution

type RgAbortexecution Incomplete

func (RgAbortexecution) Id

type RgAbortexecutionId

type RgAbortexecutionId Incomplete

func (RgAbortexecutionId) Build

func (c RgAbortexecutionId) Build() Completed

type RgConfigget

type RgConfigget Incomplete

func (RgConfigget) Key

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

type RgConfiggetKey

type RgConfiggetKey Incomplete

func (RgConfiggetKey) Build

func (c RgConfiggetKey) Build() Completed

func (RgConfiggetKey) Key

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

type RgConfigset

type RgConfigset Incomplete

func (RgConfigset) KeyValue

func (c RgConfigset) KeyValue() RgConfigsetKeyValue

type RgConfigsetKeyValue

type RgConfigsetKeyValue Incomplete

func (RgConfigsetKeyValue) Build

func (c RgConfigsetKeyValue) Build() Completed

func (RgConfigsetKeyValue) KeyValue

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

type RgDropexecution

type RgDropexecution Incomplete

func (RgDropexecution) Id

type RgDropexecutionId

type RgDropexecutionId Incomplete

func (RgDropexecutionId) Build

func (c RgDropexecutionId) Build() Completed

type RgDumpexecutions

type RgDumpexecutions Incomplete

func (RgDumpexecutions) Build

func (c RgDumpexecutions) Build() Completed

type RgDumpregistrations

type RgDumpregistrations Incomplete

func (RgDumpregistrations) Build

func (c RgDumpregistrations) Build() Completed

type RgGetexecution

type RgGetexecution Incomplete

func (RgGetexecution) Id

type RgGetexecutionId

type RgGetexecutionId Incomplete

func (RgGetexecutionId) Build

func (c RgGetexecutionId) Build() Completed

func (RgGetexecutionId) Cluster

func (RgGetexecutionId) Shard

type RgGetexecutionModeCluster

type RgGetexecutionModeCluster Incomplete

func (RgGetexecutionModeCluster) Build

type RgGetexecutionModeShard

type RgGetexecutionModeShard Incomplete

func (RgGetexecutionModeShard) Build

type RgGetresults

type RgGetresults Incomplete

func (RgGetresults) Id

type RgGetresultsId

type RgGetresultsId Incomplete

func (RgGetresultsId) Build

func (c RgGetresultsId) Build() Completed

type RgGetresultsblocking

type RgGetresultsblocking Incomplete

func (RgGetresultsblocking) Id

type RgGetresultsblockingId

type RgGetresultsblockingId Incomplete

func (RgGetresultsblockingId) Build

type RgInfocluster

type RgInfocluster Incomplete

func (RgInfocluster) Build

func (c RgInfocluster) Build() Completed

type RgPydumpreqs

type RgPydumpreqs Incomplete

func (RgPydumpreqs) Build

func (c RgPydumpreqs) Build() Completed

type RgPyexecute

type RgPyexecute Incomplete

func (RgPyexecute) Function

func (c RgPyexecute) Function(function string) RgPyexecuteFunction

type RgPyexecuteDescription

type RgPyexecuteDescription Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (RgPyexecuteReplaceWith) Build

func (RgPyexecuteReplaceWith) Requirements

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

type RgPyexecuteRequirementsRequirements

type RgPyexecuteRequirementsRequirements Incomplete

func (RgPyexecuteRequirementsRequirements) Build

func (RgPyexecuteRequirementsRequirements) Requirements

type RgPyexecuteUnblocking

type RgPyexecuteUnblocking Incomplete

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 Incomplete

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 Incomplete

func (RgPystats) Build

func (c RgPystats) Build() Completed

type RgRefreshcluster

type RgRefreshcluster Incomplete

func (RgRefreshcluster) Build

func (c RgRefreshcluster) Build() Completed

type RgTrigger

type RgTrigger Incomplete

func (RgTrigger) Trigger

func (c RgTrigger) Trigger(trigger string) RgTriggerTrigger

type RgTriggerArgument

type RgTriggerArgument Incomplete

func (RgTriggerArgument) Argument

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

func (RgTriggerArgument) Build

func (c RgTriggerArgument) Build() Completed

type RgTriggerTrigger

type RgTriggerTrigger Incomplete

func (RgTriggerTrigger) Argument

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

type RgUnregister

type RgUnregister Incomplete

func (RgUnregister) Id

type RgUnregisterId

type RgUnregisterId Incomplete

func (RgUnregisterId) Build

func (c RgUnregisterId) Build() Completed

type Role

type Role Incomplete

func (Role) Build

func (c Role) Build() Completed

type Rpop

type Rpop Incomplete

func (Rpop) Key

func (c Rpop) Key(key string) RpopKey

type RpopCount

type RpopCount Incomplete

func (RpopCount) Build

func (c RpopCount) Build() Completed

type RpopKey

type RpopKey Incomplete

func (RpopKey) Build

func (c RpopKey) Build() Completed

func (RpopKey) Count

func (c RpopKey) Count(count int64) RpopCount

type Rpoplpush

type Rpoplpush Incomplete

func (Rpoplpush) Source

func (c Rpoplpush) Source(source string) RpoplpushSource

type RpoplpushDestination

type RpoplpushDestination Incomplete

func (RpoplpushDestination) Build

func (c RpoplpushDestination) Build() Completed

type RpoplpushSource

type RpoplpushSource Incomplete

func (RpoplpushSource) Destination

func (c RpoplpushSource) Destination(destination string) RpoplpushDestination

type Rpush

type Rpush Incomplete

func (Rpush) Key

func (c Rpush) Key(key string) RpushKey

type RpushElement

type RpushElement Incomplete

func (RpushElement) Build

func (c RpushElement) Build() Completed

func (RpushElement) Element

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

type RpushKey

type RpushKey Incomplete

func (RpushKey) Element

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

type Rpushx

type Rpushx Incomplete

func (Rpushx) Key

func (c Rpushx) Key(key string) RpushxKey

type RpushxElement

type RpushxElement Incomplete

func (RpushxElement) Build

func (c RpushxElement) Build() Completed

func (RpushxElement) Element

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

type RpushxKey

type RpushxKey Incomplete

func (RpushxKey) Element

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

type Sadd

type Sadd Incomplete

func (Sadd) Key

func (c Sadd) Key(key string) SaddKey

type SaddKey

type SaddKey Incomplete

func (SaddKey) Member

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

type SaddMember

type SaddMember Incomplete

func (SaddMember) Build

func (c SaddMember) Build() Completed

func (SaddMember) Member

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

type Save

type Save Incomplete

func (Save) Build

func (c Save) Build() Completed

type Scan

type Scan Incomplete

func (Scan) Cursor

func (c Scan) Cursor(cursor uint64) ScanCursor

type ScanCount

type ScanCount Incomplete

func (ScanCount) Build

func (c ScanCount) Build() Completed

func (ScanCount) Type

func (c ScanCount) Type(typ string) ScanType

type ScanCursor

type ScanCursor Incomplete

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 Incomplete

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 Incomplete

func (ScanType) Build

func (c ScanType) Build() Completed

type Scard

type Scard Incomplete

func (Scard) Key

func (c Scard) Key(key string) ScardKey

type ScardKey

type ScardKey Incomplete

func (ScardKey) Build

func (c ScardKey) Build() Completed

func (ScardKey) Cache

func (c ScardKey) Cache() Cacheable

type ScriptDebug

type ScriptDebug Incomplete

func (ScriptDebug) No

func (ScriptDebug) Sync

func (ScriptDebug) Yes

type ScriptDebugModeNo

type ScriptDebugModeNo Incomplete

func (ScriptDebugModeNo) Build

func (c ScriptDebugModeNo) Build() Completed

type ScriptDebugModeSync

type ScriptDebugModeSync Incomplete

func (ScriptDebugModeSync) Build

func (c ScriptDebugModeSync) Build() Completed

type ScriptDebugModeYes

type ScriptDebugModeYes Incomplete

func (ScriptDebugModeYes) Build

func (c ScriptDebugModeYes) Build() Completed

type ScriptExists

type ScriptExists Incomplete

func (ScriptExists) Sha1

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

type ScriptExistsSha1

type ScriptExistsSha1 Incomplete

func (ScriptExistsSha1) Build

func (c ScriptExistsSha1) Build() Completed

func (ScriptExistsSha1) Sha1

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

type ScriptFlush

type ScriptFlush Incomplete

func (ScriptFlush) Async

func (c ScriptFlush) Async() ScriptFlushAsync

func (ScriptFlush) Build

func (c ScriptFlush) Build() Completed

func (ScriptFlush) Sync

type ScriptFlushAsync

type ScriptFlushAsync Incomplete

func (ScriptFlushAsync) Build

func (c ScriptFlushAsync) Build() Completed

type ScriptFlushAsyncSync

type ScriptFlushAsyncSync Incomplete

func (ScriptFlushAsyncSync) Build

func (c ScriptFlushAsyncSync) Build() Completed

type ScriptKill

type ScriptKill Incomplete

func (ScriptKill) Build

func (c ScriptKill) Build() Completed

type ScriptLoad

type ScriptLoad Incomplete

func (ScriptLoad) Script

func (c ScriptLoad) Script(script string) ScriptLoadScript

type ScriptLoadScript

type ScriptLoadScript Incomplete

func (ScriptLoadScript) Build

func (c ScriptLoadScript) Build() Completed

type Sdiff

type Sdiff Incomplete

func (Sdiff) Key

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

type SdiffKey

type SdiffKey Incomplete

func (SdiffKey) Build

func (c SdiffKey) Build() Completed

func (SdiffKey) Key

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

type Sdiffstore

type Sdiffstore Incomplete

func (Sdiffstore) Destination

func (c Sdiffstore) Destination(destination string) SdiffstoreDestination

type SdiffstoreDestination

type SdiffstoreDestination Incomplete

func (SdiffstoreDestination) Key

type SdiffstoreKey

type SdiffstoreKey Incomplete

func (SdiffstoreKey) Build

func (c SdiffstoreKey) Build() Completed

func (SdiffstoreKey) Key

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

type Select

type Select Incomplete

func (Select) Index

func (c Select) Index(index int64) SelectIndex

type SelectIndex

type SelectIndex Incomplete

func (SelectIndex) Build

func (c SelectIndex) Build() Completed

type SentinelFailover

type SentinelFailover Incomplete

func (SentinelFailover) Master

type SentinelFailoverMaster

type SentinelFailoverMaster Incomplete

func (SentinelFailoverMaster) Build

type SentinelGetMasterAddrByName

type SentinelGetMasterAddrByName Incomplete

func (SentinelGetMasterAddrByName) Master

type SentinelGetMasterAddrByNameMaster

type SentinelGetMasterAddrByNameMaster Incomplete

func (SentinelGetMasterAddrByNameMaster) Build

type SentinelReplicas added in v1.0.6

type SentinelReplicas Incomplete

func (SentinelReplicas) Master added in v1.0.6

type SentinelReplicasMaster added in v1.0.6

type SentinelReplicasMaster Incomplete

func (SentinelReplicasMaster) Build added in v1.0.6

type SentinelSentinels

type SentinelSentinels Incomplete

func (SentinelSentinels) Master

type SentinelSentinelsMaster

type SentinelSentinelsMaster Incomplete

func (SentinelSentinelsMaster) Build

type Set

type Set Incomplete

func (Set) Key

func (c Set) Key(key string) SetKey

type SetConditionNx

type SetConditionNx Incomplete

func (SetConditionNx) Build

func (c SetConditionNx) Build() Completed

func (SetConditionNx) Ex added in v1.0.7

func (SetConditionNx) ExSeconds

func (c SetConditionNx) ExSeconds(seconds int64) SetExpirationExSeconds

func (SetConditionNx) Exat added in v1.0.7

func (SetConditionNx) ExatTimestamp

func (c SetConditionNx) ExatTimestamp(timestamp int64) SetExpirationExatTimestamp

func (SetConditionNx) Get

func (c SetConditionNx) Get() SetGet

func (SetConditionNx) Keepttl

func (SetConditionNx) Px added in v1.0.7

func (SetConditionNx) PxMilliseconds

func (c SetConditionNx) PxMilliseconds(milliseconds int64) SetExpirationPxMilliseconds

func (SetConditionNx) Pxat added in v1.0.7

func (SetConditionNx) PxatMillisecondsTimestamp

func (c SetConditionNx) PxatMillisecondsTimestamp(millisecondsTimestamp int64) SetExpirationPxatMillisecondsTimestamp

type SetConditionXx

type SetConditionXx Incomplete

func (SetConditionXx) Build

func (c SetConditionXx) Build() Completed

func (SetConditionXx) Ex added in v1.0.7

func (SetConditionXx) ExSeconds

func (c SetConditionXx) ExSeconds(seconds int64) SetExpirationExSeconds

func (SetConditionXx) Exat added in v1.0.7

func (SetConditionXx) ExatTimestamp

func (c SetConditionXx) ExatTimestamp(timestamp int64) SetExpirationExatTimestamp

func (SetConditionXx) Get

func (c SetConditionXx) Get() SetGet

func (SetConditionXx) Keepttl

func (SetConditionXx) Px added in v1.0.7

func (SetConditionXx) PxMilliseconds

func (c SetConditionXx) PxMilliseconds(milliseconds int64) SetExpirationPxMilliseconds

func (SetConditionXx) Pxat added in v1.0.7

func (SetConditionXx) PxatMillisecondsTimestamp

func (c SetConditionXx) PxatMillisecondsTimestamp(millisecondsTimestamp int64) SetExpirationPxatMillisecondsTimestamp

type SetExpirationExSecTyped added in v1.0.7

type SetExpirationExSecTyped Incomplete

func (SetExpirationExSecTyped) Build added in v1.0.7

type SetExpirationExSeconds

type SetExpirationExSeconds Incomplete

func (SetExpirationExSeconds) Build

type SetExpirationExatTimestamp

type SetExpirationExatTimestamp Incomplete

func (SetExpirationExatTimestamp) Build

type SetExpirationExatTimestampTyped added in v1.0.7

type SetExpirationExatTimestampTyped Incomplete

func (SetExpirationExatTimestampTyped) Build added in v1.0.7

type SetExpirationKeepttl

type SetExpirationKeepttl Incomplete

func (SetExpirationKeepttl) Build

func (c SetExpirationKeepttl) Build() Completed

type SetExpirationPxMilliseconds

type SetExpirationPxMilliseconds Incomplete

func (SetExpirationPxMilliseconds) Build

type SetExpirationPxMsTyped added in v1.0.7

type SetExpirationPxMsTyped Incomplete

func (SetExpirationPxMsTyped) Build added in v1.0.7

type SetExpirationPxatMillisecondsTimestamp

type SetExpirationPxatMillisecondsTimestamp Incomplete

func (SetExpirationPxatMillisecondsTimestamp) Build

type SetExpirationPxatMsTimestampTyped added in v1.0.7

type SetExpirationPxatMsTimestampTyped Incomplete

func (SetExpirationPxatMsTimestampTyped) Build added in v1.0.7

type SetGet

type SetGet Incomplete

func (SetGet) Build

func (c SetGet) Build() Completed

func (SetGet) Ex added in v1.0.7

func (SetGet) ExSeconds

func (c SetGet) ExSeconds(seconds int64) SetExpirationExSeconds

func (SetGet) Exat added in v1.0.7

func (c SetGet) Exat(timestamp time.Time) SetExpirationExatTimestampTyped

func (SetGet) ExatTimestamp

func (c SetGet) ExatTimestamp(timestamp int64) SetExpirationExatTimestamp

func (SetGet) Keepttl

func (c SetGet) Keepttl() SetExpirationKeepttl

func (SetGet) Px added in v1.0.7

func (c SetGet) Px(duration time.Duration) SetExpirationPxMsTyped

func (SetGet) PxMilliseconds

func (c SetGet) PxMilliseconds(milliseconds int64) SetExpirationPxMilliseconds

func (SetGet) Pxat added in v1.0.7

func (SetGet) PxatMillisecondsTimestamp

func (c SetGet) PxatMillisecondsTimestamp(millisecondsTimestamp int64) SetExpirationPxatMillisecondsTimestamp

type SetKey

type SetKey Incomplete

func (SetKey) Value

func (c SetKey) Value(value string) SetValue

type SetValue

type SetValue Incomplete

func (SetValue) Build

func (c SetValue) Build() Completed

func (SetValue) Ex added in v1.0.7

func (SetValue) ExSeconds

func (c SetValue) ExSeconds(seconds int64) SetExpirationExSeconds

func (SetValue) Exat added in v1.0.7

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) Px added in v1.0.7

func (SetValue) PxMilliseconds

func (c SetValue) PxMilliseconds(milliseconds int64) SetExpirationPxMilliseconds

func (SetValue) Pxat added in v1.0.7

func (SetValue) PxatMillisecondsTimestamp

func (c SetValue) PxatMillisecondsTimestamp(millisecondsTimestamp int64) SetExpirationPxatMillisecondsTimestamp

func (SetValue) Xx

func (c SetValue) Xx() SetConditionXx

type Setbit

type Setbit Incomplete

func (Setbit) Key

func (c Setbit) Key(key string) SetbitKey

type SetbitKey

type SetbitKey Incomplete

func (SetbitKey) Offset

func (c SetbitKey) Offset(offset int64) SetbitOffset

type SetbitOffset

type SetbitOffset Incomplete

func (SetbitOffset) Value

func (c SetbitOffset) Value(value int64) SetbitValue

type SetbitValue

type SetbitValue Incomplete

func (SetbitValue) Build

func (c SetbitValue) Build() Completed

type Setex

type Setex Incomplete

func (Setex) Key

func (c Setex) Key(key string) SetexKey

type SetexKey

type SetexKey Incomplete

func (SetexKey) Seconds

func (c SetexKey) Seconds(seconds int64) SetexSeconds

type SetexSeconds

type SetexSeconds Incomplete

func (SetexSeconds) Value

func (c SetexSeconds) Value(value string) SetexValue

type SetexValue

type SetexValue Incomplete

func (SetexValue) Build

func (c SetexValue) Build() Completed

type Setnx

type Setnx Incomplete

func (Setnx) Key

func (c Setnx) Key(key string) SetnxKey

type SetnxKey

type SetnxKey Incomplete

func (SetnxKey) Value

func (c SetnxKey) Value(value string) SetnxValue

type SetnxValue

type SetnxValue Incomplete

func (SetnxValue) Build

func (c SetnxValue) Build() Completed

type Setrange

type Setrange Incomplete

func (Setrange) Key

func (c Setrange) Key(key string) SetrangeKey

type SetrangeKey

type SetrangeKey Incomplete

func (SetrangeKey) Offset

func (c SetrangeKey) Offset(offset int64) SetrangeOffset

type SetrangeOffset

type SetrangeOffset Incomplete

func (SetrangeOffset) Value

func (c SetrangeOffset) Value(value string) SetrangeValue

type SetrangeValue

type SetrangeValue Incomplete

func (SetrangeValue) Build

func (c SetrangeValue) Build() Completed

type Shutdown

type Shutdown Incomplete

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 Incomplete

func (ShutdownAbort) Build

func (c ShutdownAbort) Build() Completed

type ShutdownForce

type ShutdownForce Incomplete

func (ShutdownForce) Abort

func (c ShutdownForce) Abort() ShutdownAbort

func (ShutdownForce) Build

func (c ShutdownForce) Build() Completed

type ShutdownNow

type ShutdownNow Incomplete

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 Incomplete

func (ShutdownSaveModeNosave) Abort

func (ShutdownSaveModeNosave) Build

func (ShutdownSaveModeNosave) Force

func (ShutdownSaveModeNosave) Now

type ShutdownSaveModeSave

type ShutdownSaveModeSave Incomplete

func (ShutdownSaveModeSave) Abort

func (ShutdownSaveModeSave) Build

func (c ShutdownSaveModeSave) Build() Completed

func (ShutdownSaveModeSave) Force

func (ShutdownSaveModeSave) Now

type Sinter

type Sinter Incomplete

func (Sinter) Key

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

type SinterKey

type SinterKey Incomplete

func (SinterKey) Build

func (c SinterKey) Build() Completed

func (SinterKey) Key

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

type Sintercard

type Sintercard Incomplete

func (Sintercard) Numkeys

func (c Sintercard) Numkeys(numkeys int64) SintercardNumkeys

type SintercardKey

type SintercardKey Incomplete

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 Incomplete

func (SintercardLimit) Build

func (c SintercardLimit) Build() Completed

type SintercardNumkeys

type SintercardNumkeys Incomplete

func (SintercardNumkeys) Key

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

type Sinterstore

type Sinterstore Incomplete

func (Sinterstore) Destination

func (c Sinterstore) Destination(destination string) SinterstoreDestination

type SinterstoreDestination

type SinterstoreDestination Incomplete

func (SinterstoreDestination) Key

type SinterstoreKey

type SinterstoreKey Incomplete

func (SinterstoreKey) Build

func (c SinterstoreKey) Build() Completed

func (SinterstoreKey) Key

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

type Sismember

type Sismember Incomplete

func (Sismember) Key

func (c Sismember) Key(key string) SismemberKey

type SismemberKey

type SismemberKey Incomplete

func (SismemberKey) Member

func (c SismemberKey) Member(member string) SismemberMember

type SismemberMember

type SismemberMember Incomplete

func (SismemberMember) Build

func (c SismemberMember) Build() Completed

func (SismemberMember) Cache

func (c SismemberMember) Cache() Cacheable

type Slaveof

type Slaveof Incomplete

func (Slaveof) Host

func (c Slaveof) Host(host string) SlaveofArgsHostPortHost

func (Slaveof) No added in v1.0.21

func (c Slaveof) No() SlaveofArgsNoOneNo

type SlaveofArgsHostPortHost added in v1.0.21

type SlaveofArgsHostPortHost Incomplete

func (SlaveofArgsHostPortHost) Port added in v1.0.21

type SlaveofArgsHostPortPort added in v1.0.21

type SlaveofArgsHostPortPort Incomplete

func (SlaveofArgsHostPortPort) Build added in v1.0.21

type SlaveofArgsNoOneNo added in v1.0.21

type SlaveofArgsNoOneNo Incomplete

func (SlaveofArgsNoOneNo) One added in v1.0.21

type SlaveofArgsNoOneOne added in v1.0.21

type SlaveofArgsNoOneOne Incomplete

func (SlaveofArgsNoOneOne) Build added in v1.0.21

func (c SlaveofArgsNoOneOne) Build() Completed

type SlowlogGet

type SlowlogGet Incomplete

func (SlowlogGet) Build

func (c SlowlogGet) Build() Completed

func (SlowlogGet) Count

func (c SlowlogGet) Count(count int64) SlowlogGetCount

type SlowlogGetCount

type SlowlogGetCount Incomplete

func (SlowlogGetCount) Build

func (c SlowlogGetCount) Build() Completed

type SlowlogHelp

type SlowlogHelp Incomplete

func (SlowlogHelp) Build

func (c SlowlogHelp) Build() Completed

type SlowlogLen

type SlowlogLen Incomplete

func (SlowlogLen) Build

func (c SlowlogLen) Build() Completed

type SlowlogReset

type SlowlogReset Incomplete

func (SlowlogReset) Build

func (c SlowlogReset) Build() Completed

type Smembers

type Smembers Incomplete

func (Smembers) Key

func (c Smembers) Key(key string) SmembersKey

type SmembersKey

type SmembersKey Incomplete

func (SmembersKey) Build

func (c SmembersKey) Build() Completed

func (SmembersKey) Cache

func (c SmembersKey) Cache() Cacheable

type Smismember

type Smismember Incomplete

func (Smismember) Key

func (c Smismember) Key(key string) SmismemberKey

type SmismemberKey

type SmismemberKey Incomplete

func (SmismemberKey) Member

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

type SmismemberMember

type SmismemberMember Incomplete

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 Incomplete

func (Smove) Source

func (c Smove) Source(source string) SmoveSource

type SmoveDestination

type SmoveDestination Incomplete

func (SmoveDestination) Member

func (c SmoveDestination) Member(member string) SmoveMember

type SmoveMember

type SmoveMember Incomplete

func (SmoveMember) Build

func (c SmoveMember) Build() Completed

type SmoveSource

type SmoveSource Incomplete

func (SmoveSource) Destination

func (c SmoveSource) Destination(destination string) SmoveDestination

type Sort

type Sort Incomplete

func (Sort) Key

func (c Sort) Key(key string) SortKey

type SortBy

type SortBy Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (SortRo) Key

func (c SortRo) Key(key string) SortRoKey

type SortRoBy

type SortRoBy Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (SortRoOrderAsc) Alpha

func (SortRoOrderAsc) Build

func (c SortRoOrderAsc) Build() Completed

func (SortRoOrderAsc) Cache

func (c SortRoOrderAsc) Cache() Cacheable

type SortRoOrderDesc

type SortRoOrderDesc Incomplete

func (SortRoOrderDesc) Alpha

func (SortRoOrderDesc) Build

func (c SortRoOrderDesc) Build() Completed

func (SortRoOrderDesc) Cache

func (c SortRoOrderDesc) Cache() Cacheable

type SortRoSortingAlpha

type SortRoSortingAlpha Incomplete

func (SortRoSortingAlpha) Build

func (c SortRoSortingAlpha) Build() Completed

func (SortRoSortingAlpha) Cache

func (c SortRoSortingAlpha) Cache() Cacheable

type SortSortingAlpha

type SortSortingAlpha Incomplete

func (SortSortingAlpha) Build

func (c SortSortingAlpha) Build() Completed

func (SortSortingAlpha) Store

func (c SortSortingAlpha) Store(destination string) SortStore

type SortStore

type SortStore Incomplete

func (SortStore) Build

func (c SortStore) Build() Completed

type Spop

type Spop Incomplete

func (Spop) Key

func (c Spop) Key(key string) SpopKey

type SpopCount

type SpopCount Incomplete

func (SpopCount) Build

func (c SpopCount) Build() Completed

type SpopKey

type SpopKey Incomplete

func (SpopKey) Build

func (c SpopKey) Build() Completed

func (SpopKey) Count

func (c SpopKey) Count(count int64) SpopCount

type Spublish

type Spublish Incomplete

func (Spublish) Channel

func (c Spublish) Channel(channel string) SpublishChannel

type SpublishChannel

type SpublishChannel Incomplete

func (SpublishChannel) Message

func (c SpublishChannel) Message(message string) SpublishMessage

type SpublishMessage

type SpublishMessage Incomplete

func (SpublishMessage) Build

func (c SpublishMessage) Build() Completed

type Srandmember

type Srandmember Incomplete

func (Srandmember) Key

func (c Srandmember) Key(key string) SrandmemberKey

type SrandmemberCount

type SrandmemberCount Incomplete

func (SrandmemberCount) Build

func (c SrandmemberCount) Build() Completed

type SrandmemberKey

type SrandmemberKey Incomplete

func (SrandmemberKey) Build

func (c SrandmemberKey) Build() Completed

func (SrandmemberKey) Count

func (c SrandmemberKey) Count(count int64) SrandmemberCount

type Srem

type Srem Incomplete

func (Srem) Key

func (c Srem) Key(key string) SremKey

type SremKey

type SremKey Incomplete

func (SremKey) Member

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

type SremMember

type SremMember Incomplete

func (SremMember) Build

func (c SremMember) Build() Completed

func (SremMember) Member

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

type Sscan

type Sscan Incomplete

func (Sscan) Key

func (c Sscan) Key(key string) SscanKey

type SscanCount

type SscanCount Incomplete

func (SscanCount) Build

func (c SscanCount) Build() Completed

type SscanCursor

type SscanCursor Incomplete

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 Incomplete

func (SscanKey) Cursor

func (c SscanKey) Cursor(cursor uint64) SscanCursor

type SscanMatch

type SscanMatch Incomplete

func (SscanMatch) Build

func (c SscanMatch) Build() Completed

func (SscanMatch) Count

func (c SscanMatch) Count(count int64) SscanCount

type Ssubscribe

type Ssubscribe Incomplete

func (Ssubscribe) Channel

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

type SsubscribeChannel

type SsubscribeChannel Incomplete

func (SsubscribeChannel) Build

func (c SsubscribeChannel) Build() Completed

func (SsubscribeChannel) Channel

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

type Strlen

type Strlen Incomplete

func (Strlen) Key

func (c Strlen) Key(key string) StrlenKey

type StrlenKey

type StrlenKey Incomplete

func (StrlenKey) Build

func (c StrlenKey) Build() Completed

func (StrlenKey) Cache

func (c StrlenKey) Cache() Cacheable

type Subscribe

type Subscribe Incomplete

func (Subscribe) Channel

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

type SubscribeChannel

type SubscribeChannel Incomplete

func (SubscribeChannel) Build

func (c SubscribeChannel) Build() Completed

func (SubscribeChannel) Channel

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

type Sunion

type Sunion Incomplete

func (Sunion) Key

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

type SunionKey

type SunionKey Incomplete

func (SunionKey) Build

func (c SunionKey) Build() Completed

func (SunionKey) Key

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

type Sunionstore

type Sunionstore Incomplete

func (Sunionstore) Destination

func (c Sunionstore) Destination(destination string) SunionstoreDestination

type SunionstoreDestination

type SunionstoreDestination Incomplete

func (SunionstoreDestination) Key

type SunionstoreKey

type SunionstoreKey Incomplete

func (SunionstoreKey) Build

func (c SunionstoreKey) Build() Completed

func (SunionstoreKey) Key

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

type Sunsubscribe

type Sunsubscribe Incomplete

func (Sunsubscribe) Build

func (c Sunsubscribe) Build() Completed

func (Sunsubscribe) Channel

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

type SunsubscribeChannel

type SunsubscribeChannel Incomplete

func (SunsubscribeChannel) Build

func (c SunsubscribeChannel) Build() Completed

func (SunsubscribeChannel) Channel

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

type Swapdb

type Swapdb Incomplete

func (Swapdb) Index1

func (c Swapdb) Index1(index1 int64) SwapdbIndex1

type SwapdbIndex1

type SwapdbIndex1 Incomplete

func (SwapdbIndex1) Index2

func (c SwapdbIndex1) Index2(index2 int64) SwapdbIndex2

type SwapdbIndex2

type SwapdbIndex2 Incomplete

func (SwapdbIndex2) Build

func (c SwapdbIndex2) Build() Completed

type Sync

type Sync Incomplete

func (Sync) Build

func (c Sync) Build() Completed

type TdigestAdd

type TdigestAdd Incomplete

func (TdigestAdd) Key

func (c TdigestAdd) Key(key string) TdigestAddKey

type TdigestAddKey

type TdigestAddKey Incomplete

func (TdigestAddKey) Value

type TdigestAddValuesValue

type TdigestAddValuesValue Incomplete

func (TdigestAddValuesValue) Build

func (c TdigestAddValuesValue) Build() Completed

func (TdigestAddValuesValue) Value

type TdigestByrank

type TdigestByrank Incomplete

func (TdigestByrank) Key

type TdigestByrankKey

type TdigestByrankKey Incomplete

func (TdigestByrankKey) Rank

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

type TdigestByrankRank

type TdigestByrankRank Incomplete

func (TdigestByrankRank) Build

func (c TdigestByrankRank) Build() Completed

func (TdigestByrankRank) Rank

type TdigestByrevrank

type TdigestByrevrank Incomplete

func (TdigestByrevrank) Key

type TdigestByrevrankKey

type TdigestByrevrankKey Incomplete

func (TdigestByrevrankKey) ReverseRank

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

type TdigestByrevrankReverseRank

type TdigestByrevrankReverseRank Incomplete

func (TdigestByrevrankReverseRank) Build

func (TdigestByrevrankReverseRank) ReverseRank

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

type TdigestCdf

type TdigestCdf Incomplete

func (TdigestCdf) Key

func (c TdigestCdf) Key(key string) TdigestCdfKey

type TdigestCdfKey

type TdigestCdfKey Incomplete

func (TdigestCdfKey) Value

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

type TdigestCdfValue

type TdigestCdfValue Incomplete

func (TdigestCdfValue) Build

func (c TdigestCdfValue) Build() Completed

func (TdigestCdfValue) Value

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

type TdigestCreate

type TdigestCreate Incomplete

func (TdigestCreate) Key

type TdigestCreateCompression

type TdigestCreateCompression Incomplete

func (TdigestCreateCompression) Build

type TdigestCreateKey

type TdigestCreateKey Incomplete

func (TdigestCreateKey) Build

func (c TdigestCreateKey) Build() Completed

func (TdigestCreateKey) Compression

func (c TdigestCreateKey) Compression(compression int64) TdigestCreateCompression

type TdigestInfo

type TdigestInfo Incomplete

func (TdigestInfo) Key

func (c TdigestInfo) Key(key string) TdigestInfoKey

type TdigestInfoKey

type TdigestInfoKey Incomplete

func (TdigestInfoKey) Build

func (c TdigestInfoKey) Build() Completed

type TdigestMax

type TdigestMax Incomplete

func (TdigestMax) Key

func (c TdigestMax) Key(key string) TdigestMaxKey

type TdigestMaxKey

type TdigestMaxKey Incomplete

func (TdigestMaxKey) Build

func (c TdigestMaxKey) Build() Completed

type TdigestMerge

type TdigestMerge Incomplete

func (TdigestMerge) DestinationKey

func (c TdigestMerge) DestinationKey(destinationKey string) TdigestMergeDestinationKey

type TdigestMergeConfigCompression

type TdigestMergeConfigCompression Incomplete

func (TdigestMergeConfigCompression) Build

func (TdigestMergeConfigCompression) Override

type TdigestMergeDestinationKey

type TdigestMergeDestinationKey Incomplete

func (TdigestMergeDestinationKey) Numkeys

type TdigestMergeNumkeys

type TdigestMergeNumkeys Incomplete

func (TdigestMergeNumkeys) SourceKey

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

type TdigestMergeOverride

type TdigestMergeOverride Incomplete

func (TdigestMergeOverride) Build

func (c TdigestMergeOverride) Build() Completed

type TdigestMergeSourceKey

type TdigestMergeSourceKey Incomplete

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 Incomplete

func (TdigestMin) Key

func (c TdigestMin) Key(key string) TdigestMinKey

type TdigestMinKey

type TdigestMinKey Incomplete

func (TdigestMinKey) Build

func (c TdigestMinKey) Build() Completed

type TdigestQuantile

type TdigestQuantile Incomplete

func (TdigestQuantile) Key

type TdigestQuantileKey

type TdigestQuantileKey Incomplete

func (TdigestQuantileKey) Quantile

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

type TdigestQuantileQuantile

type TdigestQuantileQuantile Incomplete

func (TdigestQuantileQuantile) Build

func (TdigestQuantileQuantile) Quantile

type TdigestRank

type TdigestRank Incomplete

func (TdigestRank) Key

func (c TdigestRank) Key(key string) TdigestRankKey

type TdigestRankKey

type TdigestRankKey Incomplete

func (TdigestRankKey) Value

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

type TdigestRankValue

type TdigestRankValue Incomplete

func (TdigestRankValue) Build

func (c TdigestRankValue) Build() Completed

func (TdigestRankValue) Value

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

type TdigestReset

type TdigestReset Incomplete

func (TdigestReset) Key

func (c TdigestReset) Key(key string) TdigestResetKey

type TdigestResetKey

type TdigestResetKey Incomplete

func (TdigestResetKey) Build

func (c TdigestResetKey) Build() Completed

type TdigestRevrank

type TdigestRevrank Incomplete

func (TdigestRevrank) Key

type TdigestRevrankKey

type TdigestRevrankKey Incomplete

func (TdigestRevrankKey) Value

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

type TdigestRevrankValue

type TdigestRevrankValue Incomplete

func (TdigestRevrankValue) Build

func (c TdigestRevrankValue) Build() Completed

func (TdigestRevrankValue) Value

type TdigestTrimmedMean

type TdigestTrimmedMean Incomplete

func (TdigestTrimmedMean) Key

type TdigestTrimmedMeanHighCutQuantile

type TdigestTrimmedMeanHighCutQuantile Incomplete

func (TdigestTrimmedMeanHighCutQuantile) Build

type TdigestTrimmedMeanKey

type TdigestTrimmedMeanKey Incomplete

func (TdigestTrimmedMeanKey) LowCutQuantile

func (c TdigestTrimmedMeanKey) LowCutQuantile(lowCutQuantile float64) TdigestTrimmedMeanLowCutQuantile

type TdigestTrimmedMeanLowCutQuantile

type TdigestTrimmedMeanLowCutQuantile Incomplete

func (TdigestTrimmedMeanLowCutQuantile) HighCutQuantile

type Tfcall added in v1.0.16

type Tfcall Incomplete

func (Tfcall) LibraryFunction added in v1.0.16

func (c Tfcall) LibraryFunction(libraryFunction string) TfcallLibraryFunction

type TfcallArg added in v1.0.16

type TfcallArg Incomplete

func (TfcallArg) Arg added in v1.0.16

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

func (TfcallArg) Build added in v1.0.16

func (c TfcallArg) Build() Completed

type TfcallKey added in v1.0.16

type TfcallKey Incomplete

func (TfcallKey) Arg added in v1.0.16

func (c TfcallKey) Arg(arg ...string) TfcallArg

func (TfcallKey) Build added in v1.0.16

func (c TfcallKey) Build() Completed

func (TfcallKey) Key added in v1.0.16

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

type TfcallLibraryFunction added in v1.0.16

type TfcallLibraryFunction Incomplete

func (TfcallLibraryFunction) Numkeys added in v1.0.16

func (c TfcallLibraryFunction) Numkeys(numkeys int64) TfcallNumkeys

type TfcallNumkeys added in v1.0.16

type TfcallNumkeys Incomplete

func (TfcallNumkeys) Arg added in v1.0.16

func (c TfcallNumkeys) Arg(arg ...string) TfcallArg

func (TfcallNumkeys) Build added in v1.0.16

func (c TfcallNumkeys) Build() Completed

func (TfcallNumkeys) Key added in v1.0.16

func (c TfcallNumkeys) Key(key ...string) TfcallKey

type Tfcallasync added in v1.0.16

type Tfcallasync Incomplete

func (Tfcallasync) LibraryFunction added in v1.0.16

func (c Tfcallasync) LibraryFunction(libraryFunction string) TfcallasyncLibraryFunction

type TfcallasyncArg added in v1.0.16

type TfcallasyncArg Incomplete

func (TfcallasyncArg) Arg added in v1.0.16

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

func (TfcallasyncArg) Build added in v1.0.16

func (c TfcallasyncArg) Build() Completed

type TfcallasyncKey added in v1.0.16

type TfcallasyncKey Incomplete

func (TfcallasyncKey) Arg added in v1.0.16

func (c TfcallasyncKey) Arg(arg ...string) TfcallasyncArg

func (TfcallasyncKey) Build added in v1.0.16

func (c TfcallasyncKey) Build() Completed

func (TfcallasyncKey) Key added in v1.0.16

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

type TfcallasyncLibraryFunction added in v1.0.16

type TfcallasyncLibraryFunction Incomplete

func (TfcallasyncLibraryFunction) Numkeys added in v1.0.16

type TfcallasyncNumkeys added in v1.0.16

type TfcallasyncNumkeys Incomplete

func (TfcallasyncNumkeys) Arg added in v1.0.16

func (TfcallasyncNumkeys) Build added in v1.0.16

func (c TfcallasyncNumkeys) Build() Completed

func (TfcallasyncNumkeys) Key added in v1.0.16

type TfunctionDelete added in v1.0.16

type TfunctionDelete Incomplete

func (TfunctionDelete) LibraryName added in v1.0.16

func (c TfunctionDelete) LibraryName(libraryName string) TfunctionDeleteLibraryName

type TfunctionDeleteLibraryName added in v1.0.16

type TfunctionDeleteLibraryName Incomplete

func (TfunctionDeleteLibraryName) Build added in v1.0.16

type TfunctionList added in v1.0.16

type TfunctionList Incomplete

func (TfunctionList) Build added in v1.0.16

func (c TfunctionList) Build() Completed

func (TfunctionList) LibraryName added in v1.0.16

func (c TfunctionList) LibraryName(libraryName string) TfunctionListLibraryName

func (TfunctionList) V added in v1.0.16

func (TfunctionList) Verbose added in v1.0.16

func (c TfunctionList) Verbose() TfunctionListVerbose

func (TfunctionList) Withcode added in v1.0.16

func (c TfunctionList) Withcode() TfunctionListWithcode

type TfunctionListLibraryName added in v1.0.16

type TfunctionListLibraryName Incomplete

func (TfunctionListLibraryName) Build added in v1.0.16

func (TfunctionListLibraryName) V added in v1.0.16

func (TfunctionListLibraryName) Verbose added in v1.0.16

func (TfunctionListLibraryName) Withcode added in v1.0.16

type TfunctionListV added in v1.0.16

type TfunctionListV Incomplete

func (TfunctionListV) Build added in v1.0.16

func (c TfunctionListV) Build() Completed

type TfunctionListVerbose added in v1.0.16

type TfunctionListVerbose Incomplete

func (TfunctionListVerbose) Build added in v1.0.16

func (c TfunctionListVerbose) Build() Completed

func (TfunctionListVerbose) V added in v1.0.16

type TfunctionListWithcode added in v1.0.16

type TfunctionListWithcode Incomplete

func (TfunctionListWithcode) Build added in v1.0.16

func (c TfunctionListWithcode) Build() Completed

func (TfunctionListWithcode) V added in v1.0.16

func (TfunctionListWithcode) Verbose added in v1.0.16

type TfunctionLoad added in v1.0.16

type TfunctionLoad Incomplete

func (TfunctionLoad) Config added in v1.0.16

func (c TfunctionLoad) Config(config string) TfunctionLoadConfig

func (TfunctionLoad) LibraryCode added in v1.0.16

func (c TfunctionLoad) LibraryCode(libraryCode string) TfunctionLoadLibraryCode

func (TfunctionLoad) Replace added in v1.0.16

func (c TfunctionLoad) Replace() TfunctionLoadReplace

type TfunctionLoadConfig added in v1.0.16

type TfunctionLoadConfig Incomplete

func (TfunctionLoadConfig) LibraryCode added in v1.0.16

func (c TfunctionLoadConfig) LibraryCode(libraryCode string) TfunctionLoadLibraryCode

type TfunctionLoadLibraryCode added in v1.0.16

type TfunctionLoadLibraryCode Incomplete

func (TfunctionLoadLibraryCode) Build added in v1.0.16

type TfunctionLoadReplace added in v1.0.16

type TfunctionLoadReplace Incomplete

func (TfunctionLoadReplace) Config added in v1.0.16

func (TfunctionLoadReplace) LibraryCode added in v1.0.16

func (c TfunctionLoadReplace) LibraryCode(libraryCode string) TfunctionLoadLibraryCode

type Time

type Time Incomplete

func (Time) Build

func (c Time) Build() Completed

type TopkAdd

type TopkAdd Incomplete

func (TopkAdd) Key

func (c TopkAdd) Key(key string) TopkAddKey

type TopkAddItems

type TopkAddItems Incomplete

func (TopkAddItems) Build

func (c TopkAddItems) Build() Completed

func (TopkAddItems) Items

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

type TopkAddKey

type TopkAddKey Incomplete

func (TopkAddKey) Items

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

type TopkCount

type TopkCount Incomplete

func (TopkCount) Key

func (c TopkCount) Key(key string) TopkCountKey

type TopkCountItem

type TopkCountItem Incomplete

func (TopkCountItem) Build

func (c TopkCountItem) Build() Completed

func (TopkCountItem) Item

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

type TopkCountKey

type TopkCountKey Incomplete

func (TopkCountKey) Item

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

type TopkIncrby

type TopkIncrby Incomplete

func (TopkIncrby) Key

func (c TopkIncrby) Key(key string) TopkIncrbyKey

type TopkIncrbyItemsIncrement

type TopkIncrbyItemsIncrement Incomplete

func (TopkIncrbyItemsIncrement) Build

func (TopkIncrbyItemsIncrement) Item

type TopkIncrbyItemsItem

type TopkIncrbyItemsItem Incomplete

func (TopkIncrbyItemsItem) Increment

func (c TopkIncrbyItemsItem) Increment(increment int64) TopkIncrbyItemsIncrement

type TopkIncrbyKey

type TopkIncrbyKey Incomplete

func (TopkIncrbyKey) Item

type TopkInfo

type TopkInfo Incomplete

func (TopkInfo) Key

func (c TopkInfo) Key(key string) TopkInfoKey

type TopkInfoKey

type TopkInfoKey Incomplete

func (TopkInfoKey) Build

func (c TopkInfoKey) Build() Completed

func (TopkInfoKey) Cache

func (c TopkInfoKey) Cache() Cacheable

type TopkList

type TopkList Incomplete

func (TopkList) Key

func (c TopkList) Key(key string) TopkListKey

type TopkListKey

type TopkListKey Incomplete

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 Incomplete

func (TopkListWithcount) Build

func (c TopkListWithcount) Build() Completed

func (TopkListWithcount) Cache

func (c TopkListWithcount) Cache() Cacheable

type TopkQuery

type TopkQuery Incomplete

func (TopkQuery) Key

func (c TopkQuery) Key(key string) TopkQueryKey

type TopkQueryItem

type TopkQueryItem Incomplete

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 Incomplete

func (TopkQueryKey) Item

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

type TopkReserve

type TopkReserve Incomplete

func (TopkReserve) Key

func (c TopkReserve) Key(key string) TopkReserveKey

type TopkReserveKey

type TopkReserveKey Incomplete

func (TopkReserveKey) Topk

func (c TopkReserveKey) Topk(topk int64) TopkReserveTopk

type TopkReserveParamsDecay

type TopkReserveParamsDecay Incomplete

func (TopkReserveParamsDecay) Build

type TopkReserveParamsDepth

type TopkReserveParamsDepth Incomplete

func (TopkReserveParamsDepth) Decay

type TopkReserveParamsWidth

type TopkReserveParamsWidth Incomplete

func (TopkReserveParamsWidth) Depth

type TopkReserveTopk

type TopkReserveTopk Incomplete

func (TopkReserveTopk) Build

func (c TopkReserveTopk) Build() Completed

func (TopkReserveTopk) Width

type Touch

type Touch Incomplete

func (Touch) Key

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

type TouchKey

type TouchKey Incomplete

func (TouchKey) Build

func (c TouchKey) Build() Completed

func (TouchKey) Key

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

type TsAdd

type TsAdd Incomplete

func (TsAdd) Key

func (c TsAdd) Key(key string) TsAddKey

type TsAddChunkSize

type TsAddChunkSize Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (TsAddKey) Timestamp

func (c TsAddKey) Timestamp(timestamp string) TsAddTimestamp

type TsAddLabels

type TsAddLabels Incomplete

func (TsAddLabels) Build

func (c TsAddLabels) Build() Completed

func (TsAddLabels) Labels

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

type TsAddOnDuplicateBlock

type TsAddOnDuplicateBlock Incomplete

func (TsAddOnDuplicateBlock) Build

func (c TsAddOnDuplicateBlock) Build() Completed

func (TsAddOnDuplicateBlock) Labels

type TsAddOnDuplicateFirst

type TsAddOnDuplicateFirst Incomplete

func (TsAddOnDuplicateFirst) Build

func (c TsAddOnDuplicateFirst) Build() Completed

func (TsAddOnDuplicateFirst) Labels

type TsAddOnDuplicateLast

type TsAddOnDuplicateLast Incomplete

func (TsAddOnDuplicateLast) Build

func (c TsAddOnDuplicateLast) Build() Completed

func (TsAddOnDuplicateLast) Labels

func (c TsAddOnDuplicateLast) Labels() TsAddLabels

type TsAddOnDuplicateMax

type TsAddOnDuplicateMax Incomplete

func (TsAddOnDuplicateMax) Build

func (c TsAddOnDuplicateMax) Build() Completed

func (TsAddOnDuplicateMax) Labels

func (c TsAddOnDuplicateMax) Labels() TsAddLabels

type TsAddOnDuplicateMin

type TsAddOnDuplicateMin Incomplete

func (TsAddOnDuplicateMin) Build

func (c TsAddOnDuplicateMin) Build() Completed

func (TsAddOnDuplicateMin) Labels

func (c TsAddOnDuplicateMin) Labels() TsAddLabels

type TsAddOnDuplicateSum

type TsAddOnDuplicateSum Incomplete

func (TsAddOnDuplicateSum) Build

func (c TsAddOnDuplicateSum) Build() Completed

func (TsAddOnDuplicateSum) Labels

func (c TsAddOnDuplicateSum) Labels() TsAddLabels

type TsAddRetention

type TsAddRetention Incomplete

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 Incomplete

func (TsAddTimestamp) Value

func (c TsAddTimestamp) Value(value float64) TsAddValue

type TsAddValue

type TsAddValue Incomplete

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 Incomplete

func (TsAlter) Key

func (c TsAlter) Key(key string) TsAlterKey

type TsAlterChunkSize

type TsAlterChunkSize Incomplete

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 Incomplete

func (TsAlterDuplicatePolicyBlock) Build

func (TsAlterDuplicatePolicyBlock) Labels

type TsAlterDuplicatePolicyFirst

type TsAlterDuplicatePolicyFirst Incomplete

func (TsAlterDuplicatePolicyFirst) Build

func (TsAlterDuplicatePolicyFirst) Labels

type TsAlterDuplicatePolicyLast

type TsAlterDuplicatePolicyLast Incomplete

func (TsAlterDuplicatePolicyLast) Build

func (TsAlterDuplicatePolicyLast) Labels

type TsAlterDuplicatePolicyMax

type TsAlterDuplicatePolicyMax Incomplete

func (TsAlterDuplicatePolicyMax) Build

func (TsAlterDuplicatePolicyMax) Labels

type TsAlterDuplicatePolicyMin

type TsAlterDuplicatePolicyMin Incomplete

func (TsAlterDuplicatePolicyMin) Build

func (TsAlterDuplicatePolicyMin) Labels

type TsAlterDuplicatePolicySum

type TsAlterDuplicatePolicySum Incomplete

func (TsAlterDuplicatePolicySum) Build

func (TsAlterDuplicatePolicySum) Labels

type TsAlterKey

type TsAlterKey Incomplete

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 Incomplete

func (TsAlterLabels) Build

func (c TsAlterLabels) Build() Completed

func (TsAlterLabels) Labels

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

type TsAlterRetention

type TsAlterRetention Incomplete

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 Incomplete

func (TsCreate) Key

func (c TsCreate) Key(key string) TsCreateKey

type TsCreateChunkSize

type TsCreateChunkSize Incomplete

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 Incomplete

func (TsCreateDuplicatePolicyBlock) Build

func (TsCreateDuplicatePolicyBlock) Labels

type TsCreateDuplicatePolicyFirst

type TsCreateDuplicatePolicyFirst Incomplete

func (TsCreateDuplicatePolicyFirst) Build

func (TsCreateDuplicatePolicyFirst) Labels

type TsCreateDuplicatePolicyLast

type TsCreateDuplicatePolicyLast Incomplete

func (TsCreateDuplicatePolicyLast) Build

func (TsCreateDuplicatePolicyLast) Labels

type TsCreateDuplicatePolicyMax

type TsCreateDuplicatePolicyMax Incomplete

func (TsCreateDuplicatePolicyMax) Build

func (TsCreateDuplicatePolicyMax) Labels

type TsCreateDuplicatePolicyMin

type TsCreateDuplicatePolicyMin Incomplete

func (TsCreateDuplicatePolicyMin) Build

func (TsCreateDuplicatePolicyMin) Labels

type TsCreateDuplicatePolicySum

type TsCreateDuplicatePolicySum Incomplete

func (TsCreateDuplicatePolicySum) Build

func (TsCreateDuplicatePolicySum) Labels

type TsCreateEncodingCompressed

type TsCreateEncodingCompressed Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (TsCreateLabels) Build

func (c TsCreateLabels) Build() Completed

func (TsCreateLabels) Labels

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

type TsCreateRetention

type TsCreateRetention Incomplete

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 Incomplete

func (TsCreaterule) Sourcekey

func (c TsCreaterule) Sourcekey(sourcekey string) TsCreateruleSourcekey

type TsCreateruleAggregationAvg

type TsCreateruleAggregationAvg Incomplete

func (TsCreateruleAggregationAvg) Bucketduration

func (c TsCreateruleAggregationAvg) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationCount

type TsCreateruleAggregationCount Incomplete

func (TsCreateruleAggregationCount) Bucketduration

func (c TsCreateruleAggregationCount) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationFirst

type TsCreateruleAggregationFirst Incomplete

func (TsCreateruleAggregationFirst) Bucketduration

func (c TsCreateruleAggregationFirst) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationLast

type TsCreateruleAggregationLast Incomplete

func (TsCreateruleAggregationLast) Bucketduration

func (c TsCreateruleAggregationLast) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationMax

type TsCreateruleAggregationMax Incomplete

func (TsCreateruleAggregationMax) Bucketduration

func (c TsCreateruleAggregationMax) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationMin

type TsCreateruleAggregationMin Incomplete

func (TsCreateruleAggregationMin) Bucketduration

func (c TsCreateruleAggregationMin) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationRange

type TsCreateruleAggregationRange Incomplete

func (TsCreateruleAggregationRange) Bucketduration

func (c TsCreateruleAggregationRange) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationStdP

type TsCreateruleAggregationStdP Incomplete

func (TsCreateruleAggregationStdP) Bucketduration

func (c TsCreateruleAggregationStdP) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationStdS

type TsCreateruleAggregationStdS Incomplete

func (TsCreateruleAggregationStdS) Bucketduration

func (c TsCreateruleAggregationStdS) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationSum

type TsCreateruleAggregationSum Incomplete

func (TsCreateruleAggregationSum) Bucketduration

func (c TsCreateruleAggregationSum) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationTwa

type TsCreateruleAggregationTwa Incomplete

func (TsCreateruleAggregationTwa) Bucketduration

func (c TsCreateruleAggregationTwa) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationVarP

type TsCreateruleAggregationVarP Incomplete

func (TsCreateruleAggregationVarP) Bucketduration

func (c TsCreateruleAggregationVarP) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAggregationVarS

type TsCreateruleAggregationVarS Incomplete

func (TsCreateruleAggregationVarS) Bucketduration

func (c TsCreateruleAggregationVarS) Bucketduration(bucketduration int64) TsCreateruleBucketduration

type TsCreateruleAligntimestamp

type TsCreateruleAligntimestamp Incomplete

func (TsCreateruleAligntimestamp) Build

type TsCreateruleBucketduration

type TsCreateruleBucketduration Incomplete

func (TsCreateruleBucketduration) Aligntimestamp

func (c TsCreateruleBucketduration) Aligntimestamp(aligntimestamp int64) TsCreateruleAligntimestamp

func (TsCreateruleBucketduration) Build

type TsCreateruleDestkey

type TsCreateruleDestkey Incomplete

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 Incomplete

func (TsCreateruleSourcekey) Destkey

type TsDecrby

type TsDecrby Incomplete

func (TsDecrby) Key

func (c TsDecrby) Key(key string) TsDecrbyKey

type TsDecrbyChunkSize

type TsDecrbyChunkSize Incomplete

func (TsDecrbyChunkSize) Build

func (c TsDecrbyChunkSize) Build() Completed

func (TsDecrbyChunkSize) Labels

func (c TsDecrbyChunkSize) Labels() TsDecrbyLabels

type TsDecrbyKey

type TsDecrbyKey Incomplete

func (TsDecrbyKey) Value

func (c TsDecrbyKey) Value(value float64) TsDecrbyValue

type TsDecrbyLabels

type TsDecrbyLabels Incomplete

func (TsDecrbyLabels) Build

func (c TsDecrbyLabels) Build() Completed

func (TsDecrbyLabels) Labels

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

type TsDecrbyRetention

type TsDecrbyRetention Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 string) TsDecrbyTimestamp

func (TsDecrbyValue) Uncompressed

func (c TsDecrbyValue) Uncompressed() TsDecrbyUncompressed

type TsDel

type TsDel Incomplete

func (TsDel) Key

func (c TsDel) Key(key string) TsDelKey

type TsDelFromTimestamp

type TsDelFromTimestamp Incomplete

func (TsDelFromTimestamp) ToTimestamp

func (c TsDelFromTimestamp) ToTimestamp(toTimestamp int64) TsDelToTimestamp

type TsDelKey

type TsDelKey Incomplete

func (TsDelKey) FromTimestamp

func (c TsDelKey) FromTimestamp(fromTimestamp int64) TsDelFromTimestamp

type TsDelToTimestamp

type TsDelToTimestamp Incomplete

func (TsDelToTimestamp) Build

func (c TsDelToTimestamp) Build() Completed

type TsDeleterule

type TsDeleterule Incomplete

func (TsDeleterule) Sourcekey

func (c TsDeleterule) Sourcekey(sourcekey string) TsDeleteruleSourcekey

type TsDeleteruleDestkey

type TsDeleteruleDestkey Incomplete

func (TsDeleteruleDestkey) Build

func (c TsDeleteruleDestkey) Build() Completed

type TsDeleteruleSourcekey

type TsDeleteruleSourcekey Incomplete

func (TsDeleteruleSourcekey) Destkey

type TsGet

type TsGet Incomplete

func (TsGet) Key

func (c TsGet) Key(key string) TsGetKey

type TsGetKey

type TsGetKey Incomplete

func (TsGetKey) Build

func (c TsGetKey) Build() Completed

func (TsGetKey) Latest

func (c TsGetKey) Latest() TsGetLatest

type TsGetLatest

type TsGetLatest Incomplete

func (TsGetLatest) Build

func (c TsGetLatest) Build() Completed

type TsIncrby

type TsIncrby Incomplete

func (TsIncrby) Key

func (c TsIncrby) Key(key string) TsIncrbyKey

type TsIncrbyChunkSize

type TsIncrbyChunkSize Incomplete

func (TsIncrbyChunkSize) Build

func (c TsIncrbyChunkSize) Build() Completed

func (TsIncrbyChunkSize) Labels

func (c TsIncrbyChunkSize) Labels() TsIncrbyLabels

type TsIncrbyKey

type TsIncrbyKey Incomplete

func (TsIncrbyKey) Value

func (c TsIncrbyKey) Value(value float64) TsIncrbyValue

type TsIncrbyLabels

type TsIncrbyLabels Incomplete

func (TsIncrbyLabels) Build

func (c TsIncrbyLabels) Build() Completed

func (TsIncrbyLabels) Labels

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

type TsIncrbyRetention

type TsIncrbyRetention Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 string) TsIncrbyTimestamp

func (TsIncrbyValue) Uncompressed

func (c TsIncrbyValue) Uncompressed() TsIncrbyUncompressed

type TsInfo

type TsInfo Incomplete

func (TsInfo) Key

func (c TsInfo) Key(key string) TsInfoKey

type TsInfoDebug

type TsInfoDebug Incomplete

func (TsInfoDebug) Build

func (c TsInfoDebug) Build() Completed

type TsInfoKey

type TsInfoKey Incomplete

func (TsInfoKey) Build

func (c TsInfoKey) Build() Completed

func (TsInfoKey) Debug

func (c TsInfoKey) Debug(debug string) TsInfoDebug

type TsMadd

type TsMadd Incomplete

func (TsMadd) KeyTimestampValue

func (c TsMadd) KeyTimestampValue() TsMaddKeyTimestampValue

type TsMaddKeyTimestampValue

type TsMaddKeyTimestampValue Incomplete

func (TsMaddKeyTimestampValue) Build

func (TsMaddKeyTimestampValue) KeyTimestampValue

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

type TsMget

type TsMget Incomplete

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 Incomplete

func (TsMgetFilter) Build

func (c TsMgetFilter) Build() Completed

func (TsMgetFilter) Filter

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

type TsMgetLatest

type TsMgetLatest Incomplete

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 Incomplete

func (TsMgetSelectedLabels) Filter

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

type TsMgetWithlabels

type TsMgetWithlabels Incomplete

func (TsMgetWithlabels) Filter

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

type TsMrange

type TsMrange Incomplete

func (TsMrange) Fromtimestamp

func (c TsMrange) Fromtimestamp(fromtimestamp string) TsMrangeFromtimestamp

type TsMrangeAggregationAggregationAvg

type TsMrangeAggregationAggregationAvg Incomplete

func (TsMrangeAggregationAggregationAvg) Bucketduration

type TsMrangeAggregationAggregationCount

type TsMrangeAggregationAggregationCount Incomplete

func (TsMrangeAggregationAggregationCount) Bucketduration

type TsMrangeAggregationAggregationFirst

type TsMrangeAggregationAggregationFirst Incomplete

func (TsMrangeAggregationAggregationFirst) Bucketduration

type TsMrangeAggregationAggregationLast

type TsMrangeAggregationAggregationLast Incomplete

func (TsMrangeAggregationAggregationLast) Bucketduration

type TsMrangeAggregationAggregationMax

type TsMrangeAggregationAggregationMax Incomplete

func (TsMrangeAggregationAggregationMax) Bucketduration

type TsMrangeAggregationAggregationMin

type TsMrangeAggregationAggregationMin Incomplete

func (TsMrangeAggregationAggregationMin) Bucketduration

type TsMrangeAggregationAggregationRange

type TsMrangeAggregationAggregationRange Incomplete

func (TsMrangeAggregationAggregationRange) Bucketduration

type TsMrangeAggregationAggregationStdP

type TsMrangeAggregationAggregationStdP Incomplete

func (TsMrangeAggregationAggregationStdP) Bucketduration

type TsMrangeAggregationAggregationStdS

type TsMrangeAggregationAggregationStdS Incomplete

func (TsMrangeAggregationAggregationStdS) Bucketduration

type TsMrangeAggregationAggregationSum

type TsMrangeAggregationAggregationSum Incomplete

func (TsMrangeAggregationAggregationSum) Bucketduration

type TsMrangeAggregationAggregationTwa

type TsMrangeAggregationAggregationTwa Incomplete

func (TsMrangeAggregationAggregationTwa) Bucketduration

type TsMrangeAggregationAggregationVarP

type TsMrangeAggregationAggregationVarP Incomplete

func (TsMrangeAggregationAggregationVarP) Bucketduration

type TsMrangeAggregationAggregationVarS

type TsMrangeAggregationAggregationVarS Incomplete

func (TsMrangeAggregationAggregationVarS) Bucketduration

type TsMrangeAggregationBucketduration

type TsMrangeAggregationBucketduration Incomplete

func (TsMrangeAggregationBucketduration) Buckettimestamp

func (TsMrangeAggregationBucketduration) Empty

func (TsMrangeAggregationBucketduration) Filter

type TsMrangeAggregationBuckettimestamp

type TsMrangeAggregationBuckettimestamp Incomplete

func (TsMrangeAggregationBuckettimestamp) Empty

func (TsMrangeAggregationBuckettimestamp) Filter

type TsMrangeAggregationEmpty

type TsMrangeAggregationEmpty Incomplete

func (TsMrangeAggregationEmpty) Filter

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

type TsMrangeAlign

type TsMrangeAlign Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (TsMrangeFromtimestamp) Totimestamp

func (c TsMrangeFromtimestamp) Totimestamp(totimestamp string) TsMrangeTotimestamp

type TsMrangeGroupby

type TsMrangeGroupby Incomplete

func (TsMrangeGroupby) Build

func (c TsMrangeGroupby) Build() Completed

type TsMrangeLatest

type TsMrangeLatest Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (TsMrevrange) Fromtimestamp

func (c TsMrevrange) Fromtimestamp(fromtimestamp string) TsMrevrangeFromtimestamp

type TsMrevrangeAggregationAggregationAvg

type TsMrevrangeAggregationAggregationAvg Incomplete

func (TsMrevrangeAggregationAggregationAvg) Bucketduration

type TsMrevrangeAggregationAggregationCount

type TsMrevrangeAggregationAggregationCount Incomplete

func (TsMrevrangeAggregationAggregationCount) Bucketduration

type TsMrevrangeAggregationAggregationFirst

type TsMrevrangeAggregationAggregationFirst Incomplete

func (TsMrevrangeAggregationAggregationFirst) Bucketduration

type TsMrevrangeAggregationAggregationLast

type TsMrevrangeAggregationAggregationLast Incomplete

func (TsMrevrangeAggregationAggregationLast) Bucketduration

type TsMrevrangeAggregationAggregationMax

type TsMrevrangeAggregationAggregationMax Incomplete

func (TsMrevrangeAggregationAggregationMax) Bucketduration

type TsMrevrangeAggregationAggregationMin

type TsMrevrangeAggregationAggregationMin Incomplete

func (TsMrevrangeAggregationAggregationMin) Bucketduration

type TsMrevrangeAggregationAggregationRange

type TsMrevrangeAggregationAggregationRange Incomplete

func (TsMrevrangeAggregationAggregationRange) Bucketduration

type TsMrevrangeAggregationAggregationStdP

type TsMrevrangeAggregationAggregationStdP Incomplete

func (TsMrevrangeAggregationAggregationStdP) Bucketduration

type TsMrevrangeAggregationAggregationStdS

type TsMrevrangeAggregationAggregationStdS Incomplete

func (TsMrevrangeAggregationAggregationStdS) Bucketduration

type TsMrevrangeAggregationAggregationSum

type TsMrevrangeAggregationAggregationSum Incomplete

func (TsMrevrangeAggregationAggregationSum) Bucketduration

type TsMrevrangeAggregationAggregationTwa

type TsMrevrangeAggregationAggregationTwa Incomplete

func (TsMrevrangeAggregationAggregationTwa) Bucketduration

type TsMrevrangeAggregationAggregationVarP

type TsMrevrangeAggregationAggregationVarP Incomplete

func (TsMrevrangeAggregationAggregationVarP) Bucketduration

type TsMrevrangeAggregationAggregationVarS

type TsMrevrangeAggregationAggregationVarS Incomplete

func (TsMrevrangeAggregationAggregationVarS) Bucketduration

type TsMrevrangeAggregationBucketduration

type TsMrevrangeAggregationBucketduration Incomplete

func (TsMrevrangeAggregationBucketduration) Buckettimestamp

func (TsMrevrangeAggregationBucketduration) Empty

func (TsMrevrangeAggregationBucketduration) Filter

type TsMrevrangeAggregationBuckettimestamp

type TsMrevrangeAggregationBuckettimestamp Incomplete

func (TsMrevrangeAggregationBuckettimestamp) Empty

func (TsMrevrangeAggregationBuckettimestamp) Filter

type TsMrevrangeAggregationEmpty

type TsMrevrangeAggregationEmpty Incomplete

func (TsMrevrangeAggregationEmpty) Filter

type TsMrevrangeAlign

type TsMrevrangeAlign Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (TsMrevrangeFromtimestamp) Totimestamp

func (c TsMrevrangeFromtimestamp) Totimestamp(totimestamp string) TsMrevrangeTotimestamp

type TsMrevrangeGroupby

type TsMrevrangeGroupby Incomplete

func (TsMrevrangeGroupby) Build

func (c TsMrevrangeGroupby) Build() Completed

type TsMrevrangeLatest

type TsMrevrangeLatest Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (TsQueryindex) Filter

func (c TsQueryindex) Filter(filter ...string) TsQueryindexFilter

type TsQueryindexFilter

type TsQueryindexFilter Incomplete

func (TsQueryindexFilter) Build

func (c TsQueryindexFilter) Build() Completed

func (TsQueryindexFilter) Filter

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

type TsRange

type TsRange Incomplete

func (TsRange) Key

func (c TsRange) Key(key string) TsRangeKey

type TsRangeAggregationAggregationAvg

type TsRangeAggregationAggregationAvg Incomplete

func (TsRangeAggregationAggregationAvg) Bucketduration

type TsRangeAggregationAggregationCount

type TsRangeAggregationAggregationCount Incomplete

func (TsRangeAggregationAggregationCount) Bucketduration

type TsRangeAggregationAggregationFirst

type TsRangeAggregationAggregationFirst Incomplete

func (TsRangeAggregationAggregationFirst) Bucketduration

type TsRangeAggregationAggregationLast

type TsRangeAggregationAggregationLast Incomplete

func (TsRangeAggregationAggregationLast) Bucketduration

type TsRangeAggregationAggregationMax

type TsRangeAggregationAggregationMax Incomplete

func (TsRangeAggregationAggregationMax) Bucketduration

type TsRangeAggregationAggregationMin

type TsRangeAggregationAggregationMin Incomplete

func (TsRangeAggregationAggregationMin) Bucketduration

type TsRangeAggregationAggregationRange

type TsRangeAggregationAggregationRange Incomplete

func (TsRangeAggregationAggregationRange) Bucketduration

type TsRangeAggregationAggregationStdP

type TsRangeAggregationAggregationStdP Incomplete

func (TsRangeAggregationAggregationStdP) Bucketduration

type TsRangeAggregationAggregationStdS

type TsRangeAggregationAggregationStdS Incomplete

func (TsRangeAggregationAggregationStdS) Bucketduration

type TsRangeAggregationAggregationSum

type TsRangeAggregationAggregationSum Incomplete

func (TsRangeAggregationAggregationSum) Bucketduration

type TsRangeAggregationAggregationTwa

type TsRangeAggregationAggregationTwa Incomplete

func (TsRangeAggregationAggregationTwa) Bucketduration

type TsRangeAggregationAggregationVarP

type TsRangeAggregationAggregationVarP Incomplete

func (TsRangeAggregationAggregationVarP) Bucketduration

type TsRangeAggregationAggregationVarS

type TsRangeAggregationAggregationVarS Incomplete

func (TsRangeAggregationAggregationVarS) Bucketduration

type TsRangeAggregationBucketduration

type TsRangeAggregationBucketduration Incomplete

func (TsRangeAggregationBucketduration) Buckettimestamp

func (TsRangeAggregationBucketduration) Build

func (TsRangeAggregationBucketduration) Empty

type TsRangeAggregationBuckettimestamp

type TsRangeAggregationBuckettimestamp Incomplete

func (TsRangeAggregationBuckettimestamp) Build

func (TsRangeAggregationBuckettimestamp) Empty

type TsRangeAggregationEmpty

type TsRangeAggregationEmpty Incomplete

func (TsRangeAggregationEmpty) Build

type TsRangeAlign

type TsRangeAlign Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (TsRangeFromtimestamp) Totimestamp

func (c TsRangeFromtimestamp) Totimestamp(totimestamp string) TsRangeTotimestamp

type TsRangeKey

type TsRangeKey Incomplete

func (TsRangeKey) Fromtimestamp

func (c TsRangeKey) Fromtimestamp(fromtimestamp string) TsRangeFromtimestamp

type TsRangeLatest

type TsRangeLatest Incomplete

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 Incomplete

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 Incomplete

func (TsRevrange) Key

func (c TsRevrange) Key(key string) TsRevrangeKey

type TsRevrangeAggregationAggregationAvg

type TsRevrangeAggregationAggregationAvg Incomplete

func (TsRevrangeAggregationAggregationAvg) Bucketduration

type TsRevrangeAggregationAggregationCount

type TsRevrangeAggregationAggregationCount Incomplete

func (TsRevrangeAggregationAggregationCount) Bucketduration

type TsRevrangeAggregationAggregationFirst

type TsRevrangeAggregationAggregationFirst Incomplete

func (TsRevrangeAggregationAggregationFirst) Bucketduration

type TsRevrangeAggregationAggregationLast

type TsRevrangeAggregationAggregationLast Incomplete

func (TsRevrangeAggregationAggregationLast) Bucketduration

type TsRevrangeAggregationAggregationMax

type TsRevrangeAggregationAggregationMax Incomplete

func (TsRevrangeAggregationAggregationMax) Bucketduration

type TsRevrangeAggregationAggregationMin

type TsRevrangeAggregationAggregationMin Incomplete

func (TsRevrangeAggregationAggregationMin) Bucketduration

type TsRevrangeAggregationAggregationRange

type TsRevrangeAggregationAggregationRange Incomplete

func (TsRevrangeAggregationAggregationRange) Bucketduration

type TsRevrangeAggregationAggregationStdP

type TsRevrangeAggregationAggregationStdP Incomplete

func (TsRevrangeAggregationAggregationStdP) Bucketduration

type TsRevrangeAggregationAggregationStdS

type TsRevrangeAggregationAggregationStdS Incomplete

func (TsRevrangeAggregationAggregationStdS) Bucketduration

type TsRevrangeAggregationAggregationSum

type TsRevrangeAggregationAggregationSum Incomplete

func (TsRevrangeAggregationAggregationSum) Bucketduration

type TsRevrangeAggregationAggregationTwa

type TsRevrangeAggregationAggregationTwa Incomplete

func (TsRevrangeAggregationAggregationTwa) Bucketduration

type TsRevrangeAggregationAggregationVarP

type TsRevrangeAggregationAggregationVarP Incomplete

func (TsRevrangeAggregationAggregationVarP) Bucketduration

type TsRevrangeAggregationAggregationVarS

type TsRevrangeAggregationAggregationVarS Incomplete

func (TsRevrangeAggregationAggregationVarS) Bucketduration

type TsRevrangeAggregationBucketduration

type TsRevrangeAggregationBucketduration Incomplete

func (TsRevrangeAggregationBucketduration) Buckettimestamp

func (TsRevrangeAggregationBucketduration) Build

func (TsRevrangeAggregationBucketduration) Empty

type TsRevrangeAggregationBuckettimestamp

type TsRevrangeAggregationBuckettimestamp Incomplete

func (TsRevrangeAggregationBuckettimestamp) Build

func (TsRevrangeAggregationBuckettimestamp) Empty

type TsRevrangeAggregationEmpty

type TsRevrangeAggregationEmpty Incomplete

func (TsRevrangeAggregationEmpty) Build

type TsRevrangeAlign

type TsRevrangeAlign Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (TsRevrangeFromtimestamp) Totimestamp

func (c TsRevrangeFromtimestamp) Totimestamp(totimestamp string) TsRevrangeTotimestamp

type TsRevrangeKey

type TsRevrangeKey Incomplete

func (TsRevrangeKey) Fromtimestamp

func (c TsRevrangeKey) Fromtimestamp(fromtimestamp string) TsRevrangeFromtimestamp

type TsRevrangeLatest

type TsRevrangeLatest Incomplete

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 Incomplete

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 Incomplete

func (Ttl) Key

func (c Ttl) Key(key string) TtlKey

type TtlKey

type TtlKey Incomplete

func (TtlKey) Build

func (c TtlKey) Build() Completed

func (TtlKey) Cache

func (c TtlKey) Cache() Cacheable

type Type

type Type Incomplete

func (Type) Key

func (c Type) Key(key string) TypeKey

type TypeKey

type TypeKey Incomplete

func (TypeKey) Build

func (c TypeKey) Build() Completed

func (TypeKey) Cache

func (c TypeKey) Cache() Cacheable
type Unlink Incomplete

func (Unlink) Key

func (c Unlink) Key(key ...string) UnlinkKey

type UnlinkKey

type UnlinkKey Incomplete

func (UnlinkKey) Build

func (c UnlinkKey) Build() Completed

func (UnlinkKey) Key

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

type Unsubscribe

type Unsubscribe Incomplete

func (Unsubscribe) Build

func (c Unsubscribe) Build() Completed

func (Unsubscribe) Channel

func (c Unsubscribe) Channel(channel ...string) UnsubscribeChannel

type UnsubscribeChannel

type UnsubscribeChannel Incomplete

func (UnsubscribeChannel) Build

func (c UnsubscribeChannel) Build() Completed

func (UnsubscribeChannel) Channel

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

type Unwatch

type Unwatch Incomplete

func (Unwatch) Build

func (c Unwatch) Build() Completed

type Wait

type Wait Incomplete

func (Wait) Numreplicas

func (c Wait) Numreplicas(numreplicas int64) WaitNumreplicas

type WaitNumreplicas

type WaitNumreplicas Incomplete

func (WaitNumreplicas) Timeout

func (c WaitNumreplicas) Timeout(timeout int64) WaitTimeout

type WaitTimeout

type WaitTimeout Incomplete

func (WaitTimeout) Build

func (c WaitTimeout) Build() Completed

type Waitaof

type Waitaof Incomplete

func (Waitaof) Numlocal

func (c Waitaof) Numlocal(numlocal int64) WaitaofNumlocal

type WaitaofNumlocal

type WaitaofNumlocal Incomplete

func (WaitaofNumlocal) Numreplicas

func (c WaitaofNumlocal) Numreplicas(numreplicas int64) WaitaofNumreplicas

type WaitaofNumreplicas

type WaitaofNumreplicas Incomplete

func (WaitaofNumreplicas) Timeout

func (c WaitaofNumreplicas) Timeout(timeout int64) WaitaofTimeout

type WaitaofTimeout

type WaitaofTimeout Incomplete

func (WaitaofTimeout) Build

func (c WaitaofTimeout) Build() Completed

type Watch

type Watch Incomplete

func (Watch) Key

func (c Watch) Key(key ...string) WatchKey

type WatchKey

type WatchKey Incomplete

func (WatchKey) Build

func (c WatchKey) Build() Completed

func (WatchKey) Key

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

type Xack

type Xack Incomplete

func (Xack) Key

func (c Xack) Key(key string) XackKey

type XackGroup

type XackGroup Incomplete

func (XackGroup) Id

func (c XackGroup) Id(id ...string) XackId

type XackId

type XackId Incomplete

func (XackId) Build

func (c XackId) Build() Completed

func (XackId) Id

func (c XackId) Id(id ...string) XackId

type XackKey

type XackKey Incomplete

func (XackKey) Group

func (c XackKey) Group(group string) XackGroup

type Xadd

type Xadd Incomplete

func (Xadd) Key

func (c Xadd) Key(key string) XaddKey

type XaddFieldValue

type XaddFieldValue Incomplete

func (XaddFieldValue) Build

func (c XaddFieldValue) Build() Completed

func (XaddFieldValue) FieldValue

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

type XaddId

type XaddId Incomplete

func (XaddId) FieldValue

func (c XaddId) FieldValue() XaddFieldValue

type XaddKey

type XaddKey Incomplete

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 Incomplete

func (XaddNomkstream) Id

func (c XaddNomkstream) Id(id string) XaddId

func (XaddNomkstream) Maxlen

func (XaddNomkstream) Minid

type XaddTrimLimit

type XaddTrimLimit Incomplete

func (XaddTrimLimit) Id

func (c XaddTrimLimit) Id(id string) XaddId

type XaddTrimOperatorAlmost

type XaddTrimOperatorAlmost Incomplete

func (XaddTrimOperatorAlmost) Threshold

func (c XaddTrimOperatorAlmost) Threshold(threshold string) XaddTrimThreshold

type XaddTrimOperatorExact

type XaddTrimOperatorExact Incomplete

func (XaddTrimOperatorExact) Threshold

func (c XaddTrimOperatorExact) Threshold(threshold string) XaddTrimThreshold

type XaddTrimStrategyMaxlen

type XaddTrimStrategyMaxlen Incomplete

func (XaddTrimStrategyMaxlen) Almost

func (XaddTrimStrategyMaxlen) Exact

func (XaddTrimStrategyMaxlen) Threshold

func (c XaddTrimStrategyMaxlen) Threshold(threshold string) XaddTrimThreshold

type XaddTrimStrategyMinid

type XaddTrimStrategyMinid Incomplete

func (XaddTrimStrategyMinid) Almost

func (XaddTrimStrategyMinid) Exact

func (XaddTrimStrategyMinid) Threshold

func (c XaddTrimStrategyMinid) Threshold(threshold string) XaddTrimThreshold

type XaddTrimThreshold

type XaddTrimThreshold Incomplete

func (XaddTrimThreshold) Id

func (c XaddTrimThreshold) Id(id string) XaddId

func (XaddTrimThreshold) Limit

func (c XaddTrimThreshold) Limit(count int64) XaddTrimLimit

type Xautoclaim

type Xautoclaim Incomplete

func (Xautoclaim) Key

func (c Xautoclaim) Key(key string) XautoclaimKey

type XautoclaimConsumer

type XautoclaimConsumer Incomplete

func (XautoclaimConsumer) MinIdleTime

func (c XautoclaimConsumer) MinIdleTime(minIdleTime string) XautoclaimMinIdleTime

type XautoclaimCount

type XautoclaimCount Incomplete

func (XautoclaimCount) Build

func (c XautoclaimCount) Build() Completed

func (XautoclaimCount) Justid

func (c XautoclaimCount) Justid() XautoclaimJustid

type XautoclaimGroup

type XautoclaimGroup Incomplete

func (XautoclaimGroup) Consumer

func (c XautoclaimGroup) Consumer(consumer string) XautoclaimConsumer

type XautoclaimJustid

type XautoclaimJustid Incomplete

func (XautoclaimJustid) Build

func (c XautoclaimJustid) Build() Completed

type XautoclaimKey

type XautoclaimKey Incomplete

func (XautoclaimKey) Group

func (c XautoclaimKey) Group(group string) XautoclaimGroup

type XautoclaimMinIdleTime

type XautoclaimMinIdleTime Incomplete

func (XautoclaimMinIdleTime) Start

type XautoclaimStart

type XautoclaimStart Incomplete

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 Incomplete

func (Xclaim) Key

func (c Xclaim) Key(key string) XclaimKey

type XclaimConsumer

type XclaimConsumer Incomplete

func (XclaimConsumer) MinIdleTime

func (c XclaimConsumer) MinIdleTime(minIdleTime string) XclaimMinIdleTime

type XclaimForce

type XclaimForce Incomplete

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 Incomplete

func (XclaimGroup) Consumer

func (c XclaimGroup) Consumer(consumer string) XclaimConsumer

type XclaimId

type XclaimId Incomplete

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 Incomplete

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 Incomplete

func (XclaimJustid) Build

func (c XclaimJustid) Build() Completed

func (XclaimJustid) Lastid

func (c XclaimJustid) Lastid() XclaimLastid

type XclaimKey

type XclaimKey Incomplete

func (XclaimKey) Group

func (c XclaimKey) Group(group string) XclaimGroup

type XclaimLastid

type XclaimLastid Incomplete

func (XclaimLastid) Build

func (c XclaimLastid) Build() Completed

type XclaimMinIdleTime

type XclaimMinIdleTime Incomplete

func (XclaimMinIdleTime) Id

func (c XclaimMinIdleTime) Id(id ...string) XclaimId

type XclaimRetrycount

type XclaimRetrycount Incomplete

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 Incomplete

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 Incomplete

func (Xdel) Key

func (c Xdel) Key(key string) XdelKey

type XdelId

type XdelId Incomplete

func (XdelId) Build

func (c XdelId) Build() Completed

func (XdelId) Id

func (c XdelId) Id(id ...string) XdelId

type XdelKey

type XdelKey Incomplete

func (XdelKey) Id

func (c XdelKey) Id(id ...string) XdelId

type XgroupCreate

type XgroupCreate Incomplete

func (XgroupCreate) Key

func (c XgroupCreate) Key(key string) XgroupCreateKey

type XgroupCreateEntriesread

type XgroupCreateEntriesread Incomplete

func (XgroupCreateEntriesread) Build

type XgroupCreateGroup

type XgroupCreateGroup Incomplete

func (XgroupCreateGroup) Id

type XgroupCreateId

type XgroupCreateId Incomplete

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 Incomplete

func (XgroupCreateKey) Group

func (c XgroupCreateKey) Group(group string) XgroupCreateGroup

type XgroupCreateMkstream

type XgroupCreateMkstream Incomplete

func (XgroupCreateMkstream) Build

func (c XgroupCreateMkstream) Build() Completed

func (XgroupCreateMkstream) Entriesread

func (c XgroupCreateMkstream) Entriesread(entriesRead int64) XgroupCreateEntriesread

type XgroupCreateconsumer

type XgroupCreateconsumer Incomplete

func (XgroupCreateconsumer) Key

type XgroupCreateconsumerConsumer

type XgroupCreateconsumerConsumer Incomplete

func (XgroupCreateconsumerConsumer) Build

type XgroupCreateconsumerGroup

type XgroupCreateconsumerGroup Incomplete

func (XgroupCreateconsumerGroup) Consumer

type XgroupCreateconsumerKey

type XgroupCreateconsumerKey Incomplete

func (XgroupCreateconsumerKey) Group

type XgroupDelconsumer

type XgroupDelconsumer Incomplete

func (XgroupDelconsumer) Key

type XgroupDelconsumerConsumername

type XgroupDelconsumerConsumername Incomplete

func (XgroupDelconsumerConsumername) Build

type XgroupDelconsumerGroup

type XgroupDelconsumerGroup Incomplete

func (XgroupDelconsumerGroup) Consumername

func (c XgroupDelconsumerGroup) Consumername(consumername string) XgroupDelconsumerConsumername

type XgroupDelconsumerKey

type XgroupDelconsumerKey Incomplete

func (XgroupDelconsumerKey) Group

type XgroupDestroy

type XgroupDestroy Incomplete

func (XgroupDestroy) Key

type XgroupDestroyGroup

type XgroupDestroyGroup Incomplete

func (XgroupDestroyGroup) Build

func (c XgroupDestroyGroup) Build() Completed

type XgroupDestroyKey

type XgroupDestroyKey Incomplete

func (XgroupDestroyKey) Group

type XgroupHelp

type XgroupHelp Incomplete

func (XgroupHelp) Build

func (c XgroupHelp) Build() Completed

type XgroupSetid

type XgroupSetid Incomplete

func (XgroupSetid) Key

func (c XgroupSetid) Key(key string) XgroupSetidKey

type XgroupSetidEntriesread

type XgroupSetidEntriesread Incomplete

func (XgroupSetidEntriesread) Build

type XgroupSetidGroup

type XgroupSetidGroup Incomplete

func (XgroupSetidGroup) Id

type XgroupSetidId

type XgroupSetidId Incomplete

func (XgroupSetidId) Build

func (c XgroupSetidId) Build() Completed

func (XgroupSetidId) Entriesread

func (c XgroupSetidId) Entriesread(entriesRead int64) XgroupSetidEntriesread

type XgroupSetidKey

type XgroupSetidKey Incomplete

func (XgroupSetidKey) Group

func (c XgroupSetidKey) Group(group string) XgroupSetidGroup

type XinfoConsumers

type XinfoConsumers Incomplete

func (XinfoConsumers) Key

type XinfoConsumersGroup

type XinfoConsumersGroup Incomplete

func (XinfoConsumersGroup) Build

func (c XinfoConsumersGroup) Build() Completed

type XinfoConsumersKey

type XinfoConsumersKey Incomplete

func (XinfoConsumersKey) Group

type XinfoGroups

type XinfoGroups Incomplete

func (XinfoGroups) Key

func (c XinfoGroups) Key(key string) XinfoGroupsKey

type XinfoGroupsKey

type XinfoGroupsKey Incomplete

func (XinfoGroupsKey) Build

func (c XinfoGroupsKey) Build() Completed

type XinfoHelp

type XinfoHelp Incomplete

func (XinfoHelp) Build

func (c XinfoHelp) Build() Completed

type XinfoStream

type XinfoStream Incomplete

func (XinfoStream) Key

func (c XinfoStream) Key(key string) XinfoStreamKey

type XinfoStreamFullCount

type XinfoStreamFullCount Incomplete

func (XinfoStreamFullCount) Build

func (c XinfoStreamFullCount) Build() Completed

type XinfoStreamFullFull

type XinfoStreamFullFull Incomplete

func (XinfoStreamFullFull) Build

func (c XinfoStreamFullFull) Build() Completed

func (XinfoStreamFullFull) Count

type XinfoStreamKey

type XinfoStreamKey Incomplete

func (XinfoStreamKey) Build

func (c XinfoStreamKey) Build() Completed

func (XinfoStreamKey) Full

type Xlen

type Xlen Incomplete

func (Xlen) Key

func (c Xlen) Key(key string) XlenKey

type XlenKey

type XlenKey Incomplete

func (XlenKey) Build

func (c XlenKey) Build() Completed

type Xpending

type Xpending Incomplete

func (Xpending) Key

func (c Xpending) Key(key string) XpendingKey

type XpendingFiltersConsumer

type XpendingFiltersConsumer Incomplete

func (XpendingFiltersConsumer) Build

type XpendingFiltersCount

type XpendingFiltersCount Incomplete

func (XpendingFiltersCount) Build

func (c XpendingFiltersCount) Build() Completed

func (XpendingFiltersCount) Consumer

type XpendingFiltersEnd

type XpendingFiltersEnd Incomplete

func (XpendingFiltersEnd) Count

type XpendingFiltersIdle

type XpendingFiltersIdle Incomplete

func (XpendingFiltersIdle) Start

type XpendingFiltersStart

type XpendingFiltersStart Incomplete

func (XpendingFiltersStart) End

type XpendingGroup

type XpendingGroup Incomplete

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 Incomplete

func (XpendingKey) Group

func (c XpendingKey) Group(group string) XpendingGroup

type Xrange

type Xrange Incomplete

func (Xrange) Key

func (c Xrange) Key(key string) XrangeKey

type XrangeCount

type XrangeCount Incomplete

func (XrangeCount) Build

func (c XrangeCount) Build() Completed

type XrangeEnd

type XrangeEnd Incomplete

func (XrangeEnd) Build

func (c XrangeEnd) Build() Completed

func (XrangeEnd) Count

func (c XrangeEnd) Count(count int64) XrangeCount

type XrangeKey

type XrangeKey Incomplete

func (XrangeKey) Start

func (c XrangeKey) Start(start string) XrangeStart

type XrangeStart

type XrangeStart Incomplete

func (XrangeStart) End

func (c XrangeStart) End(end string) XrangeEnd

type Xread

type Xread Incomplete

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 Incomplete

func (XreadBlock) Streams

func (c XreadBlock) Streams() XreadStreams

type XreadCount

type XreadCount Incomplete

func (XreadCount) Block

func (c XreadCount) Block(milliseconds int64) XreadBlock

func (XreadCount) Streams

func (c XreadCount) Streams() XreadStreams

type XreadId

type XreadId Incomplete

func (XreadId) Build

func (c XreadId) Build() Completed

func (XreadId) Id

func (c XreadId) Id(id ...string) XreadId

type XreadKey

type XreadKey Incomplete

func (XreadKey) Id

func (c XreadKey) Id(id ...string) XreadId

func (XreadKey) Key

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

type XreadStreams

type XreadStreams Incomplete

func (XreadStreams) Key

func (c XreadStreams) Key(key ...string) XreadKey

type Xreadgroup

type Xreadgroup Incomplete

func (Xreadgroup) Group

func (c Xreadgroup) Group(group string, consumer string) XreadgroupGroup

type XreadgroupBlock

type XreadgroupBlock Incomplete

func (XreadgroupBlock) Noack

func (c XreadgroupBlock) Noack() XreadgroupNoack

func (XreadgroupBlock) Streams

func (c XreadgroupBlock) Streams() XreadgroupStreams

type XreadgroupCount

type XreadgroupCount Incomplete

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 Incomplete

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 Incomplete

func (XreadgroupId) Build

func (c XreadgroupId) Build() Completed

func (XreadgroupId) Id

func (c XreadgroupId) Id(id ...string) XreadgroupId

type XreadgroupKey

type XreadgroupKey Incomplete

func (XreadgroupKey) Id

func (c XreadgroupKey) Id(id ...string) XreadgroupId

func (XreadgroupKey) Key

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

type XreadgroupNoack

type XreadgroupNoack Incomplete

func (XreadgroupNoack) Streams

func (c XreadgroupNoack) Streams() XreadgroupStreams

type XreadgroupStreams

type XreadgroupStreams Incomplete

func (XreadgroupStreams) Key

func (c XreadgroupStreams) Key(key ...string) XreadgroupKey

type Xrevrange

type Xrevrange Incomplete

func (Xrevrange) Key

func (c Xrevrange) Key(key string) XrevrangeKey

type XrevrangeCount

type XrevrangeCount Incomplete

func (XrevrangeCount) Build

func (c XrevrangeCount) Build() Completed

type XrevrangeEnd

type XrevrangeEnd Incomplete

func (XrevrangeEnd) Start

func (c XrevrangeEnd) Start(start string) XrevrangeStart

type XrevrangeKey

type XrevrangeKey Incomplete

func (XrevrangeKey) End

func (c XrevrangeKey) End(end string) XrevrangeEnd

type XrevrangeStart

type XrevrangeStart Incomplete

func (XrevrangeStart) Build

func (c XrevrangeStart) Build() Completed

func (XrevrangeStart) Count

func (c XrevrangeStart) Count(count int64) XrevrangeCount

type Xsetid

type Xsetid Incomplete

func (Xsetid) Key

func (c Xsetid) Key(key string) XsetidKey

type XsetidEntriesadded

type XsetidEntriesadded Incomplete

func (XsetidEntriesadded) Build

func (c XsetidEntriesadded) Build() Completed

func (XsetidEntriesadded) Maxdeletedid

func (c XsetidEntriesadded) Maxdeletedid(maxDeletedEntryId string) XsetidMaxdeletedid

type XsetidKey

type XsetidKey Incomplete

func (XsetidKey) LastId

func (c XsetidKey) LastId(lastId string) XsetidLastId

type XsetidLastId

type XsetidLastId Incomplete

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 Incomplete

func (XsetidMaxdeletedid) Build

func (c XsetidMaxdeletedid) Build() Completed

type Xtrim

type Xtrim Incomplete

func (Xtrim) Key

func (c Xtrim) Key(key string) XtrimKey

type XtrimKey

type XtrimKey Incomplete

func (XtrimKey) Maxlen

func (c XtrimKey) Maxlen() XtrimTrimStrategyMaxlen

func (XtrimKey) Minid

func (c XtrimKey) Minid() XtrimTrimStrategyMinid

type XtrimTrimLimit

type XtrimTrimLimit Incomplete

func (XtrimTrimLimit) Build

func (c XtrimTrimLimit) Build() Completed

type XtrimTrimOperatorAlmost

type XtrimTrimOperatorAlmost Incomplete

func (XtrimTrimOperatorAlmost) Threshold

func (c XtrimTrimOperatorAlmost) Threshold(threshold string) XtrimTrimThreshold

type XtrimTrimOperatorExact

type XtrimTrimOperatorExact Incomplete

func (XtrimTrimOperatorExact) Threshold

func (c XtrimTrimOperatorExact) Threshold(threshold string) XtrimTrimThreshold

type XtrimTrimStrategyMaxlen

type XtrimTrimStrategyMaxlen Incomplete

func (XtrimTrimStrategyMaxlen) Almost

func (XtrimTrimStrategyMaxlen) Exact

func (XtrimTrimStrategyMaxlen) Threshold

func (c XtrimTrimStrategyMaxlen) Threshold(threshold string) XtrimTrimThreshold

type XtrimTrimStrategyMinid

type XtrimTrimStrategyMinid Incomplete

func (XtrimTrimStrategyMinid) Almost

func (XtrimTrimStrategyMinid) Exact

func (XtrimTrimStrategyMinid) Threshold

func (c XtrimTrimStrategyMinid) Threshold(threshold string) XtrimTrimThreshold

type XtrimTrimThreshold

type XtrimTrimThreshold Incomplete

func (XtrimTrimThreshold) Build

func (c XtrimTrimThreshold) Build() Completed

func (XtrimTrimThreshold) Limit

func (c XtrimTrimThreshold) Limit(count int64) XtrimTrimLimit

type Zadd

type Zadd Incomplete

func (Zadd) Key

func (c Zadd) Key(key string) ZaddKey

type ZaddChangeCh

type ZaddChangeCh Incomplete

func (ZaddChangeCh) Incr

func (ZaddChangeCh) ScoreMember

func (c ZaddChangeCh) ScoreMember() ZaddScoreMember

type ZaddComparisonGt

type ZaddComparisonGt Incomplete

func (ZaddComparisonGt) Ch

func (ZaddComparisonGt) Incr

func (ZaddComparisonGt) ScoreMember

func (c ZaddComparisonGt) ScoreMember() ZaddScoreMember

type ZaddComparisonLt

type ZaddComparisonLt Incomplete

func (ZaddComparisonLt) Ch

func (ZaddComparisonLt) Incr

func (ZaddComparisonLt) ScoreMember

func (c ZaddComparisonLt) ScoreMember() ZaddScoreMember

type ZaddConditionNx

type ZaddConditionNx Incomplete

func (ZaddConditionNx) Ch

func (ZaddConditionNx) Gt

func (ZaddConditionNx) Incr

func (ZaddConditionNx) Lt

func (ZaddConditionNx) ScoreMember

func (c ZaddConditionNx) ScoreMember() ZaddScoreMember

type ZaddConditionXx

type ZaddConditionXx Incomplete

func (ZaddConditionXx) Ch

func (ZaddConditionXx) Gt

func (ZaddConditionXx) Incr

func (ZaddConditionXx) Lt

func (ZaddConditionXx) ScoreMember

func (c ZaddConditionXx) ScoreMember() ZaddScoreMember

type ZaddIncrementIncr

type ZaddIncrementIncr Incomplete

func (ZaddIncrementIncr) ScoreMember

func (c ZaddIncrementIncr) ScoreMember() ZaddScoreMember

type ZaddKey

type ZaddKey Incomplete

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 Incomplete

func (ZaddScoreMember) Build

func (c ZaddScoreMember) Build() Completed

func (ZaddScoreMember) ScoreMember

func (c ZaddScoreMember) ScoreMember(score float64, member string) ZaddScoreMember

type Zcard

type Zcard Incomplete

func (Zcard) Key

func (c Zcard) Key(key string) ZcardKey

type ZcardKey

type ZcardKey Incomplete

func (ZcardKey) Build

func (c ZcardKey) Build() Completed

func (ZcardKey) Cache

func (c ZcardKey) Cache() Cacheable

type Zcount

type Zcount Incomplete

func (Zcount) Key

func (c Zcount) Key(key string) ZcountKey

type ZcountKey

type ZcountKey Incomplete

func (ZcountKey) Min

func (c ZcountKey) Min(min string) ZcountMin

type ZcountMax

type ZcountMax Incomplete

func (ZcountMax) Build

func (c ZcountMax) Build() Completed

func (ZcountMax) Cache

func (c ZcountMax) Cache() Cacheable

type ZcountMin

type ZcountMin Incomplete

func (ZcountMin) Max

func (c ZcountMin) Max(max string) ZcountMax

type Zdiff

type Zdiff Incomplete

func (Zdiff) Numkeys

func (c Zdiff) Numkeys(numkeys int64) ZdiffNumkeys

type ZdiffKey

type ZdiffKey Incomplete

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 Incomplete

func (ZdiffNumkeys) Key

func (c ZdiffNumkeys) Key(key ...string) ZdiffKey

type ZdiffWithscores

type ZdiffWithscores Incomplete

func (ZdiffWithscores) Build

func (c ZdiffWithscores) Build() Completed

type Zdiffstore

type Zdiffstore Incomplete

func (Zdiffstore) Destination

func (c Zdiffstore) Destination(destination string) ZdiffstoreDestination

type ZdiffstoreDestination

type ZdiffstoreDestination Incomplete

func (ZdiffstoreDestination) Numkeys

func (c ZdiffstoreDestination) Numkeys(numkeys int64) ZdiffstoreNumkeys

type ZdiffstoreKey

type ZdiffstoreKey Incomplete

func (ZdiffstoreKey) Build

func (c ZdiffstoreKey) Build() Completed

func (ZdiffstoreKey) Key

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

type ZdiffstoreNumkeys

type ZdiffstoreNumkeys Incomplete

func (ZdiffstoreNumkeys) Key

func (c ZdiffstoreNumkeys) Key(key ...string) ZdiffstoreKey

type Zincrby

type Zincrby Incomplete

func (Zincrby) Key

func (c Zincrby) Key(key string) ZincrbyKey

type ZincrbyIncrement

type ZincrbyIncrement Incomplete

func (ZincrbyIncrement) Member

func (c ZincrbyIncrement) Member(member string) ZincrbyMember

type ZincrbyKey

type ZincrbyKey Incomplete

func (ZincrbyKey) Increment

func (c ZincrbyKey) Increment(increment float64) ZincrbyIncrement

type ZincrbyMember

type ZincrbyMember Incomplete

func (ZincrbyMember) Build

func (c ZincrbyMember) Build() Completed

type Zinter

type Zinter Incomplete

func (Zinter) Numkeys

func (c Zinter) Numkeys(numkeys int64) ZinterNumkeys

type ZinterAggregateMax

type ZinterAggregateMax Incomplete

func (ZinterAggregateMax) Build

func (c ZinterAggregateMax) Build() Completed

func (ZinterAggregateMax) Withscores

func (c ZinterAggregateMax) Withscores() ZinterWithscores

type ZinterAggregateMin

type ZinterAggregateMin Incomplete

func (ZinterAggregateMin) Build

func (c ZinterAggregateMin) Build() Completed

func (ZinterAggregateMin) Withscores

func (c ZinterAggregateMin) Withscores() ZinterWithscores

type ZinterAggregateSum

type ZinterAggregateSum Incomplete

func (ZinterAggregateSum) Build

func (c ZinterAggregateSum) Build() Completed

func (ZinterAggregateSum) Withscores

func (c ZinterAggregateSum) Withscores() ZinterWithscores

type ZinterKey

type ZinterKey Incomplete

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 Incomplete

func (ZinterNumkeys) Key

func (c ZinterNumkeys) Key(key ...string) ZinterKey

type ZinterWeights

type ZinterWeights Incomplete

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 Incomplete

func (ZinterWithscores) Build

func (c ZinterWithscores) Build() Completed

type Zintercard

type Zintercard Incomplete

func (Zintercard) Numkeys

func (c Zintercard) Numkeys(numkeys int64) ZintercardNumkeys

type ZintercardKey

type ZintercardKey Incomplete

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 Incomplete

func (ZintercardLimit) Build

func (c ZintercardLimit) Build() Completed

type ZintercardNumkeys

type ZintercardNumkeys Incomplete

func (ZintercardNumkeys) Key

func (c ZintercardNumkeys) Key(key ...string) ZintercardKey

type Zinterstore

type Zinterstore Incomplete

func (Zinterstore) Destination

func (c Zinterstore) Destination(destination string) ZinterstoreDestination

type ZinterstoreAggregateMax

type ZinterstoreAggregateMax Incomplete

func (ZinterstoreAggregateMax) Build

type ZinterstoreAggregateMin

type ZinterstoreAggregateMin Incomplete

func (ZinterstoreAggregateMin) Build

type ZinterstoreAggregateSum

type ZinterstoreAggregateSum Incomplete

func (ZinterstoreAggregateSum) Build

type ZinterstoreDestination

type ZinterstoreDestination Incomplete

func (ZinterstoreDestination) Numkeys

func (c ZinterstoreDestination) Numkeys(numkeys int64) ZinterstoreNumkeys

type ZinterstoreKey

type ZinterstoreKey Incomplete

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 Incomplete

func (ZinterstoreNumkeys) Key

type ZinterstoreWeights

type ZinterstoreWeights Incomplete

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 Incomplete

func (Zlexcount) Key

func (c Zlexcount) Key(key string) ZlexcountKey

type ZlexcountKey

type ZlexcountKey Incomplete

func (ZlexcountKey) Min

func (c ZlexcountKey) Min(min string) ZlexcountMin

type ZlexcountMax

type ZlexcountMax Incomplete

func (ZlexcountMax) Build

func (c ZlexcountMax) Build() Completed

func (ZlexcountMax) Cache

func (c ZlexcountMax) Cache() Cacheable

type ZlexcountMin

type ZlexcountMin Incomplete

func (ZlexcountMin) Max

func (c ZlexcountMin) Max(max string) ZlexcountMax

type Zmpop

type Zmpop Incomplete

func (Zmpop) Numkeys

func (c Zmpop) Numkeys(numkeys int64) ZmpopNumkeys

type ZmpopCount

type ZmpopCount Incomplete

func (ZmpopCount) Build

func (c ZmpopCount) Build() Completed

type ZmpopKey

type ZmpopKey Incomplete

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 Incomplete

func (ZmpopNumkeys) Key

func (c ZmpopNumkeys) Key(key ...string) ZmpopKey

type ZmpopWhereMax

type ZmpopWhereMax Incomplete

func (ZmpopWhereMax) Build

func (c ZmpopWhereMax) Build() Completed

func (ZmpopWhereMax) Count

func (c ZmpopWhereMax) Count(count int64) ZmpopCount

type ZmpopWhereMin

type ZmpopWhereMin Incomplete

func (ZmpopWhereMin) Build

func (c ZmpopWhereMin) Build() Completed

func (ZmpopWhereMin) Count

func (c ZmpopWhereMin) Count(count int64) ZmpopCount

type Zmscore

type Zmscore Incomplete

func (Zmscore) Key

func (c Zmscore) Key(key string) ZmscoreKey

type ZmscoreKey

type ZmscoreKey Incomplete

func (ZmscoreKey) Member

func (c ZmscoreKey) Member(member ...string) ZmscoreMember

type ZmscoreMember

type ZmscoreMember Incomplete

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 Incomplete

func (Zpopmax) Key

func (c Zpopmax) Key(key string) ZpopmaxKey

type ZpopmaxCount

type ZpopmaxCount Incomplete

func (ZpopmaxCount) Build

func (c ZpopmaxCount) Build() Completed

type ZpopmaxKey

type ZpopmaxKey Incomplete

func (ZpopmaxKey) Build

func (c ZpopmaxKey) Build() Completed

func (ZpopmaxKey) Count

func (c ZpopmaxKey) Count(count int64) ZpopmaxCount

type Zpopmin

type Zpopmin Incomplete

func (Zpopmin) Key

func (c Zpopmin) Key(key string) ZpopminKey

type ZpopminCount

type ZpopminCount Incomplete

func (ZpopminCount) Build

func (c ZpopminCount) Build() Completed

type ZpopminKey

type ZpopminKey Incomplete

func (ZpopminKey) Build

func (c ZpopminKey) Build() Completed

func (ZpopminKey) Count

func (c ZpopminKey) Count(count int64) ZpopminCount

type Zrandmember

type Zrandmember Incomplete

func (Zrandmember) Key

func (c Zrandmember) Key(key string) ZrandmemberKey

type ZrandmemberKey

type ZrandmemberKey Incomplete

func (ZrandmemberKey) Build

func (c ZrandmemberKey) Build() Completed

func (ZrandmemberKey) Count

type ZrandmemberOptionsCount

type ZrandmemberOptionsCount Incomplete

func (ZrandmemberOptionsCount) Build

func (ZrandmemberOptionsCount) Withscores

type ZrandmemberOptionsWithscores

type ZrandmemberOptionsWithscores Incomplete

func (ZrandmemberOptionsWithscores) Build

type Zrange

type Zrange Incomplete

func (Zrange) Key

func (c Zrange) Key(key string) ZrangeKey

type ZrangeKey

type ZrangeKey Incomplete

func (ZrangeKey) Min

func (c ZrangeKey) Min(min string) ZrangeMin

type ZrangeLimit

type ZrangeLimit Incomplete

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 Incomplete

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 Incomplete

func (ZrangeMin) Max

func (c ZrangeMin) Max(max string) ZrangeMax

type ZrangeRev

type ZrangeRev Incomplete

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 Incomplete

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 Incomplete

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 Incomplete

func (ZrangeWithscores) Build

func (c ZrangeWithscores) Build() Completed

func (ZrangeWithscores) Cache

func (c ZrangeWithscores) Cache() Cacheable

type Zrangebylex

type Zrangebylex Incomplete

func (Zrangebylex) Key

func (c Zrangebylex) Key(key string) ZrangebylexKey

type ZrangebylexKey

type ZrangebylexKey Incomplete

func (ZrangebylexKey) Min

type ZrangebylexLimit

type ZrangebylexLimit Incomplete

func (ZrangebylexLimit) Build

func (c ZrangebylexLimit) Build() Completed

func (ZrangebylexLimit) Cache

func (c ZrangebylexLimit) Cache() Cacheable

type ZrangebylexMax

type ZrangebylexMax Incomplete

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 Incomplete

func (ZrangebylexMin) Max

type Zrangebyscore

type Zrangebyscore Incomplete

func (Zrangebyscore) Key

type ZrangebyscoreKey

type ZrangebyscoreKey Incomplete

func (ZrangebyscoreKey) Min

type ZrangebyscoreLimit

type ZrangebyscoreLimit Incomplete

func (ZrangebyscoreLimit) Build

func (c ZrangebyscoreLimit) Build() Completed

func (ZrangebyscoreLimit) Cache

func (c ZrangebyscoreLimit) Cache() Cacheable

type ZrangebyscoreMax

type ZrangebyscoreMax Incomplete

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 Incomplete

func (ZrangebyscoreMin) Max

type ZrangebyscoreWithscores

type ZrangebyscoreWithscores Incomplete

func (ZrangebyscoreWithscores) Build

func (ZrangebyscoreWithscores) Cache

func (ZrangebyscoreWithscores) Limit

func (c ZrangebyscoreWithscores) Limit(offset int64, count int64) ZrangebyscoreLimit

type Zrangestore

type Zrangestore Incomplete

func (Zrangestore) Dst

func (c Zrangestore) Dst(dst string) ZrangestoreDst

type ZrangestoreDst

type ZrangestoreDst Incomplete

func (ZrangestoreDst) Src

type ZrangestoreLimit

type ZrangestoreLimit Incomplete

func (ZrangestoreLimit) Build

func (c ZrangestoreLimit) Build() Completed

type ZrangestoreMax

type ZrangestoreMax Incomplete

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 Incomplete

func (ZrangestoreMin) Max

type ZrangestoreRev

type ZrangestoreRev Incomplete

func (ZrangestoreRev) Build

func (c ZrangestoreRev) Build() Completed

func (ZrangestoreRev) Limit

func (c ZrangestoreRev) Limit(offset int64, count int64) ZrangestoreLimit

type ZrangestoreSortbyBylex

type ZrangestoreSortbyBylex Incomplete

func (ZrangestoreSortbyBylex) Build

func (ZrangestoreSortbyBylex) Limit

func (c ZrangestoreSortbyBylex) Limit(offset int64, count int64) ZrangestoreLimit

func (ZrangestoreSortbyBylex) Rev

type ZrangestoreSortbyByscore

type ZrangestoreSortbyByscore Incomplete

func (ZrangestoreSortbyByscore) Build

func (ZrangestoreSortbyByscore) Limit

func (c ZrangestoreSortbyByscore) Limit(offset int64, count int64) ZrangestoreLimit

func (ZrangestoreSortbyByscore) Rev

type ZrangestoreSrc

type ZrangestoreSrc Incomplete

func (ZrangestoreSrc) Min

type Zrank

type Zrank Incomplete

func (Zrank) Key

func (c Zrank) Key(key string) ZrankKey

type ZrankKey

type ZrankKey Incomplete

func (ZrankKey) Member

func (c ZrankKey) Member(member string) ZrankMember

type ZrankMember

type ZrankMember Incomplete

func (ZrankMember) Build

func (c ZrankMember) Build() Completed

func (ZrankMember) Cache

func (c ZrankMember) Cache() Cacheable

func (ZrankMember) Withscore

func (c ZrankMember) Withscore() ZrankWithscore

type ZrankWithscore

type ZrankWithscore Incomplete

func (ZrankWithscore) Build

func (c ZrankWithscore) Build() Completed

func (ZrankWithscore) Cache

func (c ZrankWithscore) Cache() Cacheable

type Zrem

type Zrem Incomplete

func (Zrem) Key

func (c Zrem) Key(key string) ZremKey

type ZremKey

type ZremKey Incomplete

func (ZremKey) Member

func (c ZremKey) Member(member ...string) ZremMember

type ZremMember

type ZremMember Incomplete

func (ZremMember) Build

func (c ZremMember) Build() Completed

func (ZremMember) Member

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

type Zremrangebylex

type Zremrangebylex Incomplete

func (Zremrangebylex) Key

type ZremrangebylexKey

type ZremrangebylexKey Incomplete

func (ZremrangebylexKey) Min

type ZremrangebylexMax

type ZremrangebylexMax Incomplete

func (ZremrangebylexMax) Build

func (c ZremrangebylexMax) Build() Completed

type ZremrangebylexMin

type ZremrangebylexMin Incomplete

func (ZremrangebylexMin) Max

type Zremrangebyrank

type Zremrangebyrank Incomplete

func (Zremrangebyrank) Key

type ZremrangebyrankKey

type ZremrangebyrankKey Incomplete

func (ZremrangebyrankKey) Start

type ZremrangebyrankStart

type ZremrangebyrankStart Incomplete

func (ZremrangebyrankStart) Stop

type ZremrangebyrankStop

type ZremrangebyrankStop Incomplete

func (ZremrangebyrankStop) Build

func (c ZremrangebyrankStop) Build() Completed

type Zremrangebyscore

type Zremrangebyscore Incomplete

func (Zremrangebyscore) Key

type ZremrangebyscoreKey

type ZremrangebyscoreKey Incomplete

func (ZremrangebyscoreKey) Min

type ZremrangebyscoreMax

type ZremrangebyscoreMax Incomplete

func (ZremrangebyscoreMax) Build

func (c ZremrangebyscoreMax) Build() Completed

type ZremrangebyscoreMin

type ZremrangebyscoreMin Incomplete

func (ZremrangebyscoreMin) Max

type Zrevrange

type Zrevrange Incomplete

func (Zrevrange) Key

func (c Zrevrange) Key(key string) ZrevrangeKey

type ZrevrangeKey

type ZrevrangeKey Incomplete

func (ZrevrangeKey) Start

func (c ZrevrangeKey) Start(start int64) ZrevrangeStart

type ZrevrangeStart

type ZrevrangeStart Incomplete

func (ZrevrangeStart) Stop

func (c ZrevrangeStart) Stop(stop int64) ZrevrangeStop

type ZrevrangeStop

type ZrevrangeStop Incomplete

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 Incomplete

func (ZrevrangeWithscores) Build

func (c ZrevrangeWithscores) Build() Completed

func (ZrevrangeWithscores) Cache

func (c ZrevrangeWithscores) Cache() Cacheable

type Zrevrangebylex

type Zrevrangebylex Incomplete

func (Zrevrangebylex) Key

type ZrevrangebylexKey

type ZrevrangebylexKey Incomplete

func (ZrevrangebylexKey) Max

type ZrevrangebylexLimit

type ZrevrangebylexLimit Incomplete

func (ZrevrangebylexLimit) Build

func (c ZrevrangebylexLimit) Build() Completed

func (ZrevrangebylexLimit) Cache

func (c ZrevrangebylexLimit) Cache() Cacheable

type ZrevrangebylexMax

type ZrevrangebylexMax Incomplete

func (ZrevrangebylexMax) Min

type ZrevrangebylexMin

type ZrevrangebylexMin Incomplete

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 Incomplete

func (Zrevrangebyscore) Key

type ZrevrangebyscoreKey

type ZrevrangebyscoreKey Incomplete

func (ZrevrangebyscoreKey) Max

type ZrevrangebyscoreLimit

type ZrevrangebyscoreLimit Incomplete

func (ZrevrangebyscoreLimit) Build

func (c ZrevrangebyscoreLimit) Build() Completed

func (ZrevrangebyscoreLimit) Cache

func (c ZrevrangebyscoreLimit) Cache() Cacheable

type ZrevrangebyscoreMax

type ZrevrangebyscoreMax Incomplete

func (ZrevrangebyscoreMax) Min

type ZrevrangebyscoreMin

type ZrevrangebyscoreMin Incomplete

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 Incomplete

func (ZrevrangebyscoreWithscores) Build

func (ZrevrangebyscoreWithscores) Cache

func (ZrevrangebyscoreWithscores) Limit

type Zrevrank

type Zrevrank Incomplete

func (Zrevrank) Key

func (c Zrevrank) Key(key string) ZrevrankKey

type ZrevrankKey

type ZrevrankKey Incomplete

func (ZrevrankKey) Member

func (c ZrevrankKey) Member(member string) ZrevrankMember

type ZrevrankMember

type ZrevrankMember Incomplete

func (ZrevrankMember) Build

func (c ZrevrankMember) Build() Completed

func (ZrevrankMember) Cache

func (c ZrevrankMember) Cache() Cacheable

func (ZrevrankMember) Withscore

func (c ZrevrankMember) Withscore() ZrevrankWithscore

type ZrevrankWithscore

type ZrevrankWithscore Incomplete

func (ZrevrankWithscore) Build

func (c ZrevrankWithscore) Build() Completed

func (ZrevrankWithscore) Cache

func (c ZrevrankWithscore) Cache() Cacheable

type Zscan

type Zscan Incomplete

func (Zscan) Key

func (c Zscan) Key(key string) ZscanKey

type ZscanCount

type ZscanCount Incomplete

func (ZscanCount) Build

func (c ZscanCount) Build() Completed

type ZscanCursor

type ZscanCursor Incomplete

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 Incomplete

func (ZscanKey) Cursor

func (c ZscanKey) Cursor(cursor uint64) ZscanCursor

type ZscanMatch

type ZscanMatch Incomplete

func (ZscanMatch) Build

func (c ZscanMatch) Build() Completed

func (ZscanMatch) Count

func (c ZscanMatch) Count(count int64) ZscanCount

type Zscore

type Zscore Incomplete

func (Zscore) Key

func (c Zscore) Key(key string) ZscoreKey

type ZscoreKey

type ZscoreKey Incomplete

func (ZscoreKey) Member

func (c ZscoreKey) Member(member string) ZscoreMember

type ZscoreMember

type ZscoreMember Incomplete

func (ZscoreMember) Build

func (c ZscoreMember) Build() Completed

func (ZscoreMember) Cache

func (c ZscoreMember) Cache() Cacheable

type Zunion

type Zunion Incomplete

func (Zunion) Numkeys

func (c Zunion) Numkeys(numkeys int64) ZunionNumkeys

type ZunionAggregateMax

type ZunionAggregateMax Incomplete

func (ZunionAggregateMax) Build

func (c ZunionAggregateMax) Build() Completed

func (ZunionAggregateMax) Withscores

func (c ZunionAggregateMax) Withscores() ZunionWithscores

type ZunionAggregateMin

type ZunionAggregateMin Incomplete

func (ZunionAggregateMin) Build

func (c ZunionAggregateMin) Build() Completed

func (ZunionAggregateMin) Withscores

func (c ZunionAggregateMin) Withscores() ZunionWithscores

type ZunionAggregateSum

type ZunionAggregateSum Incomplete

func (ZunionAggregateSum) Build

func (c ZunionAggregateSum) Build() Completed

func (ZunionAggregateSum) Withscores

func (c ZunionAggregateSum) Withscores() ZunionWithscores

type ZunionKey

type ZunionKey Incomplete

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 Incomplete

func (ZunionNumkeys) Key

func (c ZunionNumkeys) Key(key ...string) ZunionKey

type ZunionWeights

type ZunionWeights Incomplete

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 Incomplete

func (ZunionWithscores) Build

func (c ZunionWithscores) Build() Completed

type Zunionstore

type Zunionstore Incomplete

func (Zunionstore) Destination

func (c Zunionstore) Destination(destination string) ZunionstoreDestination

type ZunionstoreAggregateMax

type ZunionstoreAggregateMax Incomplete

func (ZunionstoreAggregateMax) Build

type ZunionstoreAggregateMin

type ZunionstoreAggregateMin Incomplete

func (ZunionstoreAggregateMin) Build

type ZunionstoreAggregateSum

type ZunionstoreAggregateSum Incomplete

func (ZunionstoreAggregateSum) Build

type ZunionstoreDestination

type ZunionstoreDestination Incomplete

func (ZunionstoreDestination) Numkeys

func (c ZunionstoreDestination) Numkeys(numkeys int64) ZunionstoreNumkeys

type ZunionstoreKey

type ZunionstoreKey Incomplete

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 Incomplete

func (ZunionstoreNumkeys) Key

type ZunionstoreWeights

type ZunionstoreWeights Incomplete

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