mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 18:14:44 +02:00
[core] Implemented MemcachedCache (#1000)
* [core] Implemented MemcachedCache
This commit is contained in:
parent
fe103974f5
commit
75359bc11b
2 changed files with 119 additions and 0 deletions
|
@ -57,3 +57,7 @@ password = ""
|
|||
|
||||
[SQLiteCache]
|
||||
file = "cache.sqlite"
|
||||
|
||||
[MemcachedCache]
|
||||
host = "localhost"
|
||||
port = 11211
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue