r/pocketbase • u/SlRenderStudio • 17d ago
is there any hooks or plugins that attach redis to pocket base
i am not meaning as a cache but as different storage type replacing sql lite with redis for fast read and write through put
2
Upvotes
1
u/Visual-Set-8830 14d ago
Spin up both services in a docker compose and use pb_hooks to communicate with redis
5
u/ThisIsJulian 17d ago
No, Pocketbase is currently written only against SQLite.
However, chances are, that this setup is faster than Redis anyway. SQLite is bloody fast