/redis

Redis Server Coding Challenge

Primary LanguageJavaScript

Redis

An implementation of a subset of Redis features using Node.js

The coding prompt is in ServerEngineeringRedisChallenge.pdf.

To run:

$ npm install
$ node index.js

This will create a TELNET server on port 5555, which you can connect to as you would with the Redis CLI.

Connect to it:

$ telnet localhost 5555