Skip to content

demos: add Redis requirement section to README.md#218

Merged
Themanwhosmellslikesugar merged 3 commits intorelease1from
demos/add-redis-requirement-section-to-readme
Mar 5, 2026
Merged

demos: add Redis requirement section to README.md#218
Themanwhosmellslikesugar merged 3 commits intorelease1from
demos/add-redis-requirement-section-to-readme

Conversation

@warewarewapain
Copy link
Copy Markdown
Contributor

No description provided.

You can start a compatible server using Docker:

```bash
$ docker run -d \
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add --rm here and above

Base automatically changed from demos/improve-virtual-environment-setup-instructions to release1 February 20, 2026 08:18
@warewarewapain warewarewapain force-pushed the demos/add-redis-requirement-section-to-readme branch 3 times, most recently from dc0a819 to eba4831 Compare February 24, 2026 15:44
valkey/valkey:8.0
```

This will expose Redis on `127.0.0.1:6379`.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe like this?:

Suggested change
This will expose Redis on `127.0.0.1:6379`.
This will expose Redis-compatible server on `127.0.0.1:6379`.

Or

Suggested change
This will expose Redis on `127.0.0.1:6379`.
This will expose Valkey on `127.0.0.1:6379`.

@warewarewapain warewarewapain force-pushed the demos/add-redis-requirement-section-to-readme branch from eba4831 to 0e896c2 Compare March 2, 2026 08:59
@Themanwhosmellslikesugar Themanwhosmellslikesugar merged commit dd2b804 into release1 Mar 5, 2026
5 checks passed
@Themanwhosmellslikesugar Themanwhosmellslikesugar deleted the demos/add-redis-requirement-section-to-readme branch March 5, 2026 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants