-
Hello,
Just like this stackoverflow question :
http://stackoverflow.com/questions/28309671/configuring-highly-available-redis-cluster-in-laravel
I am trying to setup a redis cluster (at least a redi…
-
It would be useful if there was a fallback to the predis/predis composer package if the phpredis extension is not available.
There're instances where I've got access to a redis server but due to thin…
gdhnz updated
8 years ago
-
I need to update the application data state in database through Doctrine right after the user publish some message into Topic and I wonder what's the best way to delegate such activities somewhere els…
-
*UPDATE: Ticket description has been extended/replaced by @chillu on 10th of Feb*
## Tasks
* [x] Remove Zend_Cache dep
* [x] Use DI for cache configuration
* [x] Create factory for retrievi…
-
[2016-05-14 03:39:16] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Fatal error: Call to a member function createCommand() on string" at /var/www/vho…
ghost updated
8 years ago
-
I just installed the latest version of HHVM 3.3.1 and updated predis using `pear install nrk/Predis
nrk/Predis`.
```
Compiler: tags/HHVM-3.3.1-0-ge0c98e21167b425dddf1fc9efe78c9f7a36db268
Repo schema…
Elite updated
8 years ago
-
Hi @nrk.
Great work on #131!
Sentinel support is broken for simplistic environments though.
In a setup with a single sentinel and a single redis-server without slaves it will err with `Expected slav…
tback updated
8 years ago
-
Hi,
What do you think about adding twemproxy as a Redis profile on predis? Twemproxy has no support for some commands, so it may make sense to add it as a Redis profile.
Thanks.
Christian.
-
After issue #180 was resolved I still got the error but **only** in the following matter:
```
$ composer require /
```
Results in the already famous (for me) error:
`
./composer.json has been upda…
-
It's enough to say that PEAR is deprecated by composer. But if that isn't enough for you, Fabien Potencier has a great post on the subject:
http://fabien.potencier.org/the-rise-of-composer-and-the-f…