Java bindings for rlite. For more information about rlite, go to rlite repository
InstallationFirst install rlite
Then clone this repository.
Usage Using rlite-javaimport 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