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:
@@ -57,3 +57,7 @@ password = ""
|
||||
|
||||
[SQLiteCache]
|
||||
file = "cache.sqlite"
|
||||
|
||||
[MemcachedCache]
|
||||
host = "localhost"
|
||||
port = 11211
|
||||
|
Reference in New Issue
Block a user