Integrating TeaQL with Axum and Redis
· 4 min read
TeaQL now includes two Rust integration modules: teaql-web-integration-axum for request handling and teaql-cache-integration-redis for distributed caching.
Both modules keep infrastructure-specific details behind interfaces that application code can access through its request context.
