Overview
-
module Async
-
module Redis
-
class Client
-
class ClusterClient
-
module Context
-
class Generic
-
class Pipeline
Send multiple commands without waiting for the response, instead of sending them one by one.
-
class Subscribe
-
class Transaction
-
-
class Endpoint
Represents a way to connect to a remote Redis server.
-
class Key
-
module Protocol
-
class Authenticated
Executes AUTH after the user has established a connection.
-
class AuthenticationError
Authentication has failed for some reason.
-
-
module RESP2
-
class Selected
Executes AUTH after the user has established a connection.
-
class SelectionError
Authentication has failed for some reason.
-
-
-
class SentinelClient
-