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

Undefined variable in cache redis #6272

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

b1tc0re
Copy link
Contributor

@b1tc0re b1tc0re commented Mar 4, 2024

Variable $value is undefined in cache redis.

Maybe you still need to check it like this

if  (! isset($data['__ci_type'], $data['__ci_value']) || ($data['__ci_value'] === FALSE && $this->_redis->sIsMember('_ci_redis_serialized', $key))  )
{
            return null;
}

Variable $value is undefined in cache redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant