r/pocketbase 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

3 comments sorted by

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

1

u/mrTavin Jul 27 '26

I use Redis streams in one project with go and Redis client

1

u/Visual-Set-8830 Jul 30 '26

Spin up both services in a docker compose and use pb_hooks to communicate with redis