Top "Predis" questions

Predis is a flexible and feature-complete PHP client library for the Redis key-value store.

Redis keys are not expiring - Laravel, Predis

I am using Laravel 5.4, with Predis and the latest Redis (or Redis for Windows). The keys are being saved without …

php laravel redis predis
Is there a Predis documentation?

I was using phpredis and now I am also trying predis for my php applications, but I couldn't find a …

php redis predis
LogicException: Please make sure the PHP Redis extension is installed and enabled

Laravel Version: 7.5.0 PHP Version: 7.2 Database Driver & Version: Redis Everything was working fine but suddenly this error appear i changed …

laravel redis predis laravel-7 laravel-events
Name or service not known [tcp://redis:6379]

i am having a problem setting up redis cache with laravel. i have a redis server runnig on my local …

php laravel-5 predis phpredis redis-cache
NOAUTH Authentication required. Laravel + Redis

I am getting error NOAUTH Authentication required. My laravel version is 5.3 and I am using predis 1.1.1 to connect redis. in …

redis laravel-5.3 predis
PHP Predis: how to get/delete keys containing special characters?

I need to delete a key containing some special keys (in my case square brackets): I do the following, but …

php predis
Redis - Check if key exists using predis

Using predis is it possible to check if a key exists? My users data is stored as follows: public function …

php redis predis
Predis Protocol error: invalid bulk length

I am using predis and everything was great until I started getting this error: ERR Protocol error: invalid bulk length …

php redis predis
How to use SCAN with the MATCH option in Predis

I have previously used the KEYS command to search for keys matching a certain pattern in my Redis database. Since …

php redis predis
redis timeout with predis

I'm using redis with php (predis at http://github.com/nrk/predis/) and am experiencing frequent timeout. The stack trace …

redis predis