-
#6777 and #5416 still seem to be an issue, even for drivers other than `file`.
---
// cc @ammont, @esbenp, @barryvdh, @bonzai, @henrikromby, @avi123,
-
Hi,
I am using Restler3-RC5 but have a problem.
api.website.com/resources/slides.json :
Warning: Class 'Luracast\Restler\string' not found in /path/to/vendor/Luracast/Restler/AutoLoader.php on li…
-
Hi!
I've recently migrated my entire redis pool (5 different servers running 3 nodes each) to a different pool (different IP). What I did was simply do a slaveof on the second pool. My question is no…
-
Dear @nrk,
Would you be opposed to having @method tags on the `\Predis\Client` class?
This could help IDEs apply auto-completion and for the redis expressions and to prevent IDEs from showing errors …
-
Let's face it: the very concept of PEAR is ancient nowadays and [composer](https://getcomposer.org/) is now a well-established mean to manage dependencies on a project-level. Even phpunit dropped PEAR…
-
php version:PHP 5.3.3
first question : code
$multiple_servers = array('tcp://127.0.0.1:6388', 'tcp://127.0.0.1:6389');
$options=array('cluster' => 'redis');
$client = new Predis\Client($multiple_serv…
-
I'm wondering if it would be possible to include this inside Predis, a way to create a virtual connection maybe, that would contain many sub-connections (lazy-initialized, we don't want to connect to …
-
The current monolithic implementation with all the classes in a 3000-lines long file is really not too great to work with. Is there a good reason why this is not following a more classic model like th…
-
After reading [Jeremy's article](http://blog.zawodny.com/2011/02/26/redis-sharding-at-craigslist/), I wonder if the following will ever be possible in Predis:
```
$redis = new Predis\Client(
arra…
ghost updated
10 years ago
-
Creating an issue to track this.
- HHVM fixes: in FB internal branch. Should reach github master shortly, and tomorrow's release
- Mockery fixes: in github master.
Mockery from master (or the next re…