diff --git a/clients/scala/sage.json b/clients/scala/sage.json new file mode 100644 index 00000000..0405dedb --- /dev/null +++ b/clients/scala/sage.json @@ -0,0 +1,24 @@ +{ + "name": "sage", + "description": "Sage is a Redis & Valkey client for Scala 3: one client for any effect system (ZIO, Cats Effect, Kyo, Ox, Pekko), built on a from-scratch native RESP3 protocol implementation with no Java client wrapped underneath. Supports auto-pipelining, transactions, cluster, sharded pub/sub, client-side caching, replica reads, and TLS.", + "repo": "https://github.com/ghostdogpr/sage", + "installation": [ + { + "type": "sbt", + "command": "libraryDependencies += \"com.github.ghostdogpr\" %% \"sage-client-ox\" % \"0.2.2\"" + } + ], + "version": "v0.2.2", + "version_released": "2026-07-19", + "language": "scala", + "license": "Apache-2.0", + "read_from_replica": true, + "smart_backoff_to_prevent_connection_storm": true, + "pubsub_state_restoration": true, + "cluster_scan": true, + "latency_based_read_from_replica": false, + "AZ_based_read_from_replica": false, + "client_side_caching": true, + "client_capa_redirect": false, + "persistent_connection_pool": true +}