Email or username:

Password:

Forgot your password?
Top-level
blhue

@dansup I’m always +1 on removing Redis from projects where possible. I find it’s often thrown in as a crutch to overcome a performance issue that could be handled better otherwise (schema/query improvements, Dynamo (or the like), etc.

1 comment
dansup

@blhue Redis is really useful for larger instances, but for smaller ones, they can def get by with the database.

The challenges that masto/pf have are not common, and tbh would be probably better served with a graph database but that's a toot for another day

Go Up