Add support for CONFIG REWRITE.
Signed-off-by: Manousos Mathioudakis <manoumathioudakis@yahoo.gr> Closes #1992 Original pull request: #2012.
This commit is contained in:
committed by
Mark Paluch
parent
3a1fbe1cf7
commit
2d56eaf3c6
@@ -983,6 +983,11 @@ class RedisConnectionUnitTests {
|
||||
delegate.migrate(key, target, dbIndex, option, timeout);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void rewriteConfig() {
|
||||
delegate.rewriteConfig();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Boolean set(byte[] key, byte[] value, Expiration expiration, SetOption options) {
|
||||
return delegate.set(key, value, expiration, options);
|
||||
|
||||
Reference in New Issue
Block a user