Skip to content

PaperCache/paper-client-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paper-client-scala

The Scala PaperCache client. The client supports all commands described in the wire protocol on the homepage.

Example

import io.papercache.PaperClient;

val client = new PaperClient("paper://127.0.0.1:3145");

client.set("hello", "world");
val got = client.get("hello");

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages