From 360eabcb0d2d00f561204e66a4d2eba6ca296a55 Mon Sep 17 00:00:00 2001 From: svenanderson Date: Sun, 26 Jul 2020 23:58:34 -0700 Subject: [PATCH] change folder --- .../{with-lambda-store => with-redis}/.gitignore | 0 .../{with-lambda-store => with-redis}/README.md | 2 +- .../{with-lambda-store => with-redis}/package.json | 0 .../{with-lambda-store => with-redis}/pages/_app.js | 0 .../pages/api/addemail.js | 0 .../pages/api/create.js | 0 .../pages/api/list.js | 0 .../pages/api/vote.js | 0 .../pages/index.css | 0 .../pages/index.js | 2 +- .../public/favicon.ico | Bin .../public/logo.png | Bin .../public/lstr.png | Bin .../public/vercel.svg | 0 14 files changed, 2 insertions(+), 2 deletions(-) rename examples/{with-lambda-store => with-redis}/.gitignore (100%) rename examples/{with-lambda-store => with-redis}/README.md (98%) rename examples/{with-lambda-store => with-redis}/package.json (100%) rename examples/{with-lambda-store => with-redis}/pages/_app.js (100%) rename examples/{with-lambda-store => with-redis}/pages/api/addemail.js (100%) rename examples/{with-lambda-store => with-redis}/pages/api/create.js (100%) rename examples/{with-lambda-store => with-redis}/pages/api/list.js (100%) rename examples/{with-lambda-store => with-redis}/pages/api/vote.js (100%) rename examples/{with-lambda-store => with-redis}/pages/index.css (100%) rename examples/{with-lambda-store => with-redis}/pages/index.js (99%) rename examples/{with-lambda-store => with-redis}/public/favicon.ico (100%) rename examples/{with-lambda-store => with-redis}/public/logo.png (100%) rename examples/{with-lambda-store => with-redis}/public/lstr.png (100%) rename examples/{with-lambda-store => with-redis}/public/vercel.svg (100%) diff --git a/examples/with-lambda-store/.gitignore b/examples/with-redis/.gitignore similarity index 100% rename from examples/with-lambda-store/.gitignore rename to examples/with-redis/.gitignore diff --git a/examples/with-lambda-store/README.md b/examples/with-redis/README.md similarity index 98% rename from examples/with-lambda-store/README.md rename to examples/with-redis/README.md index aa88f53268271..a2e99df691c99 100644 --- a/examples/with-lambda-store/README.md +++ b/examples/with-redis/README.md @@ -1,4 +1,4 @@ -## Roadmap Voting Application - Example app using Lambda Store +## Roadmap Voting Application - Example app using Redis (Lambda Store) [Lambda Store](https://lambda.store/) is a Serverless Redis cloud service. Redis enables you keep state with low latency and a simple API. With Lambda Store, you can use Redis with just paying what you use thanks to serverless pricing. diff --git a/examples/with-lambda-store/package.json b/examples/with-redis/package.json similarity index 100% rename from examples/with-lambda-store/package.json rename to examples/with-redis/package.json diff --git a/examples/with-lambda-store/pages/_app.js b/examples/with-redis/pages/_app.js similarity index 100% rename from examples/with-lambda-store/pages/_app.js rename to examples/with-redis/pages/_app.js diff --git a/examples/with-lambda-store/pages/api/addemail.js b/examples/with-redis/pages/api/addemail.js similarity index 100% rename from examples/with-lambda-store/pages/api/addemail.js rename to examples/with-redis/pages/api/addemail.js diff --git a/examples/with-lambda-store/pages/api/create.js b/examples/with-redis/pages/api/create.js similarity index 100% rename from examples/with-lambda-store/pages/api/create.js rename to examples/with-redis/pages/api/create.js diff --git a/examples/with-lambda-store/pages/api/list.js b/examples/with-redis/pages/api/list.js similarity index 100% rename from examples/with-lambda-store/pages/api/list.js rename to examples/with-redis/pages/api/list.js diff --git a/examples/with-lambda-store/pages/api/vote.js b/examples/with-redis/pages/api/vote.js similarity index 100% rename from examples/with-lambda-store/pages/api/vote.js rename to examples/with-redis/pages/api/vote.js diff --git a/examples/with-lambda-store/pages/index.css b/examples/with-redis/pages/index.css similarity index 100% rename from examples/with-lambda-store/pages/index.css rename to examples/with-redis/pages/index.css diff --git a/examples/with-lambda-store/pages/index.js b/examples/with-redis/pages/index.js similarity index 99% rename from examples/with-lambda-store/pages/index.js rename to examples/with-redis/pages/index.js index 33c178be923c6..fa38ecce17e5f 100644 --- a/examples/with-lambda-store/pages/index.js +++ b/examples/with-redis/pages/index.js @@ -153,7 +153,7 @@ class Home extends React.Component {