dahlia / fedify

ActivityPub server framework in TypeScript
https://fedify.dev/
MIT License
327 stars 13 forks source link

Redis adapters for `KvStore` and `MessageQueue` #26

Closed dahlia closed 2 weeks ago

dahlia commented 3 months ago

There are DenoKvStore and DenoKvMessageQueue, but they are only available on Deno. We need more portable alternatives.

dahlia commented 1 month ago

The ioredis package seems appropriate as it works on Node.js, Bun, and Deno.

dahlia commented 2 weeks ago

Going to work on this this week.

dahlia commented 2 weeks ago

Working on this at https://github.com/dahlia/fedify-redis.

dahlia commented 2 weeks ago

I've published a preview version of @fedify/redis, 0.1.0-dev.6+c7c9dbcd, to npm and JSR. It's a release candidate, and if I don't find any issues after doing some more testing, I'll release a proper 0.1.0 version.