Thanks to visit codestin.com
Credit goes to github.com

Skip to content

churro-s/redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Redis Server Coding Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors