Explorar el Código

fix flush call, use del_withPrefix

tags/2.0.1
Jonathan Cobb hace 4 años
padre
commit
a84bb24c32
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      wizard-server/src/main/java/org/cobbzilla/wizard/cache/redis/RedisService.java

+ 1
- 1
wizard-server/src/main/java/org/cobbzilla/wizard/cache/redis/RedisService.java Ver fichero

@@ -663,6 +663,6 @@ public class RedisService {
}
}

public void flush() { keys(prefix(ALL_KEYS)).forEach(this::del); }
public void flush() { keys(prefix(ALL_KEYS)).forEach(this::del_withPrefix); }

}

Cargando…
Cancelar
Guardar