Initial redis example

This commit is contained in:
Chris Patterson
2019-08-16 09:19:33 -04:00
parent c98edc03a8
commit b6ff35853e
4 changed files with 99 additions and 0 deletions

5
redis/package.json Normal file
View File

@@ -0,0 +1,5 @@
{
"dependencies": {
"redis": "^2.8.0"
}
}