Redis

An in-memory data structure store.

Install Redis

Via scoop

scoop install redis

Start the Redis server

redis-server

Check the server is running

redis-cli ping