A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/seppo0010/rlite-java below:

seppo0010/rlite-java: java bindings for rlite

rlite-java

Java bindings for rlite. For more information about rlite, go to rlite repository

Installation

First install rlite

Then clone this repository.

Usage Using rlite-java
import com.rlite.RliteClient;

// ...

RliteClient c = new RliteClient("mydb.rld");
String argv0[] = {"SET", "key", "value"};
c.command(argv0);

String argv1[] = {"GET", "key"};
String reply = (String)c.command(argv1);
// "value"

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4