Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/aerospike.rst
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ Only the `hosts` key is required; the rest of the keys are optional.
Take over tending if the cluster hasn't been checked for this many seconds

Default: ``30``
* **shm_key**
* **shm_key** (:class:`int`)
Explicitly set the shm key for this client.

If **use_shared_connection** is not set, or set to ``False``, the user must provide a value for this field in order for shared memory to work correctly.
Expand Down
1 change: 1 addition & 0 deletions test/new_tests/test_client_config_level_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ def test_config_level_misc_options():
config["shm"]["max_namespaces"] = 8
config["shm"]["max_nodes"] = 3
config["shm"]["takeover_threshold_sec"] = 30
config["shm"]["shm_key"] = "1000"
config["tls"]["crl_check"] = True
config["tls"]["crl_check_all"] = True
config["tls"]["log_session_info"] = True
Expand Down
Loading