Skip to main content

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.45.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


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.45.0.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

amgi_redis-0.45.0-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file amgi_redis-0.45.0.tar.gz.

File metadata

  • Download URL: amgi_redis-0.45.0.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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

Hashes for amgi_redis-0.45.0.tar.gz
Algorithm Hash digest
SHA256 afc12defe50728f21e798d7a391137eac9facd16f81983d085ba708ebc40d184
MD5 181ba69eefdd0cef8e9829ad4c0cc46f
BLAKE2b-256 96c1b7197744e28fa3646a08eed9793242fc6745a9303f427a8caadad18e972e

See more details on using hashes here.

File details

Details for the file amgi_redis-0.45.0-py3-none-any.whl.

File metadata

  • Download URL: amgi_redis-0.45.0-py3-none-any.whl
  • Upload date:
  • Size: 4.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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

Hashes for amgi_redis-0.45.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fe3f3a439a0e2fbce4716bf5cbb6e164662c2d5ddda3f6210db2ee1f54a90c65
MD5 f28c863907a710745d117bcb407defb4
BLAKE2b-256 6cf426a91baff3fcaeee04705e7c4fdef5d03ec6c7628d263441091be4631577

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page