Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 257 Bytes

File metadata and controls

21 lines (16 loc) · 257 Bytes

My Own Implementation of Redis using javascript

Supported Commands

  • SET
    • SET with PX
  • ECHO
  • GET
  • PING

How To Run it

type the following command

./spawn_redis_server.sh

and to test run the following

redis-cli ping