Skip to content

Instantly share code, notes, and snippets.

@jhahspu
Last active January 13, 2025 09:30
Show Gist options
  • Save jhahspu/6c4407295584fc826c4239ffc7918dc8 to your computer and use it in GitHub Desktop.
Save jhahspu/6c4407295584fc826c4239ffc7918dc8 to your computer and use it in GitHub Desktop.
Redis
docker run -d --name CONTAINER_NAME -p 6379:6379 -e REDIS_PASSWORD=SecureString redis
REDIS_CONN=rediss://default:SecureString@localhost:6379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment