Skip to content

This is a playground to learn and explore Redis databases. This gets your hands dirty with implementation of an in-memory database.

Notifications You must be signed in to change notification settings

greyhatlinux/Learning-Redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learning redis

As per definition, "Redis is an open source (BSD licensed), in-memory data structure store with persistence, used as a database, cache and message broker". This repo helps you dive into the redis implementation, in your terminal. With this, you'll learn basic commands to read and write into an in-memory database.

Available commands

  • add
  • append
  • info
  • zadd
  • zrank
  • zrange
  • set
  • setex
  • flush
  • info

Scope

Currently this has beginner level commands, but is aimed to be a full playground for redis.

Tips

Feel free to make mistakes, put in wrong commands and get to troubleshoot the errors.

Thanks.

About

This is a playground to learn and explore Redis databases. This gets your hands dirty with implementation of an in-memory database.

Topics

Resources

Stars

Watchers

Forks

Languages