Skip to content

Commit

Permalink
clear up.
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jan 3, 2025
1 parent 40105b2 commit 77d42b7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1622,6 +1622,8 @@ Write Policies
|
| This option will increase cpu and memory usage (for extra compressed buffers), but decrease the size of data sent over the network.
|
| This compression feature requires the Enterprise Edition Server.
|
| Default: ``False``
* **key**
| One of the :ref:`POLICY_KEY` values such as :data:`aerospike.POLICY_KEY_DIGEST`
Expand Down Expand Up @@ -1717,6 +1719,8 @@ Read Policies
|
| This option will increase cpu and memory usage (for extra compressed buffers), but decrease the size of data sent over the network.
|
| This compression feature requires the Enterprise Edition Server.
|
| Default: ``False``
* **deserialize** (:class:`bool`)
| Should raw bytes representing a list or map be deserialized to a list or dictionary.
Expand Down Expand Up @@ -1825,6 +1829,8 @@ Operate Policies
|
| This option will increase cpu and memory usage (for extra compressed buffers), but decrease the size of data sent over the network.
|
| This compression feature requires the Enterprise Edition Server.
|
| Default: ``False``
* **key**
| One of the :ref:`POLICY_KEY` values such as :data:`aerospike.POLICY_KEY_DIGEST`
Expand Down Expand Up @@ -1957,6 +1963,8 @@ Apply Policies
|
| This option will increase cpu and memory usage (for extra compressed buffers), but decrease the size of data sent over the network.
|
| This compression feature requires the Enterprise Edition Server.
|
| Default: ``False``
* **key**
| One of the :ref:`POLICY_KEY` values such as :data:`aerospike.POLICY_KEY_DIGEST`
Expand Down Expand Up @@ -2039,6 +2047,8 @@ Remove Policies
|
| This option will increase cpu and memory usage (for extra compressed buffers), but decrease the size of data sent over the network.
|
| This compression feature requires the Enterprise Edition Server.
|
| Default: ``False``
* **key**
| One of the :ref:`POLICY_KEY` values such as :data:`aerospike.POLICY_KEY_DIGEST`
Expand Down Expand Up @@ -2125,6 +2135,8 @@ Batch Policies
|
| This option will increase cpu and memory usage (for extra compressed buffers), but decrease the size of data sent over the network.
|
| This compression feature requires the Enterprise Edition Server.
|
| Default: ``False``
* **read_mode_ap**
| One of the :ref:`POLICY_READ_MODE_AP` values such as :data:`aerospike.AS_POLICY_READ_MODE_AP_ONE`
Expand Down
2 changes: 2 additions & 0 deletions doc/query.rst
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ Policies
|
| This option will increase cpu and memory usage (for extra compressed buffers), but decrease the size of data sent over the network.
|
| This compression feature requires the Enterprise Edition Server.
|
| Default: ``False``
* **deserialize** :class:`bool`
| Should raw bytes representing a list or map be deserialized to a list or dictionary.
Expand Down
2 changes: 2 additions & 0 deletions doc/scan.rst
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,8 @@ Policies
|
| This option will increase cpu and memory usage (for extra compressed buffers), but decrease the size of data sent over the network.
|
| This compression feature requires the Enterprise Edition Server.
|
| Default: ``False``
* **durable_delete** :class:`bool`
| Perform durable delete (requires Enterprise server version >= 3.10)
Expand Down

0 comments on commit 77d42b7

Please sign in to comment.