Skip to content
/ htcache Public

Build your own redis like caching system in Rust

License

Notifications You must be signed in to change notification settings

ynachi/htcache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Build your own redis like caching system in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published