Skip to content

Implementations of the IKVStore interface #2

Description

@hengxin

IKVStore is an interface providing put(), get(), and remove() methods to access the data in store. IKVStore should be implemented in many different ways. For instance, in the side of a server replica, the key-value data may be stored in memory, in files, or in database. For a client, it may be a cache store.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions