Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 247 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 247 Bytes

HTcache

Implementing a Multithreaded cache server with HAT data structure as storage backend.

The server implements the RESP protocols and is compatible with Redis cli and SDKs.

Available commands (Minimal versions):

  • SET
  • GET
  • DEL
  • PING