Add Sage (Scala) to community-supported clients - #3681
Open
ghostdogpr wants to merge 1 commit into
Open
Conversation
ghostdogpr
force-pushed
the
add-sage-scala-client
branch
from
July 21, 2026 03:59
19fc090 to
e2e2908
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Sage to the community-supported clients table. Scala currently has no client listed on the page, so this fills a language gap.
Sage is an actively maintained, Apache-2.0 Redis & Valkey client for Scala 3. It implements RESP3 natively (no wrapped Java client) and supports Redis 8+, cluster, transactions, sharded pub/sub, client-side caching, replica reads, and TLS.
Docs: https://ghostdogpr.github.io/sage/
Note
Low Risk
Documentation-only table row addition with no runtime or API impact.
Overview
Adds Sage as a community-supported Redis client for Scala on the Connect with Redis client API libraries page (
content/develop/clients/_index.md).The new row in the third-party clients table links to the ghostdogpr/sage GitHub repo and Sage docs, giving Scala a listing alongside other community clients. No other sections (official clients table, decision tree, language guides) are changed.
Reviewed by Cursor Bugbot for commit e2e2908. Bugbot is set up for automated code reviews on this repo. Configure here.