• zhaozhao.zz's avatar
    use startEvictionTimeProc() in config set maxmemory (#10019) · 2e1979a2
    zhaozhao.zz authored
    This would mean that the effects of `CONFIG SET maxmemory` may not be visible once the command returns.
    That could anyway happen since incremental eviction was added in redis 6.2 (see #7653)
    
    We do this to fix one of the propagation bugs about eviction see #9890 and #10014.
    2e1979a2
propagate.tcl 23.1 KB