1
0
Fork 0
mirror of https://github.com/KingDuckZ/incredis synced 2024-11-23 00:33:46 +00:00
Commit graph

20 commits

Author SHA1 Message Date
093d1dd198 Optimization - I *think* it's correct. 2016-12-05 20:50:52 +00:00
657ecd63e2 Optimization - don't use futures, use simple pointers.
The local count atomic is used to tell if there are any unanswered
ex-futures yet.
2016-12-05 20:45:07 +00:00
930fde41c8 Pass down a ThreadContext instead of a bare std::atomic. 2016-12-05 15:05:02 +00:00
4d8adc19f2 Add performance test calling SET 1.5 mil times. 2016-12-05 13:01:40 +00:00
26d00baae3 First writing of a readme file. 2016-12-02 19:28:57 +00:00
f74473bf07 Import catch and write a first integration test. 2016-12-02 14:17:37 +00:00
20edb06241 Add set/get/flushdb/dbsize convenience methods. 2016-12-02 14:17:37 +00:00
68a73d3eb6 Replace long long with RedisInt typedef. 2016-12-02 14:17:37 +00:00
0da5c0de3c Add missing implementation for get<StatusString>(). 2016-12-02 14:17:37 +00:00
3b57d01b0f Add some convenience methods to check the type of a reply. 2016-12-02 14:17:37 +00:00
0d4561e2c7 Revert "Try a lower hiredis version requirement"
It didn't work.

This reverts commit afa4db7348.
2016-07-15 19:19:16 +01:00
afa4db7348 Try a lower hiredis version requirement 2016-07-15 19:04:22 +01:00
94fa688c17 Also ignore better-enums 2016-07-15 15:16:30 +01:00
144394e4f0 Update duckhandy 2016-07-15 15:11:29 +01:00
447226378a Update duckhandy 2016-07-15 15:00:34 +01:00
7a93e9667f Update duckhandy 2016-07-15 14:54:50 +01:00
8860dc0620 Move public headers to the include/incredis dir. 2016-07-14 18:13:03 +01:00
6aad99c0f4 Update shared_git_project and duckhandy to latest. 2016-07-14 17:01:16 +01:00
2c498e286e Buildfix 2016-07-14 16:49:09 +01:00
5d79a9101c First commit
Import incredis straight from dindexer.
2016-07-14 16:36:14 +01:00