Skip to content

Instantly share code, notes, and snippets.

@christianstrang
Created May 22, 2019 14:09
Show Gist options
  • Save christianstrang/5923aadb08e87ce23df0f50b0e7c93dc to your computer and use it in GitHub Desktop.
Save christianstrang/5923aadb08e87ce23df0f50b0e7c93dc to your computer and use it in GitHub Desktop.
config for my cache adapter in sailsjs
...
cache: {
adapter: 'sails-redis',
url: 'redis://localhost:6379',
},
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment