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
Would you be interested in an implementation on time to live (TTL) on keys in the data store? Redis for example has this functionality and it is probably sensible to use it to avoid a build up of redundant key, value pairs being kept.
Perhaps something similar to the throttled project in Go?
Again this is something I'm happy to put in a PR for if you're likely to review and accept it.
The text was updated successfully, but these errors were encountered:
Would you be interested in an implementation on time to live (TTL) on keys in the data store? Redis for example has this functionality and it is probably sensible to use it to avoid a build up of redundant key, value pairs being kept.
Perhaps something similar to the
throttled
project in Go?Again this is something I'm happy to put in a PR for if you're likely to review and accept it.
The text was updated successfully, but these errors were encountered: