Skip to content

vodkaslime/kyoto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kyoto

A modular designed high performance cache

Functionality

A key-value cache prototype.

Serves HTTP protocol. Client commands has to comply with HTTP request format, and the command information should be json in request body.

For example:

{ "command": "GET", "key": "foo" }

or:

{ "command": "SET", "key": "foo", value: "bar" }

Idea

Faster, my friend.

About

A modular designed high performance cache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages