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.