Skip to content

Instantly share code, notes, and snippets.

@remarkablemark
Created March 23, 2022 00:48
Show Gist options
  • Save remarkablemark/7776642fb1045b65b11f842ed1825834 to your computer and use it in GitHub Desktop.
Save remarkablemark/7776642fb1045b65b11f842ed1825834 to your computer and use it in GitHub Desktop.
const redis = new Redis({
host: process.env.REDIS_HOSTNAME,
port: process.env.REDIS_PORT,
password: process.env.REDIS_PASSWORD,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment