Join Nostr
2025-04-30 13:16:33 UTC
in reply to

tegila on Nostr: I’ve made my own server using redis. For me it was better because I can pre-index ...

I’ve made my own server using redis. For me it was better because I can pre-index the database and lightly fetch it when needed. Pre-index work so well bc nostr already give the indexes by tags, Id and pubkey so it’s basically only store and fetch.