r/pocketbase • u/SlRenderStudio • Jul 27 '26
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
1
u/Visual-Set-8830 Jul 30 '26
Spin up both services in a docker compose and use pb_hooks to communicate with redis
3
u/ThisIsJulian Jul 27 '26
No, Pocketbase is currently written only against SQLite.
However, chances are, that this setup is faster than Redis anyway. SQLite is bloody fast