-
Hello. I have an error when installing via composer:
```
Problem 1
- Root composer.json requires tymon/jwt-auth ^0.5.12 -> satisfiable by tymon/jwt-auth[0.5.12].
- tymon/jwt-auth 0.5.12 …
-
老师你好,我现在composer了Predis类库,我发现dns_dev.php原来有两条注释为:
// 'client' => 'predis', // predis
// 'persistent' => true, // predis
请问这两条原来的设想是什样的?应该是一个什样的正确用法。
-
array_key_exists(): The first argument should be either a string or an integer at
m6web/redis-mock/src/M6Web/Component/RedisMock/RedisMock.php:756
vendor/predis/predis/src/ClientInterface.php:69
…
xeops updated
5 years ago
-
When using the `throughput` output the relative difference isn't working.
```json
{
"expressions": {
"diff": "format(\"%.1fx (%.1f%%)\", mode(suite[subject_groups = [\"predis\"]][\"result_…
-
For some reason, when I tried adding the Redis PHP Extension, I got that weird error.
I am using Mac btw if that even matters.
Any ideas?
-
**Is your feature request related to a problem? Please describe.**
We're running a Redis cluster in production. With the current implementation it's not possible to pass an appropriate configuration …
-
Right now, if you click refresh page you will get an error the index exists:
`Fatal error: Uncaught Predis\Response\ServerException: Index already exists in /var/www/html/vendor/predis/predis/src/C…
-
I see from the [docs](https://github.com/phpredis/phpredis/blob/develop/cluster.markdown#pipelining) that the current implementation of `RedisCluster` does not support pipelining for reasons of data c…
-
Could you tag current master as next stable version? I'm working on a project using react 0.4 and predis-async and I wouldn't like to maintain dependencies on dev versions.
btw Thank you for Predis, …
-
I am trying to use socket.io in my project. Everything works locally ;) My browser establishes a connection with the node server and once I emit the event, I see it in the browser.
When I deploy th…