BitFieldIncrbyCommand
BitFieldOptions
Name |
Type |
Description |
- |
||
- |
||
- |
BitFieldSetCommand
GeoMember
GeoRadiusOptions
KillFilter
Name |
Type |
Description |
|
Set ADDR filter |
|
|
Set ID filter |
|
|
Set SKIPME filter |
|
Set TYPE filter |
RangeLimitOptions
RedisOptions
Name |
Type |
Description |
|
Sets a single connection string (endpoint) to use while connecting to the redis server. Will replace the previously configured connection strings. Does not support rediss (redis over ssl scheme) for now. |
|
|
Adds a connection string (endpoint) to use while connecting to the redis server. Only the cluster mode will consider more than 1 element. If more are provided, they are not considered by the client when in single server mode. Does not support rediss (redis over ssl scheme) for now. |
|
|
Sets a single connection string to use while connecting to the redis server. Will replace the previously configured connection strings. |
|
|
Set the endpoints to use while connecting to the redis server. Only the cluster mode will consider more than 1 element. If more are provided, they are not considered by the client when in single server mode. |
|
|
Set the master name (only considered in HA mode). |
|
|
Tune how much nested arrays are allowed on a redis response. This affects the parser performance. |
|
|
Tune the maximum size of the connection pool. When working with cluster or sentinel this value should be atleast the total number of cluster member (or number of sentinels + 1) |
|
|
Tune the maximum waiting requests for a connection from the pool. |
|
|
The client will always work on pipeline mode, this means that messages can start queueing. You can control how much backlog you're willing to accept. This methods sets how much handlers is the client willing to queue. |
|
Set the net client options to be used while connecting to the redis server. Use this to tune your connection. |
||
|
Tune how often in milliseconds should the connection pool cleaner execute. |
|
|
Tune when a connection should be recycled in milliseconds. |
|
Set the role name (only considered in HA mode). |
||
Set the desired client type to be created. |
||
Set whether or not to use slave nodes (only considered in Cluster mode). |
RedisOptions
Name |
Type |
Description |
|
Set the eventbus address prefix for `PUB/SUB`. * @param address address prefix. |
|
|
Set the password for authentication at connection time. |
|
|
Set the messages to/from redis as binary, default `false`. * @param binary use binary messages |
|
|
- |
|
|
- |
|
|
- |
|
|
Set the domain socket enabled option, default `false`. |
|
|
Set the domain socket address where the Redis server is listening. |
|
|
- |
|
|
- |
|
|
Set the user defined character encoding, e.g.: `iso-8859-1`. * @param encoding the user character encoding |
|
|
Set the host name where the Redis server is listening. * @param host host name |
|
|
- |
|
|
- |
|
- |
||
- |
||
- |
||
|
- |
|
|
- |
|
|
Set name of Redis master (used with Sentinel). |
|
|
- |
|
- |
||
- |
||
- |
||
- |
||
- |
||
|
Set the tcp port where the Redis server is listening. |
|
- |
||
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
Set the database to select at connection time. * @param select database id |
|
|
- |
|
|
Set the list of Sentinels. |
|
|
- |
|
|
- |
|
|
- |
|
- |
||
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
- |
||
|
- |
|
|
- |