Skip to content

Instantly share code, notes, and snippets.

@cursosdesarrolloweb
Created November 19, 2021 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cursosdesarrolloweb/5f6d25a1fc196e34ee319d5e2eef83ae to your computer and use it in GitHub Desktop.
Save cursosdesarrolloweb/5f6d25a1fc196e34ee319d5e2eef83ae to your computer and use it in GitHub Desktop.
# utilizamos redis para gestionar las colas
QUEUE_CONNECTION=redis
# más variables
# el cliente de redis utilizado será predis
REDIS_CLIENT=predis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment