Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 752 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 752 Bytes

Minired version

Minimalist cache database with publish-subscribe capabilities

Features🍕

  • Handling major Redis commands
    • SET
    • GET
    • PING
    • HSET
    • HGET
    • HGETALL
  • Persistence storage using AOF
  • Subscribing to channels
  • Multi-client connections
  • Handling transactions.

Build✨

Clone the repo

  git clone github.com/tdadadavid/minired
  cd minired

Build minired🚀


  go build -o minired

Potential improvements🤔

  • [] Add commands pipelining feature
  • [] Build and Deploy a webapp for interacting with it.
  • [] Add other redis commands