1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-06 03:55:36 -05:00

Add support for redis authentication (#420)

* Add support for redis authentication (Update redpool dependency)
 - Add configuration option `redisPassword`

* Reference `redisPassword` in nitter.conf
This commit is contained in:
Vítor
2021-08-06 19:53:16 -03:00
committed by GitHub
parent 6c5cb01b29
commit fd384ff33e
5 changed files with 5 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ requires "nimcrypto >= 0.4.11"
requires "markdown#abdbe5e"
requires "packedjson#7198cc8"
requires "supersnappy#1.1.5"
requires "redpool#57aeb25"
requires "redpool#f880f49"
requires "https://github.com/zedeus/redis#94bcbf1"
requires "https://github.com/disruptek/frosty#0.3.1"