Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Releases: kasvith/kache

Kache 1.0.1 Released

24 Mar 17:34
b5f68f6
Compare
Choose a tag to compare

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

Kache 1.0.0 Released

24 Mar 08:32
fda9721
Compare
Choose a tag to compare

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.