AMGI Redis Server
Project description
amgi-redis
amgi-redis is an AMGI compatible server to run AMGI applications against Redis.
Installation
pip install amgi-redis==0.42.0
Example
This example uses AsyncFast:
from dataclasses import dataclass
from amgi_redis import run
from asyncfast import AsyncFast
app = AsyncFast()
@dataclass
class Order:
item_ids: list[str]
@app.channel("order-channel")
async def order_channel(order: Order) -> None:
# Makes an order
...
if __name__ == "__main__":
run(app, "order-channel")
Or the application could be run via the commandline:
asyncfast run amgi-redis main:app order-channel
Contact
For questions or suggestions, please contact jack.burridge@mail.com.
License
Copyright 2025 AMGI
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
amgi_redis-0.42.0.tar.gz
(3.2 kB
view details)
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 amgi_redis-0.42.0.tar.gz.
File metadata
- Download URL: amgi_redis-0.42.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45ecbaf7febe894c3e866b18b31385660604d192c364d5780916eb37de93b827
|
|
| MD5 |
d820f59024d2800350132946ba288115
|
|
| BLAKE2b-256 |
fa9bc1438ad97835a891bfc41dce0d4c4d2e7c3f8da3e1528182bcffffec56dd
|
File details
Details for the file amgi_redis-0.42.0-py3-none-any.whl.
File metadata
- Download URL: amgi_redis-0.42.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
880041862aff7da2ddfc45de28ca9751412092248e17a11a53fea5093e5d0c1d
|
|
| MD5 |
bfff1ac256efae4f5110f20c9a98c1a1
|
|
| BLAKE2b-256 |
f8a3fbcfb73b88dfec1e4cd9f181cb1d53c62e03143babd0015ed1047c34b315
|