mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-20 04:24:17 +02:00
Fix dead links to py-key-value repository
Update documentation links from py-key-value-aio to py-key-value repository. The py-key-value-aio package lives in the py-key-value monorepo. Co-authored-by: William Easton <strawgate@users.noreply.github.com>
This commit is contained in:
parent
8099201979
commit
f127e33bbe
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue