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
24 changes: 24 additions & 0 deletions clients/scala/sage.json
Original file line number Diff line number Diff line change
@@ -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
}