-
Notifications
You must be signed in to change notification settings - Fork 8
/
README
29 lines (23 loc) · 854 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Booredis version 0.1.7
-------------------------------------------------
Date: Oct 20, 2017
Website: https://github.com/blackjack/booredis
Project Lead/Maintainer (2012-current):
Oleksandr Senkovych <[email protected]>
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.