1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-13 12:04:09 +02:00

[core] Implemented MemcachedCache (#1000)

* [core] Implemented MemcachedCache
This commit is contained in:
Eugene Molotov
2019-05-03 14:56:07 +05:00
committed by Teromene
parent fe103974f5
commit 75359bc11b
2 changed files with 119 additions and 0 deletions

View File

@@ -57,3 +57,7 @@ password = ""
[SQLiteCache]
file = "cache.sqlite"
[MemcachedCache]
host = "localhost"
port = 11211