You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using Redis cache for both paginating by best (vote field?) or newest (created_at field?), we should only use the cache for dynamic fields, and have a different endpoint with a cursor for static sort fields.
This will drastically increase efficiency, as less things will be redundantly stored in Redis.
The text was updated successfully, but these errors were encountered:
Instead of using Redis cache for both paginating by best (vote field?) or newest (created_at field?), we should only use the cache for dynamic fields, and have a different endpoint with a cursor for static sort fields.
This will drastically increase efficiency, as less things will be redundantly stored in Redis.
The text was updated successfully, but these errors were encountered: