-
Ollie... I tried installing Multiauth using composer by adding to my composer.json, then running composer update. Also did composer dump-autoload after adding the lines to app.php, but then realized t…
-
Why credis and not predis?
-
-
When using the predis/predis client for storage, I get the following exception:
"ServerException: ERR wrong number of arguments for 'expire' command"
Which REDIS client have you guys been injecting …
-
I'm using predis with a cluster of redis instances.
I noticed that your `ScriptedCommand` implementation gracefully handles the `NOSCRIPT No matching script. Please use EVAL` error when performing a …
-
Hi,
Phastlight(https://github.com/phastlight/phastlight) is a new node.js inspired tool that's built on top of libuv.
It has timer functionality(https://github.com/phastlight/phastlight#server-s…
-
When the user starts typing a property's name you added a feature to show a drop-down list with suggestions.
1. The problem is that at the moment you can't navigate in this list using Up/Down arrow ke…
-
The interface has changed in predis:
Fatal error: Declaration of Snc\RedisBundle\Client\Predis\ConnectionFactory::create() must be compatible with that of Predis\ConnectionFactoryInterface::create() …