Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-01Issue #2106issue-2106Pavlo Yatsukhnenko
2022-09-30float not double.michael-grunder
See: #2158
2022-09-29Make sure we set an error for key based scansmichael-grunder
See #1661
2022-09-27BLPOP with a float timeoutmichael-grunder
See #2157
2022-09-23Add an example with a unix socket and timeoutmichael-grunder
See: #1663
2022-09-19Fix typos/bad Markdown in cluster.markdownmichael-grunder
2022-09-19Issue #2080: avoid registering the same replicas multiple times in case the ↵Marius Adam
master handles multiple slot ranges
2022-09-18Update INSTALL.markdownDawid 'DeyV' Polak
On https://pecl.php.net/package/redis is hard to find url to windows dll's - direct url will help https://windows.php.net/downloads/pecl/releases/redis/
2022-09-18Return false or NULL on empty lpos response (#2151)Michael Grunder
Return false or NULL on empty lpos response To be consistent with other PhpRedis methods, we should return either false or NULL when LPOS returns no results, depening on NULL_MBULK_AS_NULL setting.
2022-09-18Add missing configureoption entries in package.xmlMichele Locati
2022-09-15Merge pull request #2140 from phpredis/issue-1894-geosearchPavlo Yatsukhnenko
Issue #1894
2022-09-15CodeQL fixesmichael-grunder
2022-09-15Pull COUNT/ANY parsing into a helper function.michael-grunder
See #1894
2022-09-15Add 'BIT'/'BYTE' modifier to BITCOUNT + tests (#2149)Michael Grunder
BITCOUNT can take a third optional argument ('BIT', or 'BYTE'). Additionally add a specific test for BITCOUNT that tests all of the legal ways it can be called in PhpRedis.
2022-09-15Fix non standards conforming prototypes. (#2150)Michael Grunder
These now generate warnings with GCC 13
2022-09-08Update redis.stub.php (#2120)sergkash7
2022-09-08Merge pull request #2147 from phpredis/issue-1894-clientPavlo Yatsukhnenko
Redis::client command
2022-09-07Redis::client commandissue-1894-clientPavlo Yatsukhnenko
2022-08-24Merge pull request #2146 from phpredis/issue-2141Pavlo Yatsukhnenko
Issue #2141
2022-08-21Issue #2141issue-2141Pavlo Yatsukhnenko
Fix segfault with session+tls
2022-08-18Fix Link Typo (#2145)Muhammad Dyas Yaskur
2022-08-16Merge pull request #2143 from nicolas-grekas/typoPavlo Yatsukhnenko
Fix typo
2022-08-16Fix typoNicolas Grekas
2022-08-06Issue #1894issue-1894-geosearchPavlo Yatsukhnenko
Add the ANY argument to GEOSEARCH and GEORADIUS
2022-08-03Merge pull request #2131 from phpredis/issue-1943Pavlo Yatsukhnenko
Issue #1943
2022-08-03Issue #1943Pavlo Yatsukhnenko
Add lPos command.
2022-08-03Merge pull request #2138 from patricio-dorantes/redis_session-sa-tlsPavlo Yatsukhnenko
fix redis session standalone stream ssl context
2022-08-03redis_session clean up ssl context.patricio.dorantes
2022-08-03fix use after free, initialize on NULLpatricio.dorantes
2022-08-01fix redis session standalone stream ssl contextpatricio.dorantes
2022-07-30Merge pull request #2127 from phpredis/php82-sensitive-paramPavlo Yatsukhnenko
mark auth param as sensitive for PHP 8.2
2022-07-28emptyphp82-sensitive-paramRemi Collet
2022-07-18regenerate arginfo using 8.2.0beta1Remi Collet
2022-07-18fix closing conditionRemi Collet
2022-07-18use spl_ce_RuntimeException (exists since 5.6)Remi Collet
2022-07-18mark auth param as sensitive for PHP 8.2Remi Collet
refactor MINIT (split in each class sources file) use @generate-class-entries in stub files add RedisException and RedisClusterException in stub files
2022-07-15Unsubscribe from all channelsPavlo Yatsukhnenko
2022-07-15Merge pull request #2123 from phpredis/pubsubPavlo Yatsukhnenko
Refactor subscribe/unsubscribe
2022-07-12Merge pull request #2129 from phpredis/issue-1768Pavlo Yatsukhnenko
Issue #1768
2022-07-12Issue #1768Pavlo Yatsukhnenko
Allow multiple field-value pairs for hmset command.
2022-07-08Merge pull request #2126 from phpredis/issue-2122Pavlo Yatsukhnenko
Issue #2122
2022-07-03Issue #2122issue-2122Pavlo Yatsukhnenko
Allow IPv6 address within square brackets
2022-07-01Refactor redis_parse_info_responsePavlo Yatsukhnenko
2022-07-01Merge pull request #2125 from phpredis/actionsPavlo Yatsukhnenko
GitHub Actions
2022-06-30GitHub ActionsactionsPavlo Yatsukhnenko
Test builds on macos and windows
2022-06-29Install redis from official repositoryPavlo Yatsukhnenko
2022-06-29Change PHPREDIS_CTX_PTR typePavlo Yatsukhnenko
2022-06-28Fix invalid allocation sizePavlo Yatsukhnenko
2022-06-28Refactor subscribe/unsubscribepubsubPavlo Yatsukhnenko
2022-06-28Replace strtok_r with php_strtok_r #2Pavlo Yatsukhnenko