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

17 commits

Author SHA1 Message Date
e5814a5575 Buildfix in redis backend 2016-07-14 18:13:30 +01:00
7a3438def6 Fix namespaces.
Build works, except for incredis which I'm going to move out anyways.
2016-07-14 16:02:15 +01:00
a5477c99cf Import duckhandy as a submodule and fix includes. 2016-07-14 15:52:03 +01:00
853fb13495 Implement find_paths_starting_by(). 2016-07-13 12:19:27 +01:00
f58d7d84eb Implement find_file_details(). 2016-07-13 01:49:29 +01:00
a9b979dd03 Implement zadd(). 2016-07-13 01:49:29 +01:00
d7c254e1a0 Implement find_set_details(). 2016-07-12 20:31:57 +01:00
5e69367c2c Implement locate_sets_in_db().
It's finally got fast & easy to write! Too bad it was the last one...
2016-07-12 19:01:31 +01:00
346f7ce971 Refactor code so there is less copy paste. 2016-07-12 18:50:51 +01:00
e0eaad2587 Implement locate_sets_in_db(). 2016-07-12 18:08:10 +01:00
bcfd1287c9 Extract the boost::copy_range part into a new function.
By making a more generic function, both locate functions can
use the same code now.
2016-07-12 17:20:56 +01:00
afb2e68849 Implement locate_in_db() by hash. 2016-07-12 16:42:27 +01:00
d6682eb130 Call wrapper methods instead of plain run(). 2016-07-12 12:30:53 +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
0d16e4005e I forgot to check the tags... 2016-07-11 19:30:44 +01:00
d46cb322b9 Implement locate_in_db(). 2016-07-11 18:38:08 +01:00
645cf5858b Implement find_all_sets. 2016-07-11 18:02:50 +01:00