Commit a0467aa22e32172b62dbca603cb2d43dd5b6c9cb

Authored by Hayk Martirosyan
1 parent 9e898af2

Add sloc

Showing 1 changed file with 1 additions and 0 deletions
README.md
@@ -15,6 +15,7 @@ high-performance applications. It is built on top of [hiredis](https://github.co @@ -15,6 +15,7 @@ high-performance applications. It is built on top of [hiredis](https://github.co
15 so they can capture state - lambdas, member functions, bind expressions 15 so they can capture state - lambdas, member functions, bind expressions
16 * Thread-safe - use one Redox object in multiple threads or multiple Redox objects in one thread 16 * Thread-safe - use one Redox object in multiple threads or multiple Redox objects in one thread
17 * Automatic pipelining, even for synchronous calls from separate threads 17 * Automatic pipelining, even for synchronous calls from separate threads
  18 + * Small, < 1k SLOC
18 * Access to low-level reply objects when needed 19 * Access to low-level reply objects when needed
19 * 100% clean Valgrind reports 20 * 100% clean Valgrind reports
20 21