We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54adf90 commit 9533e64Copy full SHA for 9533e64
faust/stores/aerospike.py
@@ -61,6 +61,7 @@ def __init__(
61
self.namespace = options.get(self.NAMESPACE_KEY, "")
62
self.ttl = options.get(self.TTL_KEY, aerospike.TTL_NEVER_EXPIRE)
63
self.policies = options.get(self.POLICIES_KEY, None)
64
+ table.use_partitioner = True
65
except Exception as ex:
66
self.logger.error(f"Error configuring aerospike client {ex}")
67
raise ex
0 commit comments