nginx-helper icon indicating copy to clipboard operation
nginx-helper copied to clipboard

purge not working correctly with redis database

Open osevan opened this issue 10 months ago • 1 comments

debian sid wordpress latest master php stack latest stable from php.net

i have setupped everything and 2 years before everything worked with red button purge entire cache..

10.10.20.56:6379> keys *

  1. "mydomain.com_page:httpsGETip.x.x.x/--mobile"
  2. "mydomain.com_page:httpsGETmail.mydomain.com/--desktop"
  3. "mydomain.com_page:httpsGETip.X.X.X/--desktop"
  4. "mydomain.com_page:httpsGETmail.mydomain.com/--mobile"
  5. "mydomain.com_page:httpsGETwww.mydomain.com/--desktop

even when i click on purge entire cache or purge cache above on dashboard

i uploaded picture with prefix field "mydomaoin.com_page:" i tried both "mydomain.com_page"

saved changes and purge button not working my host field is of same like above my redis server

additional notes: dotes in field enable purge arent visible anymore, i can click and see if off or not , because menu options closes when i click, - it reacts but no dot inside Enable Purge field

Image

thanks and

best regards

osevan avatar Feb 06 '25 11:02 osevan

phpinfo spits out

redis

Redis Support => enabled Redis Version => 6.1.0 Redis Sentinel Version => 1.0 Available serializers => php, json

Directive => Local Value => Master Value redis.arrays.algorithm => no value => no value redis.arrays.auth => no value => no value redis.arrays.autorehash => 0 => 0 redis.arrays.connecttimeout => 0 => 0 redis.arrays.consistent => 0 => 0 redis.arrays.distributor => no value => no value redis.arrays.functions => no value => no value redis.arrays.hosts => no value => no value redis.arrays.index => 0 => 0 redis.arrays.lazyconnect => 0 => 0 redis.arrays.names => no value => no value redis.arrays.pconnect => 0 => 0 redis.arrays.previous => no value => no value redis.arrays.readtimeout => 0 => 0 redis.arrays.retryinterval => 0 => 0 redis.clusters.auth => no value => no value redis.clusters.cache_slots => 0 => 0 redis.clusters.persistent => 0 => 0 redis.clusters.read_timeout => 0 => 0 redis.clusters.seeds => no value => no value redis.clusters.timeout => 0 => 0 redis.pconnect.connection_limit => 0 => 0 redis.pconnect.echo_check_liveness => 1 => 1 redis.pconnect.pool_detect_dirty => 0 => 0 redis.pconnect.pool_pattern => no value => no value redis.pconnect.pool_poll_timeout => 0 => 0 redis.pconnect.pooling_enabled => 1 => 1 redis.session.compression => none => none redis.session.compression_level => 3 => 3 redis.session.early_refresh => 0 => 0 redis.session.lock_expire => 0 => 0 redis.session.lock_retries => 100 => 100 redis.session.lock_wait_time => 20000 => 20000 redis.session.locking_enabled => 0 => 0

php -m|grep -P "redis|apcu|imagick|brotli" apcu brotli imagick redis

osevan avatar Feb 06 '25 11:02 osevan