What This Tool Does
The backend starts a Docker-based Redis server, maps a public port, requires a random password, disables RDB and AOF persistence, limits memory, and destroys the instance automatically after 30 minutes.
Temporary service
Create a disposable Redis test server for Redis clients, connection strings, cache checks, queue tests, and CI integrations.
Create a disposable Redis test server with random password authentication for Redis clients, connection strings, cache checks, queues, and CI integrations.
The backend starts a Docker-based Redis server, maps a public port, requires a random password, disables RDB and AOF persistence, limits memory, and destroys the instance automatically after 30 minutes.
Temporary Redis data lives inside the disposable container. Persistence is disabled, memory is limited, and the container is removed when the instance expires or is destroyed.
Each temporary Redis server expires automatically after 30 minutes.
No. RDB and AOF persistence are disabled, and data is removed with the container.
No. This tool is intended for temporary testing only, not sensitive or production workloads.