Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

purge not working correctly with redis database #395

Open
osevan opened this issue Feb 6, 2025 · 1 comment
Open

purge not working correctly with redis database #395

osevan opened this issue Feb 6, 2025 · 1 comment
Assignees
Labels
stage/new newly opened issues

Comments

@osevan
Copy link

osevan commented Feb 6, 2025

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
Copy link
Author

osevan commented Feb 6, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stage/new newly opened issues
Projects
None yet
Development

No branches or pull requests

4 participants