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
  • src
  • command.cpp
30 Dec, 2014
1 commit
  • Add vector<string> reply type, benchmark info in README ...
    9e898af2
    Also plan to add in set<string> and unordered_set<string>. Maybe
    queue<string>. Looking at likely removing char* as an option, if it
    shows to be about the same speed as string.
    Hayk Martirosyan authored
    2014-12-30 16:00:58 -0800  
    Browse File »

29 Dec, 2014
2 commits
  • Add more guards, rearrange logic to be more bulletproof ...
    3bb3949a
    Fixed a couple of bugs found with a test case of 100 parallel
    asynchronous clients. As of now, there are no known memory
    leaks, segfaults, or deadlocks in Redox.
    Hayk Martirosyan authored
    2014-12-29 22:10:26 -0500  
    Browse File »
  • Clean Valgrind reports, improved speed examples ...
    c2436e64
    Take that, hours of debugging memory leaks! Did lots of structural
    tweaks to more smartly keep track of commands and make sure everything
    is evenutally freed from the heap.
    Hayk Martirosyan authored
    2014-12-29 03:27:56 -0500  
    Browse File »

27 Dec, 2014
1 commit
  • Add nullptr_t command type, refactor code even more ...
    0d5e3bdf
    Added Command<nullptr_t> which successfully returns NIL
    replies from Redis, with REDOX_OK. Also renamed constants
    from REDISX_ -> REDOX_.
    
    Moved a bunch of code from redox.cpp into command.cpp, where
    it logically makes more sense.
    Hayk Martirosyan authored
    2014-12-27 17:20:18 -0500  
    Browse File »