Coder Social home page Coder Social logo

billtian / memcachepp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maximp/memcachepp

0.0 2.0 0.0 411 KB

A header-only memcache client for C++ leveraging the Boost C++ Library.

Home Page: http://mikhailberis.github.com/memcachepp

License: Other

C++ 98.80% Shell 0.19% CMake 1.01%

memcachepp's Introduction

Memcache++ - a memcache client library

Requirements

  • Boost C++ Library (1.44 or SVN Trunk)
  • GCC 4.4.x

Notes

On Hacking Memcache++

  • When you find a bug, write a unit test to reproduce the bug then make sure that any fixes will not cause regressions to earlier marked passing tests.
  • Send email to [email protected] for feature requests and patches.
  • Go to http://github.com/mikhailberis/memcachepp and fork it.
  • Implement your feature/enhancement and then send a pull request.

On Testing Memcache++:

  • You need at least 4 running instances of memcached on the local machine to run the tests. The provided test-setup.sh script assumes you have memcached installed and available from the path. To run it, you need administrator privileges on the local machine.
  • Invoking 'bjam' in the home directory will require that you have properly installed and set up the Boost.Build version 2 build system on your machine, and the BOOST_ROOT environment variable defined to point to the Boost C++ Library distribution root directory.

On Installing Memcache++:

  • Memcache++ is header-only, meaning it can be made part of the application you''re building. This requires though that at build-time, the Boost C++ Library 1.38 or a checkout of the Boost subversion trunk is accessible.
  • The required libraries are:
    • Boost.Serialization
    • Boost.Asio (and Boost.System)
    • Boost.Regex
    • Boost.Spirit
    • Boost.String_algo
    • Boost.Concept_check

memcachepp's People

Contributors

deanberris avatar billtian avatar maximp avatar

Watchers

James Cloos 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.