[][src]Module fred::types

Configuration options, return value types, etc.

Structs

HScanResult

The result of a HSCAN operation.

MultipleKeys

Convenience struct for commands that take 1 or more keys.

MultipleValues

Convenience struct for commands that take 1 or more values.

MultipleWeights

Convenience struct for ZINTERSTORE and ZUNIONSTORE when accepting 1 or more weights arguments.

MultipleZaddValues

Convenience struct for the ZADD command to accept 1 or more (score, value) arguments.

RedisKey

A key in Redis.

SScanResult

The result of a SCAN operation.

ScanResult

The result of a SCAN operation.

ZScanResult

The result of a SCAN operation.

Enums

AggregateOptions

Aggregate options for the zinterstore (and related) commands.

ClientState

The state of the underlying connection to the Redis server.

Expiration

Expiration options for the set command.

Frame

An enum representing a Frame of data. Frames are recursively defined to account for arrays.

InfoKind

Options for the info command.

ReconnectPolicy

The type of reconnection policy to use. This will apply to every connection used by the client.

RedisConfig

Connection configuration for the Redis server.

RedisValue

A value used in a Redis command.

RedisValueKind

The kind of value from Redis.

ScanType

The types of values supported by the type command.

SetOptions

Options for the set command.