I have installed Memurai on my Windows 10 64-bit system. Memurai is a Redis-compatible in-memory cache and persistent datastore running on Windows. I followed the steps given in Installation steps. Memurai can be installed as a Windows service during the initial setup, or later using the command line options. How can I create some basic applications with Memurai on Windows to taste the water. May I write some simple Java applications to use Memurai as a set-get store and test other features as well? Need some guidance and pointers.
Similar to Jedis that works for Redis as a client, is there any such client API available to test as standalone server as single instance, or through some connection pool or connection cluster, where each cluster may have one or more connection pools to do load balancing? Some sample code, tutorial would help using Java.