diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-01-11 19:55:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 19:55:14 +0100 |
commit | 977e9a433085124e17f2f7f26afabbeb71db9470 (patch) | |
tree | 286c046cdd9eaa069e49c81b6f7f7bb545746b65 /Makefile | |
parent | f4004133b605cea8225c720a7f4c593d4c20d13e (diff) | |
parent | dca83944b588be3ec9e49486daea6cf15ef58f78 (diff) | |
download | searxng-977e9a433085124e17f2f7f26afabbeb71db9470.tar.gz searxng-977e9a433085124e17f2f7f26afabbeb71db9470.zip |
Merge pull request #686 from return42/lib_redis
Add redis DB and connector
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ test.shell: utils/lib_nvm.sh \ utils/lib_static.sh \ utils/lib_go.sh \ + utils/lib_redis.sh \ utils/filtron.sh \ utils/searx.sh \ utils/morty.sh \ |