blackjack / booredis

Simple boost::asio based Redis client library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Booredis version 0.1.7
-------------------------------------------------
Date: Oct 20, 2017
Website: https://github.com/blackjack/booredis

Project Lead/Maintainer (2012-current):
  Oleksandr Senkovych <bjsenya@gmail.com>

Install
-------
  For installation or compiling instructions, see the INSTALL file.

License
-------
  This library is licensed under the Lesser GNU General Public License.  See
  the COPYING file for more information.

Examples
-------
  See directory src/examples for it!

Description
-----------
  Booredis is an asyncronous boost::asio-based Redis client library.
  It's main purpose is simplicity. You don't have to worry about almost
  nothing: it's very easy to use.

  For now due to it's async nature it's not very usable to get values from
  Redis, but it's very convenient way to use for setting values and subscribing.

About

Simple boost::asio based Redis client library

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 81.6%Language:CMake 18.4%