Valkey/Redis backend extension for SimpleBroker
Project description
simplebroker-redis
Valkey/Redis backend extension for SimpleBroker.
This package exposes the public SimpleBroker backend name redis. It targets
Valkey 7.x and Redis 7.x and the test suite runs against Valkey.
Durability depends on the server configuration. A Valkey or Redis deployment without AOF/RDB persistence can lose messages on restart. Use SQLite or Postgres when you need storage durability from the broker stack by default.
Regular broker commands use a redis-py BlockingConnectionPool owned by the
process-local Redis runner. Pub/Sub wake hints use a separate dedicated
connection because subscribed Redis connections cannot serve normal commands.
Pool defaults:
max_connections = 50pool_timeout = BROKER_BUSY_TIMEOUT / 1000
The defaults can be overridden in project backend options:
[backend_options]
namespace = "simplebroker_redis_v1"
max_connections = 50
pool_timeout = 5.0
Pool exhaustion is bounded by pool_timeout and surfaces as an operational
error from broker operations.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simplebroker_redis-0.1.0.tar.gz.
File metadata
- Download URL: simplebroker_redis-0.1.0.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8809c9e7be91fad5ba55abd99caa3e4af70b23092184b1dbc37f6c9a4f69d8e9
|
|
| MD5 |
a607d90e8d8492f82b7914db42e2b553
|
|
| BLAKE2b-256 |
063f405cd61233cff62a11447b0a4df64afdb63f01219844769f9eb0e78f7d51
|
File details
Details for the file simplebroker_redis-0.1.0-py3-none-any.whl.
File metadata
- Download URL: simplebroker_redis-0.1.0-py3-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c50bbf935c0d298ee3b639ccddbfae51841b3df1b150730697898fe17379a409
|
|
| MD5 |
8c718d9e6c7ea71ef518ca358dc7a8bc
|
|
| BLAKE2b-256 |
7b1afa7833c9d897f983d72da5e4af72fedfbf7d69aeb17ae0787972be332421
|