diff --git a/clients/python/coredis.json b/clients/python/coredis.json new file mode 100644 index 000000000..978e8e2b0 --- /dev/null +++ b/clients/python/coredis.json @@ -0,0 +1,21 @@ +{ + "name": "coredis", + "description": "Fast, async, fully-typed Valkey client with support for cluster and sentinel", + "repo":"https://github.com/alisaifee/coredis", + "website": "https://coredis.readthedocs.io", + "installation": "pip install coredis", + "version":"5.5.0", + "version_released":"2026-01-12", + "language":"python", + "license": "MIT", + "read_from_replica": true, + "smart_backoff_to_prevent_connection_storm": true, + "pubsub_state_restoration": true, + "cluster_scan": false, + "latency_based_read_from_replica": false, + "AZ_based_read_from_replica": false, + "client_side_caching": true, + "client_capa_redirect": false, + "persistent_connection_pool": true, + "specific_properties": ["Async-first design, fully typed, smart hybrid command routing with multiplexing and pooling"] +}