What is this
A REST API built with Node to demonstrate Redis persistence.
Inspiration
Was learning about redis persistence, wanted to try it out.
Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
node and redis
Getting redi-to-rest
To get redi-to-rest, follow these steps:
git clone https://github.com/2kabhishek/redi-to-rest
cd redi-to-rest
Using redi-to-rest
cp .env.example .env
$EDITOR .env #Set the REDIS_URL env to your redis instance
npm start
How it was built
redi-to-rest was built using neovim, node, redis
How the data is stored:
Refer to this example for a more detailed example of what you need for this section.
How the data is accessed:
Refer to this example for a more detailed example of what you need for this section.
Performance Benchmarks
[If you migrated an existing app to use Redis, please put performance benchmarks…
:applause: