redis icon indicating copy to clipboard operation
redis copied to clipboard

Launch a Redis server on Fly

Results 9 redis issues
Sort by recently updated
recently updated
newest added

Use portable conditionals for POSIX compatibility.

This is related to https://github.com/fly-apps/redis/pull/18, in the context of resolving double-quote escape issues. There's no known report of this Dockerfile being an issue in the wild, but given https://github.com/fly-apps/redis/pull/18, I...

This allows special characters to be used, fixing: https://github.com/fly-apps/redis/issues/3 It will also ensure that the resulting server instance remains accessible when the password has special characters.

I tried setting a REDIS_PASSWORD with special characters and I couldn't auth to the resulting server instance.

This is not an issue about this project, but about the official doc. ( https://fly.io/docs/reference/redis/ ) The Official doc for running a new REDIS is totally not working, it would...

Hi there, I've been using this image on fly and for local dev without much issues for a while now. However, I recently upgraded to a M2 MBA, and started...

For our semi-managed services, we want images to be generated automatically from Github tags. Postgres is [already setup for this](https://github.com/fly-apps/postgres-standalone/blob/master/.github/workflows/ci.yaml). We should setup this repo the same way. This helps...

Add some basic health checks to cover: 1. Connectivity Something that periodically issues a PING would be fine. 2. Connections Something that communicates active connections/max connections. 3. Disk/Memory/CPU/IO Same VM...