All Downloads are FREE. Search and download functionalities are using the official Maven repository.

x-redis-client.3.9.10.source-code.enums.adoc Maven / Gradle / Ivy

There is a newer version: 5.0.0.CR3
Show newest version
= Enums

[[AggregateOptions]]
== AggregateOptions

++++
++++
'''

[cols=">25%,75%"]
[frame="topbot"]
|===
^|Name | Description
|[[NONE]]`NONE`|-
|[[SUM]]`SUM`|-
|[[MIN]]`MIN`|-
|[[MAX]]`MAX`|-
|===

[[BitFieldOverflowOptions]]
== BitFieldOverflowOptions

++++
++++
'''

[cols=">25%,75%"]
[frame="topbot"]
|===
^|Name | Description
|[[WRAP]]`WRAP`|-
|[[SAT]]`SAT`|-
|[[FAIL]]`FAIL`|-
|===

[[BitOperation]]
== BitOperation

++++
++++
'''

[cols=">25%,75%"]
[frame="topbot"]
|===
^|Name | Description
|[[AND]]`AND`|-
|[[OR]]`OR`|-
|[[XOR]]`XOR`|-
|[[NOT]]`NOT`|-
|===

[[ClientReplyOptions]]
== ClientReplyOptions

++++
++++
'''

[cols=">25%,75%"]
[frame="topbot"]
|===
^|Name | Description
|[[ON]]`ON`|-
|[[OFF]]`OFF`|-
|[[SKIP]]`SKIP`|-
|===

[[FailoverOptions]]
== FailoverOptions

++++
++++
'''

[cols=">25%,75%"]
[frame="topbot"]
|===
^|Name | Description
|[[FORCE]]`FORCE`|-
|[[TAKEOVER]]`TAKEOVER`|-
|===

[[GeoUnit]]
== GeoUnit

++++
++++
'''

[cols=">25%,75%"]
[frame="topbot"]
|===
^|Name | Description
|[[m]]`m`|+++
Meter
+++
|[[km]]`km`|+++
Kilometer
+++
|[[mi]]`mi`|+++
Mile
+++
|[[ft]]`ft`|+++
Feet
+++
|===

[[InsertOptions]]
== InsertOptions

++++
++++
'''

[cols=">25%,75%"]
[frame="topbot"]
|===
^|Name | Description
|[[BEFORE]]`BEFORE`|-
|[[AFTER]]`AFTER`|-
|===

[[ObjectCmd]]
== ObjectCmd

++++
++++
'''

[cols=">25%,75%"]
[frame="topbot"]
|===
^|Name | Description
|[[REFCOUNT]]`REFCOUNT`|-
|[[ENCODING]]`ENCODING`|-
|[[IDLETIME]]`IDLETIME`|-
|===

[[RangeOptions]]
== RangeOptions

++++
++++
'''

[cols=">25%,75%"]
[frame="topbot"]
|===
^|Name | Description
|[[NONE]]`NONE`|-
|[[WITHSCORES]]`WITHSCORES`|-
|===

[[RedisClientType]]
== RedisClientType

++++
 Define what kind of behavior is expected from the client.
++++
'''

[cols=">25%,75%"]
[frame="topbot"]
|===
^|Name | Description
|[[STANDALONE]]`STANDALONE`|+++
The client should work in single server mode (the default).
+++
|[[SENTINEL]]`SENTINEL`|+++
The client should work in sentinel mode. When this mode is active
 use the link to define which role to get the client
 connection to.
+++
|[[CLUSTER]]`CLUSTER`|+++
The client should work in cluster mode. When this mode is active
 use the link to define when slave nodes can be used
 for read only queries.
+++
|===

[[RedisRole]]
== RedisRole

++++
 Define which kind of role to be used in HA mode.
++++
'''

[cols=">25%,75%"]
[frame="topbot"]
|===
^|Name | Description
|[[MASTER]]`MASTER`|+++
Use a MASTER node connection.
+++
|[[SLAVE]]`SLAVE`|+++
Use a SLAVE node connection.
+++
|[[SENTINEL]]`SENTINEL`|+++
Use a SENTINEL node connection.
+++
|===

[[RedisSlaves]]
== RedisSlaves

++++
 When should Redis Slave nodes be used for queries.
++++
'''

[cols=">25%,75%"]
[frame="topbot"]
|===
^|Name | Description
|[[NEVER]]`NEVER`|+++
Never use SLAVES, queries are always run on a MASTER node.
+++
|[[SHARE]]`SHARE`|+++
Queries can be randomly run on both MASTER and SLAVE nodes.
+++
|[[ALWAYS]]`ALWAYS`|+++
Queries are always run on SLAVE nodes (never on MASTER node).
+++
|===

[[ResetOptions]]
== ResetOptions

++++
++++
'''

[cols=">25%,75%"]
[frame="topbot"]
|===
^|Name | Description
|[[HARD]]`HARD`|-
|[[SOFT]]`SOFT`|-
|===

[[ResponseType]]
== ResponseType

++++
 Define the response types that the client can receive from REDIS.
++++
'''

[cols=">25%,75%"]
[frame="topbot"]
|===
^|Name | Description
|[[SIMPLE]]`SIMPLE`|+++
C String simple String.
+++
|[[ERROR]]`ERROR`|+++
C String simple String representing an error.
+++
|[[INTEGER]]`INTEGER`|+++
64 bit integer value.
+++
|[[BULK]]`BULK`|+++
byte array value.
+++
|[[MULTI]]`MULTI`|+++
List of multiple bulk responses.
+++
|===

[[ScriptDebugOptions]]
== ScriptDebugOptions

++++
++++
'''

[cols=">25%,75%"]
[frame="topbot"]
|===
^|Name | Description
|[[YES]]`YES`|-
|[[SYNC]]`SYNC`|-
|[[NO]]`NO`|-
|===

[[ShutdownOptions]]
== ShutdownOptions

++++
++++
'''

[cols=">25%,75%"]
[frame="topbot"]
|===
^|Name | Description
|[[NONE]]`NONE`|-
|[[SAVE]]`SAVE`|-
|[[NOSAVE]]`NOSAVE`|-
|===

[[SlotCmd]]
== SlotCmd

++++
++++
'''

[cols=">25%,75%"]
[frame="topbot"]
|===
^|Name | Description
|[[IMPORTING]]`IMPORTING`|-
|[[MIGRATING]]`MIGRATING`|-
|[[STABLE]]`STABLE`|-
|[[NODE]]`NODE`|-
|===





© 2015 - 2025 Weber Informatics LLC | Privacy Policy