Conversation:
Notices
-
@moonman @takeshitakenji *Ideally* what I'd like to have going in a larger postActiv deployment is a system like this.
user writes notice --> server ---> redis cache --> federation queue handler --> rest of the world
So for local front-end you can poke the redis cache, and you could do that for frontends to the instance run remotely as well.
-
@takeshitakenji You have no idea the death battles people have gotten into with me over my wanting PHP to have better built in tools for this.
-
@takeshitakenji @moonman In THEORY it should be pretty easy to add Redis to GS/PA. But I've said that before, haven't I? In practice ... well, its OOPy, but it's not very modular, so rewriting one thing ends up having a lot of baggage. All the same, I hope to add support for Redis as a caching mechanism in the future.
-
@moonman @takeshitakenji When I implement redis, I want to make the cache indistinguishable (except at the version endpoint) from a postActiv API interface.