Overview
-
module Protocol
-
module Redis
-
module Cluster
-
module Methods
A collection of methods for interacting with Redis in cluster mode.
-
module Generic
Provides generic Redis commands for cluster environments.
-
module Pubsub
Provides Redis Pub/Sub commands for cluster environments.
-
module Scripting
Methods for managing Redis scripting in cluster environments.
-
module Streams
Provides Redis Streams commands for cluster environments.
-
module Strings
Provides Redis String commands for cluster environments.
-
-
-
class Connection
Represents a Redis protocol connection handling low-level communication.
-
class Error
Represents a general Redis protocol error.
-
class ServerError
Represents an error response from the Redis server.
-
class UnknownTokenError
Represents an unknown token error in the Redis protocol.
-
module Methods
A collection of methods for interacting with Redis.
-
module Cluster
Methods for managing Redis clusters.
-
module Connection
Methods for managing Redis connections.
-
module Counting
Methods for managing Redis HyperLogLogs.
-
module Generic
Methods for interacting with Redis keys.
-
module Geospatial
Methods for managing Redis geospatial indexes.
-
module Hashes
Methods for managing Redis hashes.
-
module Lists
Methods for managing Redis lists.
-
module Pubsub
Methods for managing Redis Pub/Sub.
-
module Scripting
Methods for managing Redis scripting.
-
module Server
Methods for managing Redis servers.
-
module Sets
Methods for managing Redis sets.
-
module SortedSets
Methods for managing Redis sorted sets.
-
module Streams
Methods for managing Redis streams.
-
module Strings
Methods for managing Redis strings.
-
-
-