Skip to main content

One post tagged with "web"

View All Tags

Integrating TeaQL with Axum and Redis

· 4 min read
TeaQL Team
Core Team

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.