1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-07-09 15:14:09 +00:00
Commit graph

8 commits

Author SHA1 Message Date
4e41ea1864 Move hiredis wrapper into a separate .so
...but the new cmake file has some ugly hacks. Trying to work on
the problems...
2016-07-13 15:13:59 +01:00
9a84f63e54 Implement zrangebyscore(). 2016-07-13 01:49:29 +01:00
afb2e68849 Implement locate_in_db() by hash. 2016-07-12 16:42:27 +01:00
f4c495c5ea New wrapper methods. 2016-07-12 12:30:17 +01:00
e0670ff433 New IncRedisBatch class.
Wraps Batch similarly to how IncRedis wraps Command.
2016-07-12 12:07:36 +01:00
e02b0a16f5 Implement hmget() method and use it. 2016-07-12 11:40:44 +01:00
64b87c52bb Move *scan function from Command to IncRedis.
Pass down IncRedis as required to fix the build.
2016-07-12 10:55:45 +01:00
d0242e2721 New IncRedis class. Makes high-level access to Redis easier. 2016-07-12 10:43:32 +01:00