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
29 Dec, 2014
1 commit
  • 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 »