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 it be beneficial to have an initialization option that would run commands against the server?
My thought is for when a Redis server is created by some launcher (so no control over redis.conf). In this situation, it may be good to be able to run some config commands to set Redis into a given state, such as setting the maxmemory-policy etc, or perhaps warming the cache with values.
Opinions on this? I'd be happy to work on this if other's see benefit.
The text was updated successfully, but these errors were encountered:
Would it be beneficial to have an initialization option that would run commands against the server?
My thought is for when a Redis server is created by some launcher (so no control over redis.conf). In this situation, it may be good to be able to run some config commands to set Redis into a given state, such as setting the
maxmemory-policy
etc, or perhaps warming the cache with values.Opinions on this? I'd be happy to work on this if other's see benefit.
The text was updated successfully, but these errors were encountered: