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
Hi, I called the setConfig method in the RedisConnection class to modify some configurations, but I did not find the config rewrite command. It seems that this command is not supported. Will this command be supported in the future? How do I write the modified config into the configuration file now?
Thanks.
The text was updated successfully, but these errors were encountered:
Reorder methods. Move rewriteConfig directly implemented on connection to DefaultedRedisConnection respective DefaultedRedisClusterConnection.
Add overload to run config rewrite on individual cluster nodes. Add tests. Add since tags and update Javadoc.
See #1992
Original pull request: #2012.
Hi, I called the setConfig method in the RedisConnection class to modify some configurations, but I did not find the config rewrite command. It seems that this command is not supported. Will this command be supported in the future? How do I write the modified config into the configuration file now?
Thanks.
The text was updated successfully, but these errors were encountered: