Skip to content

Commit

Permalink
Revert "Remove unimplemented persist_index"
Browse files Browse the repository at this point in the history
This reverts commit 39b7122.
  • Loading branch information
juliannguyen4 committed Oct 18, 2023
1 parent 39b7122 commit af2abfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2296,6 +2296,11 @@ Map Policies
|
| Default: :data:`aerospike.MAP_UNORDERED`
* **persist_index** (:class:`bool`)
| If :py:obj:`True`, persist map index. A map index improves lookup performance,
| but requires more storage. A map index can be created for a top-level
| ordered map only. Nested and unordered map indexes are not supported.
Example:

.. code-block:: python
Expand Down

0 comments on commit af2abfe

Please sign in to comment.