Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

php-fpm下用Redis Extension连接cluster的时候,无法追踪到记录 #430

Open
xiewenbin29 opened this issue Aug 26, 2021 · 3 comments

Comments

@xiewenbin29
Copy link

使用的是官方提供的镜像,skyapm/skywalking-php-7.4-fpm-alpine:latest,使用php-fpm方式运行的,当代码中连接的是redis cluster的时候,无法追踪到redis的操作记录
redis 扩展的版本信息:

bash-5.1# php --ri redis

redis

Redis Support => enabled
Redis Version => 5.3.4
Redis Sentinel Version => 0.1
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.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.arrays.consistent => 0 => 0
redis.clusters.cache_slots => 0 => 0
redis.clusters.auth => no value => no value
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.pooling_enabled => 1 => 1
redis.pconnect.connection_limit => 0 => 0
redis.pconnect.echo_check_liveness => 1 => 1
redis.pconnect.pool_pattern => no value => no value
redis.session.locking_enabled => 0 => 0
redis.session.lock_expire => 0 => 0
redis.session.lock_retries => 10 => 10
redis.session.lock_wait_time => 2000 => 2000


bash-5.1# php -v
PHP 7.4.22 (cli) (built: Aug  6 2021 23:34:16) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
@heyanlong
Copy link
Member

redis cluster未做兼容

@xiewenbin29
Copy link
Author

这个会有兼容的计划吗

@heyanlong
Copy link
Member

会有

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants