1
0
Fork 0
mirror of https://github.com/KingDuckZ/incredis synced 2025-06-07 00:51:43 +00:00
Commit graph

20 commits

Author SHA1 Message Date
39cfbada85 Use the new int_conv instead of the old lexical_cast. 2018-10-13 12:34:56 +01:00
7b1931bca0 Accept lua scripts in a string_view rather than in a string. 2017-06-21 21:09:46 +01:00
0aee978661 Bugfix - command pointer became wrong when IncRedis got moved. 2017-06-20 21:26:14 +01:00
a9de3643f4 DEL returns an integer, it seems. 2017-06-14 23:56:57 +01:00
ff802e975a Replace string_ref with string_view. 2017-06-06 21:09:09 +01:00
ac26d244a1 Add hmset and expire commands 2017-04-25 00:08:17 +01:00
1d7a89fee3 Make Command and IncRedis moveable 2017-04-14 00:45:39 +01:00
89da7b33fe Add INCR command 2017-04-06 21:48:15 +01:00
7440745ea2 Rename replies_requested() into replies_ready(). 2016-12-06 18:41:02 +00:00
a6fab83296 Optimization - Get rid of the vector that held the unique_ptr.
Use the replies list directly. I can't see any significant
performance improvement yet, but there is something else I want to
try starting from this point.
2016-12-06 18:39:41 +00:00
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
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
8860dc0620 Move public headers to the include/incredis dir. 2016-07-14 18:13:03 +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