Skip to content

adityakiran1423/Redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis

Redis is an open source (BSD licensed), in-memory data structure store used as a database, cache, message broker, and streaming engine.

Features

  • Supports PING command
    Returns PONG if no argument is provided

  • Supports ECHO command
    Returns message

  • Supports SET command
    Sets a key with a corresponding value

    • Supports PX arguement
  • Supports GET command
    Gets the value associated with the corresponding key

How to run

Run the python -m app.main or ./your_server.sh command to start the database

Note

Install the REDIS CLI and use it to interact with the redis implementation

About

Redis implementation done from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published