Logo white

Peter M. Groen / redox

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 152
  • Compare
  • Branches 1
  • Tags 0
  • redox
  • include
31 Jan, 2015
2 commits
  • Update speed tests ...
    7d047897
    Things are faster with vectors! Also added a note about strToVec and
    vecToStr, and made them static methods.
    Hayk Martirosyan authored
    2015-01-31 01:50:06 -0800  
    Browse Dir »
  • Move from string command to vector of strings ...
    55c56d87
    This enables full support for binary data, with no tokenization needed
    and all the assumptions that come with that. All of the core methods are
    changed to accept vector<string>& instead of string&. Ported all
    examples and tutorial as well.
    Hayk Martirosyan authored
    2015-01-31 01:24:23 -0800  
    Browse Dir »

30 Jan, 2015
2 commits
  • Fix disconnect behavior, when hiredis returns null reply ...
    3d0b073e
    Call Redox::disconnectCallback from processReply
    Hayk Martirosyan authored
    2015-01-30 14:42:53 -0800  
    Browse Dir »
  • Move everything out of constructor to .connect() ...
    b0c70bce
    This makes more sense logically, and lets the Redox object get default
    constructed with nothing but the optional logger parameters.
    Hayk Martirosyan authored
    2015-01-30 01:47:39 -0800  
    Browse Dir »

27 Jan, 2015
1 commit
  • Separated out include directory, started tutorial ...
    7a15a7f2
    Separate include directory so that examples can reference the same thing
    whether installed in the system or from the local folder.
    Hayk Martirosyan authored
    2015-01-27 15:07:59 -0800  
    Browse Dir »