Skip to content

Instantly share code, notes, and snippets.

@HugoRoca
Last active December 25, 2018 06:46
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 HugoRoca/598080014996016233d3db17831e996c to your computer and use it in GitHub Desktop.
Save HugoRoca/598080014996016233d3db17831e996c to your computer and use it in GitHub Desktop.
REDIS - configuración
const config = {
redis: {
port: 6379,
host: "localhost",
retries: 3,
time_to_retry: 100,
time_live: 3600 // tiempo de vida en segundos
}
}
module.exports = config;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment