Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
Closes the client and terminates any connection.
Connects to the redis server.
Connects to the redis server.
Create a new redis client using the default client options.
Create a new redis client using the default client options. Does not support rediss (redis over ssl scheme) for now.
Create a new redis client using the given client options.
Generated using TypeDoc
A simple Redis client.