diff --git a/docs/servers/storage-backends.mdx b/docs/servers/storage-backends.mdx index dbb4e185f..1c552a65b 100644 --- a/docs/servers/storage-backends.mdx +++ b/docs/servers/storage-backends.mdx @@ -142,7 +142,7 @@ The py-key-value-aio library includes additional implementations for various sto - **RocksDB** - Embedded high-performance key-value store - **Valkey** - Redis-compatible server -For configuration details on these backends, consult the [py-key-value-aio documentation](https://github.com/strawgate/py-key-value-aio). +For configuration details on these backends, consult the [py-key-value-aio documentation](https://github.com/strawgate/py-key-value). ## Use Cases in FastMCP @@ -253,7 +253,7 @@ This allows clients to reconnect without re-authenticating after restarts. ## More Resources -- [py-key-value-aio GitHub](https://github.com/strawgate/py-key-value-aio) - Full library documentation +- [py-key-value-aio GitHub](https://github.com/strawgate/py-key-value) - Full library documentation - [Response Caching Middleware](/servers/middleware#caching-middleware) - Using storage for caching - [OAuth Token Security](/deployment/http#oauth-token-security) - Production OAuth configuration - [HTTP Deployment](/deployment/http) - Complete deployment guide