Use cases for SRH:
- For usage in your CI pipelines, creating Upstash databases is tedious, or you
have lots of parallel runs.
- See Using in GitHub Actions on how to quickly get SRH setup for this context.
- For usage inside of Kubernetes, or any network whereby the Redis server is not
exposed to the internet.
- See Using in Docker Compose for the various setup options directly using the Docker Container.
- For local development environments, where you have a local Redis server running, or require offline access.
Setting up SRH
Via Docker command
If you have a locally running Redis server, you can simply start an SRH container that connects to it. In this example, SRH will be running on port8080
.