Skip to content

Commit f6c53ba

Browse files
committed
docs: replace Redict with Valkey in docs
Replaced references to Redict/Redis with Valkey (in-memory cache & message broker) and update links to https://valkey.io. Signed-off-by: Alex Piatakov <alex.piatakov@swirldslabs.com>
1 parent 6335d42 commit f6c53ba

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To get a local copy up and running quickly, follow the steps below. Please refer
7676
- **[Filebase account](https://filebase.com/)** – S3-compatible IPFS pinning
7777
- Local IPFS node (e.g., **[Kubo](https://github.com/ipfs/kubo)**) – auto-provisioned when using Docker Compose
7878

79-
5. **[Redict](https://redict.io/)** – in-memory cache & message broker, independent fork of Redis® (auto-provisioned by the Docker stack)
79+
5. **[Valkey](https://valkey.io)** – in-memory cache & message broker (auto-provisioned by the Docker stack)
8080

8181
When building the reference implementation, you can [manually build every component](#manual-installation) or run a single command with Docker.
8282

@@ -410,7 +410,7 @@ If you want to manually build every component with debug information, then build
410410
- [Node.js v20.20](https://nodejs.org)
411411
- [Yarn](https://yarnpkg.com/getting-started/install)
412412
- [Nats 2.9.25](https://nats.io/)
413-
- [Redict](https://redict.io/)
413+
- [Valkey](https://valkey.io)
414414
- [Seq 2025.2 - optional for logging](https://datalust.co/seq)
415415

416416
### Build and start each component

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Below are the universal software prerequisites, followed by network-specific ite
1515
3. [MongoDB v6](https://www.mongodb.com/), [Node.js v16](https://nodejs.org/en), and [NATS 1.12.2](https://nats.io/) – auto-installed when using Docker-Compose
1616
4. [Web3.Storage account](https://web3.storage/) – IPFS pinning service
1717
5. [Filebase account](https://filebase.com/) – S3-compatible IPFS pinning
18-
6. [Redis 7.3.0](https://redict.io/) – in-memory cache & message broker (auto-provisioned by the Docker stack)
18+
6. [Valkey](https://valkey.io) – in-memory cache & message broker (auto-provisioned by the Docker stack)
1919

2020
### 2.2 Hedera network
2121

docs/guardian/readme/getting-started/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* [MongoDB](https://www.mongodb.com/)[ V6](https://www.mongodb.com/) , [NodeJS](https://nodejs.org/)[ v16](https://nodejs.org/en) and [Nats](https://nats.io/)[ 1.12.2](https://nats.io/) (If you build with docker these components will be installed automatically)
88
* [Web3.Storage Account](https://web3.storage/)
99
* [Filebase Account](https://filebase.com/)
10-
* [Redict 7.3.0](https://redict.io/)
10+
* [Valkey](https://valkey.io)
1111

1212
When building reference implementation, you can manually build every component or run a single command with Docker.
1313

0 commit comments

Comments
 (0)