Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
71 views

I will share my experience about a crazy problem on one application that I manage, that is a Laravel application publish on AWS ECS, that need to use a shared redis to store sessions and developers ...
Luca Camillo's user avatar
1 vote
0 answers
220 views

We had a 1 hour window where a small percentage of requests failed intermittently across multiple different servers all with RedisCluster::get(): SSL: Connection reset by peer when trying to connect ...
Mat's user avatar
  • 126
1 vote
2 answers
407 views

I am trying to install php-redis via pecl. Running this: php -i | grep API gives this: PHP API => 20220829 I then run pecl install redis and I get the message: ... running: phpize Configuring for: ...
Leon Segal's user avatar
0 votes
1 answer
909 views

I am newbee here, sorry if the question is stupid I'm trying to install php7.1-redis on Ubuntu 24.04, but I'm getting the following errors: E: Unable to locate package php7.1-redis E: Couldn't find ...
reptiloid's user avatar
1 vote
0 answers
362 views

I have recently started with laravel and php and implemented redis using predis for a single node redis server ( using azure redis for cache ). All was good until we decided to upgrade and turn ...
BionicSharkie's user avatar
-2 votes
2 answers
3k views

The Laravel documentation recommends using the phpredis PHP extension instead of the predis package due to having better performance, which PHP extensions generally seem to at the cost of a more ...
Hashim Aziz's user avatar
  • 6,576
0 votes
1 answer
1k views

I'm trying to do a PHP Redis connection. I explored the phpredis and the predis packages and didn't find a way to include the username and password URL connection string. This is because I receive a ...
David Pires's user avatar
0 votes
2 answers
3k views

I'm looking into a way to setup Redis HA using Sentinels, and am looking into drivers that will work with laravel and laravel/horizon for job scheudling. I've been looking into solutions on google - ...
Erikas's user avatar
  • 79
2 votes
1 answer
1k views

I discovered an issue with our Laravel project during a fresh installation. When I cloned the entire project and created the env file, I proceeded to install Sail containers and the existing Composer ...
Davood Ghanbarpour's user avatar
1 vote
0 answers
1k views

lighttpd 1.4.69, PHP-fpm 8.2.3, debian 11, 10.5.18-MariaDB, php-redis 5.3.7 - compression lz4 All packages are installed via apt object cache pro wordpress plugin php info igbinary support - enabled ...
rusborder's user avatar
2 votes
1 answer
3k views

I'm using Upstash Redis with TLS connection, but I'm always getting connection lost, redis exception, timed out 2 minutes, when trying to connect to Redis. If I use TCP, it works fine. Using localhost,...
wanna_coder101's user avatar
2 votes
0 answers
280 views

I am using redis for cache. Is caching of javascript and css possible in redis server? I am trying to cache my css file in redis
Dev Mishra's user avatar
0 votes
0 answers
223 views

I have a project based on drupal 6. I installed php5.6 and redis and php-redis on ubuntu. Now, when I run my project, faced 'Class 'Predis\Client' not found in'. also my redis config in setting file ...
mohammad nabipour's user avatar
1 vote
1 answer
6k views

i'm using predis integrated with laravel, in some case predis got connection timeout, but when i'm trying to connect redis server via cli, i got connected perfectly can anyone help me how to resolve ...
ALji's user avatar
  • 13
36 votes
7 answers
70k views

I am using laravel 8, and it is throwing error, when ever I tried to run: php artsian config:clear On laravel, this is my config value (because I am trying to use phpredis): 'client' => env('...
Aayush Dahal's user avatar
  • 1,232
1 vote
1 answer
8k views

phpredis returns "Couldn't map cluster keyspace using any provided seed" error when trying to connect to AWS ElasticCache for Redis cluster with tls/ssl turned on. Everything is working fine ...
Rajdeep D's user avatar
  • 3,920
1 vote
2 answers
4k views

I have an application where the backend data store is Redis. This application (interface) provides users with a table that must support searching, pagination, sorting and filtering. My Redis design ...
Crayons's user avatar
  • 2,176
0 votes
2 answers
3k views

We are upgrading from ubuntu 14 to ubuntu 16, but are encountering problems installing php-redis. We're trying to get php-redis for php 5.6 but php-redis for php8.0 is being installed instead. When ...
Edward's user avatar
  • 1
1 vote
0 answers
2k views

I have a PHP app with 200 req/sec with a session table on MySQL with lastactivity, so I have to update it on every request. This keeps our MySQL server really busy so I decided to use REDIS to store ...
Mojtaba Sayari's user avatar
2 votes
1 answer
6k views

i'm trying to enable Horizon on Laradock but i always received this message "Please make sure the PHP Redis extension is installed and enabled" I've accessed to Workspace container to check ...
Richathon's user avatar
  • 101
1 vote
0 answers
1k views

I have installed redis on my mac Big Sur 11.0.1 and also, I have installed MAMP. Now, I am trying to add phpredis as redis extension but I am having php error while loading redis.so file which I ...
Rabin's user avatar
  • 51
2 votes
1 answer
2k views

Hope someone can help with this as a new install of PHP and Heroku Redis This is the error I'm getting:- 2020-12-14T19:46:37.368544+00:00 app[web.1]: [14-Dec-2020 19:46:37 UTC] PHP Warning: ...
Rob Edlin's user avatar
0 votes
0 answers
1k views

Windows / Using XAMPP / PHP version 7.4.11 / php_redis.dll Thread Safe for PHP 7.4 / Redis runs with command prompt Connecting to Redis in my PHP application with $redis->pconnect('127.0.0.1', '...
Chiel's user avatar
  • 11
2 votes
1 answer
4k views

I am using Laravel with Phpredis and I've created a webhook that adds a job to the queue. I've followed the docs for the interrogation but my jobs are not being queued. .env QUEUE_CONNECTION=redis ...
Ștefan Poenaru's user avatar
2 votes
1 answer
361 views

Is there a way to extend phpredis session.save handler to call a function when garbage collection happens? ini_set('session.save_handler','redis'); //code to set an additional gc ...
Chris Muench's user avatar
  • 18.5k

1
2 3 4 5