Skip to content

Instantly share code, notes, and snippets.

@rznewswav
Created November 21, 2022 03:10
Show Gist options
  • Save rznewswav/af1ebaea86f643a6e03a814e7e3f358b to your computer and use it in GitHub Desktop.
Save rznewswav/af1ebaea86f643a6e03a814e7e3f358b to your computer and use it in GitHub Desktop.
typeof c !== 'undefined' && await c.disconnect(); c = redis.createClient({ socket: { host: process.env.REDIS_HOST }, password: process.env.REDIS_PASSWORD }); await c.connect()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment