-
1. Please provide your PHP and Swoole version. (`php -v` and `php --ri swoole`)
Swoole 2.1.3 on PHP 7.2.5
2. Please provide your Laravel/Lumen version.
Laravel 5.6.20
3. What did you do? I…
-
when I use `dbsize` command with predis in replication mode, then I get the error below
```
Predis\NotSupportedException: The command 'DBSIZE' is not allowed in replication mode
```
but I can …
-
As described in [the official redis documentation Redis Cluster master-slave model](http://redis.io/topics/cluster-tutorial), it is possible to have a cluster with master-slave model.
> so that the…
-
Some thoughts on the future roadmap.
## v1.1
- Bug fixes only
- Maintain support for PHP 5.6 - 7.4 and Redis 3-5
_PHP 7.2 is EOL will get security patches only until 30 Nov 2020._
## v2.0…
-
One technique we've used with some success involves a miniature library I developed on top of Predis called [Deferred](https://github.com/internetarchive/deferred). I demonstrated this library at Red…
-
I have using predis (v1.1.1) with symfony for caching purpose and have sometimes such error:
```json
{
"class": "Symfony\\Component\\Debug\\Exception\\OutOfMemoryException",
"message": "…
-
### Detailed description of the problem [REQUIRED]
I have installed Redis and use it with other projects. So I wanted to use it with Lychee as well and expected a little better performance from it.
…
-
Modern applications are deployed in two steps - the first step is processed on the build server in an isolated environment, and the second one is executed on the target machine. One of the build steps…
-
Hello,
Thank you first of all for this wonderful package that is a lifesaver!
I wanted to know how i can configure my laravel instance to send to 2 different apps each with their own google serv…
-
### PHP Version
8.0
### CodeIgniter4 Version
v4.1.9
### CodeIgniter4 Installation Method
Composer (using `codeigniter4/appstarter`)
### Which operating systems have you tested for th…