Skip to content

Commit

Permalink
Redis DB cache plugin (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 17, 2024
1 parent 8d6cf77 commit 79c8603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/common.neon
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extensions:
##################################

services:
cache.storage: FastyBird\Library\Application\Caching\MemoryAdapterStorage(Nette\Caching\Storages\FileStorage(%tempDir%/cache, Nette\Caching\Storages\SQLiteJournal(%tempDir%/cache/journal.s3db)))
# cache.storage: FastyBird\Library\Application\Caching\MemoryAdapterStorage(Nette\Caching\Storages\FileStorage(%tempDir%/cache, Nette\Caching\Storages\SQLiteJournal(%tempDir%/cache/journal.s3db)))
# cache.storage: Nette\Caching\Storages\FileStorage(%tempDir%/cache, Nette\Caching\Storages\SQLiteJournal(%tempDir%/cache/journal.s3db))
# cache.storage: Nette\Caching\Storages\FileStorage(%tempDir%/cache)

Expand Down

0 comments on commit 79c8603

Please sign in to comment.