Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions clients/python/coredis.json
Original file line number Diff line number Diff line change
@@ -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"]
}