Important
Recached now lives at github.com/recached-dev/recached.
This repo was not transferred — it was re-created under the project's own organization — so
GitHub does not redirect from here. Stars, watches, issues, and existing git remote URLs do
not follow automatically. Please update your links and remotes using the table below.
Recached is a Rust cache server that runs on your backend and inside the browser: the same engine speaks RESP on port 6379 (any Redis client works, zero code changes) and compiles to WebAssembly so reads come from local memory instead of a network round-trip.
→ Documentation, use cases, API reference, and guides: recached.dev
| What | Old | New |
|---|---|---|
| Repository | thinkgrid-labs/recached |
recached-dev/recached |
| Issues & discussions | this repo | recached-dev/recached/issues |
| Docker image | ghcr.io/thinkgrid-labs/recached |
ghcr.io/recached-dev/recached |
| Homebrew tap | brew tap thinkgrid-labs/recached |
brew tap recached-dev/recached |
| Releases | this repo | recached-dev/recached/releases |
Package names are unchanged — nothing to do if you install from a registry:
cargo install recached # crates.io name unchanged
npm install recached-edge # npm name unchangedgit remote set-url origin https://github.com/recached-dev/recached.git
git remote -v # verify# Docker
docker pull ghcr.io/recached-dev/recached:latest
# Homebrew
brew untap thinkgrid-labs/recached
brew tap recached-dev/recached
brew install recachedRecached started inside thinkgrid-labs alongside other projects. It has its own docs site,
release cadence, and users, so it now has its own organization — matching the
recached.dev domain that fronts the project.
Everything else is the same: same maintainer, same Apache-2.0 license, same roadmap.
The code here is frozen at the last version published from this organization. It is left in place so old links resolve to this notice rather than a 404. Do not open issues or pull requests against this repository — they will not be seen. All development continues at recached-dev/recached.
