Run Redis
1
Start Redis
Set a temporary password in the host shell:Start Redis:
2
Verify reads and writes
Write a test value:Read it back:Finally, check that the server responds:The three commands should return
OK, ready, and PONG. Host applications connect to 127.0.0.1:56379.3
Clean up or keep the data
Remove the sandbox while retaining the append-only database:Delete all persisted Redis data:Clear the password from the host shell: