Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 14, 2020 10:17
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 velotiotech/2fb96749e512dcb9bd0b4aec2d906123 to your computer and use it in GitHub Desktop.
Save velotiotech/2fb96749e512dcb9bd0b4aec2d906123 to your computer and use it in GitHub Desktop.
export function initializeCache(port: number | undefined) : unknown {
const tedis = new Tedis({
port: port,
host: "127.0.0.1"
});
return tedis;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment