Now that you've installed Membase and have probably created a cluster of Membase servers, it is time to install the client library library, spymemcached, and start storing data into it.
Here's a quick outline of what you'll learn in this article:
Download the Java Membase Client Library, spymemcached.
Create an Eclipse project and set up the Membase Client Library as a referenced library.
Write a simple program to demonstrate connecting to Membase and saving some data.
Explore some of the API methods that will take you further than the simple program.