1
0
Fork 0
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:
King_DuckZ 2016-06-07 22:45:30 +01:00
parent d5cf8e21b2
commit 0ab66fa1f1
6 changed files with 257 additions and 2 deletions

View file

@ -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)