Beta Version.
- Hiredis
- C++ 11
git clone https://github.com/redis/hiredis
mkdir build && cd build
cmake ..
make -j4
sudo make installThis will install Hiredis to /usr/local/include/hiredis/
-
FULL PARSING SUPPORT (Done) -
ResultScalarType Implementaion (Done) -
Functional Query implementation (Partial Done) -
Statistics Implementation -
RedisGraph Caches (Single Graph) added -
Result Set implemented accoroing to RedisGraph client specification -
Comapact query instruction support added
-
MULTI THREAD IMPLEMENTATION -
PUB-SUB (Transcation Watch) -
CONTEXTED API -
PROCEDURE test