-
As supported by predis/predis : https://github.com/phpredis/phpredis/commit/8144db374338006a316beb11549f37926bd40c5d
Could you add the correct info to the constructor (similar to last PR for AUTH)
-
I'm using Predis on my laravel, I tried to use something like this:
```
$connection = $this->app->make('redis')->connection(config('prometheus.redis'))->client();
$adapter = Redis::fromExistingCo…
-
As per documentation of predis connection parameter might be a list of URIs.
https://github.com/predis/predis?tab=readme-ov-file#connecting-to-redis
When a list of URIs is passed [this line](https…
-
**Describe the bug**
`GEOSEARCH` is not flagged as a read-only command in the Predis library, causing the client to incorrectly switch to the master node for this operation, even though `GEOSEARCH`…
-
Hi,
I'm following the "Getting Started" ArgoCD documentation. I successfully deployed the guestbook, but you may want to know that the deployment is broken. Redis is missing.
I get the following…
-
Running the command `php artisan migrate --force` as root user is failing on a fresh install.
```
2021_08_30_050137_add_software_column_to_instances_table .......................................…
-
**Describe the bug**
When using redis-sentinel, if the slave network cannot maintain throughput to stay within the client-output-buffer limits, the slave will disconnect with the following
```
Pr…
-
Getting cannot find symbol while initializing. Can you give me some reference for the react native setup
Error: /Users/devendrasathaye/Desktop/predis/free-app-code/android/app/src/main/java/com/pre…
-
Hello,
I am not totally sure if this is the right place to address this issue. If not let me know and I will close this issue.
In my local dev environment I have the current setup running:
**…
-
I'd be glad if the redis client Predis, which is fully written in PHP, would be supported in that bundle, too