We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1684906 commit c659d7aCopy full SHA for c659d7a
README.md
@@ -20,7 +20,7 @@ BloomFilterPy implements a common API regardless of the backend used. Every back
20
21
- `max_number_of_element_expected`: Size of filter. Number of elements it will contain.
22
- `error_rate`: rate of error you're willing to assume. Default is **0.0005**.
23
-- `backend`: `numpy`, `bitarray` or `redis`.
+- `backend`: `numpy`, `bitarray` or `redis`. Default is **numpy**.
24
- Only applies with `redis` backend:
25
- `redis_connection`: url for redis connection as accepted by redis-py.
26
- `connection_retries`: max number of connection retries in case of losing the connection with redis. Default is **3**.
0 commit comments