About 495,000 results
Open links in new tab
  1. Redis & clusters : how to configure cluster for cache - Laracasts

    Hello, I'm trying to setup a shared cache with Redis on a multi nodes environment. My goal is to create a pool of Redis servers to mutualize cache between the nodes. To achieve that, I'm …

  2. Redis cluster in Laravel 10 - Laracasts

    Hi, I'm installing a new server platform and have access to a Redis Sentinel cluster. I can't find any reference to how to configure a Redis Sentinel cluster in the official Laravel …

  3. How to Integrate Amazon ElastiCache (Redis) Serverless? - Laracasts

    Hi, I'm currently using Amazon ElastiCache, and it's working fine. Now, I want to integrate Serverless ElastiCache. I've entered REDIS_HOST and REDIS_PORT similar to the …

  4. Redis: Connection Refused - Laracasts

    Psy Shell v0. 11.7 (PHP 8.1. 8 — cli) by Justin Hileman >>> \Illuminate\Support\Facades\Redis:: get ('test'); RedisException with message 'Connection refused' ... REDIS_HOST=redis Like …

  5. Redis - CLUSTERDOWN The cluster is down - Laracasts

    lsof - i : 7002 If there is another process using the port, you can either stop that process or choose a different port for your Redis instance. If there are no other processes using the port, it's …

  6. Laravel Horizon with Redis Cluster - Laracasts

    Hi everyone, I am trying out connecting Laravel Horizon to an Elasticache Redis Cluster and i've been having issues with the configuration. There are little to no resources on it, and from …

  7. Redis latency with Redis cluster on Kubernetes - Laracasts

    We recently moved all of our application infrastructure from ECS on Amazon Web Services to Managed Kubernetes on Digital Ocean. The biggest change with this migration was the move …

  8. AWS Elasticache cluster mode with phpredis gives RedisException …

    When I visit my website it gives an error RedisException MOVED 1529 X.X.X.X:6379 I have followed the instruction as per the laravel Guide - Configuring Clusters Env details PHP 7.4.4 …

  9. Check redis with cluster - laracasts.com

    Hi, i'm currently using redis in laravel everything works fine, unless i can't check my redis's keys like normally I went to "redis-cli " and type "keys *" it shows -empty list or set- But my cache …

  10. laravel redis scan method - Laracasts

    Running my application inside a redis cluster and I stumbled about a strange issue: dd (Redis::connection ('default')->scan ('0', [ 'match' => 'my_application_cache ...