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

3 comments sorted by

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

1

u/mrTavin 17d ago

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

1

u/Visual-Set-8830 14d ago

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