Skip to content

PaperCache/paper-client-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paper-client-java

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

Example

import io.papercache.PaperClient;

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

client.set("hello", "world");
String 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