[][src]Crate lucid_kv_client

A simple Client for the Lucid KV

Currently supports operations for get, put, delete and exists.

lock, unlock, increment, decrement and ttl are still being implemented.

Notifications currently unsupported

Structs

Builder

A builder for adding custom options to the LucidClient

Certificate

Represents a server X509 certificate.

LucidClient

The main Client

Enums

Error

Errors when doing Client operations

PutStatus

Whether a Key was created or not