mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-07 13:29:49 +00:00
Implement locate_in_db().
This commit is contained in:
parent
5566b81b45
commit
d46cb322b9
3 changed files with 54 additions and 1 deletions
|
@ -239,7 +239,7 @@ namespace dindb {
|
|||
}
|
||||
|
||||
std::vector<LocatedItem> BackendRedis::locate_in_db (const std::string& parSearch, const TagList& parTags) {
|
||||
return std::vector<LocatedItem>();
|
||||
return dindb::locate_in_db(m_redis, parSearch, parTags);
|
||||
}
|
||||
|
||||
std::vector<LocatedItem> BackendRedis::locate_in_db (const mchlib::TigerHash& parSearch, const TagList& parTags) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue