phpiredis icon indicating copy to clipboard operation
phpiredis copied to clipboard

PHP extension for Redis based on Hiredis

Results 10 phpiredis issues
Sort by recently updated
recently updated
newest added

Please consider making your code available through PECL. Thank you.

needs help

While Fedora, RHEL/CentOS have 0.13 Fedora 36 and RHEL/CentOS 9 will have 1.0.2 This trivial patch allow to build v1.0 using this newer version (test suite passes with 0.14.1 or...

Had to drop php 5.3

tests

**Proposal 1** * split out installation instruction from README.md to INSTALL.md Rational: when installed (from package or from pecl), this documentation is no more needed (so doesn't need to be...

documentation

**First, thank you for all of your hard work.** Thread moved from https://github.com/nrk/predis/issues/410 Here is my setup: * ubuntu 16.04 LTS * php 7.0.14 * predis: v1.1.1 * redis version...

When I'm using persistent connection from time to time (it's totally random) HMSET returns `false` instead of `OK` message even for same commends and arguments. ### success ``` hmset: resource(31,...

Adds the ability to create a phpiredis connection from an existing socket. Also adds the ability to append commands to the redisContext (which will be flushed on demand before eventual...

We are using phpiredis on a high-traffic site and are quite impressed with its performance and ease of use. One thing thats missing though is proper error handling. Currently, when...

feature

Adds spec for RPM buildout. Instructions for buildout are included in the top of the spec file.

Hi @nrk, I've seen that you have closed issues https://github.com/nrk/phpiredis/issues/46#issuecomment-695784150, https://github.com/nrk/phpiredis/issues/60#issuecomment-695785222 and https://github.com/nrk/phpiredis/issues/61#issuecomment-695785039. Do you have any plan to release a `1.1.x` version? Thanks for your work. Andrea