Code Monkey home page Code Monkey logo

libyrmcds's Introduction

Build Status libyrmcds

libyrmcds is a memcached client library written in C.
This is a companion to yrmcds, a memcached compatible KVS.

In addition to the library itself, a client program called yc is included.

Features

  • Minimalistic.

    libyrmcds does not provide any rich features like consistent hashing. Instead, it can be used as a base library to implement such rich features.

  • Designed for binary protocol.

    In order to access the true power of the binary protocol, libyrmcds is designed primarily for binary protocol. Limited support for the text protocol is provided, though.

  • Support for yrmcds extensions.

    Specifically, the server-side locking and the counter extension is supported.

  • Separated send / recv operations.

    Although the socket used in libyrmcds is blocking, receiving results from the server is separated from the sending operations. You can even use a different thread to receive results asynchronously.

  • Optional compression with LZ4.

    Large objects can be transparently compressed/uncompressed with LZ4 compression algorithm.

Build

Just run make.

To support transparent LZ4 compression, obtain LZ4 source code and rebuild the library as follows:

$ make lz4
$ make clean; make

Install

Place yrmcds.h and libyrmcds.a to appropriate directories.

Usage

See USAGE.md.

Authors & Contributors

libyrmcds's People

Contributors

chobie avatar devnexen avatar kazuho avatar nojima avatar toshipp avatar ymmt2005 avatar yonex avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.