mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-20 15:40:50 +00:00
Stub implementation of a Redis backend.
This commit is contained in:
parent
d5cf8e21b2
commit
0ab66fa1f1
6 changed files with 257 additions and 2 deletions
|
@ -25,5 +25,7 @@ target_link_libraries(${PROJECT_NAME}
|
|||
#)
|
||||
|
||||
add_subdirectory(postgresql)
|
||||
add_subdirectory(redis)
|
||||
|
||||
add_dependencies(${PROJECT_NAME} ${bare_name}-backend-postgresql)
|
||||
add_dependencies(${PROJECT_NAME} ${bare_name}-backend-redis)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue