Kache Versions Save

A simple in memory cache written using go

v1.0.1

5 years ago

Release Notes

  • Added some nice ASCII art
  • Logging level defaults to Information
  • Displays kache info on startup

Fixed bugs

  • A bug related to expire command #98

v1.0.0

5 years ago

Release Notes

  • Supports RESP2
  • Can work seamlessly with existing redis clients
  • Supports pipelining
  • Supports to use with netcat utilities
  • Has new custom loggers
  • Works well with redis-cli

Supported redis commands

  • Get
  • Set
  • Incr
  • Decr
  • Keys
  • Del
  • Expire

Special Thanks

I would like to thanks @Chyroc @BigJk @vic3lord who supported for the project as first contributors.