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 (Expand)Author
2022-10-03Minor test updatesconfigurable-test-classmichael-grunder
2022-10-03Update unit tests to use of a different classmichael-grunder
2022-10-03Relax OBJECT idletime tests to avoid false failures.michael-grunder
2022-10-02EXPIRETIME and PEXPIRETIMEmichael-grunder
2022-10-01LCS commandmichael-grunder
2022-10-01SINTERCARD and ZINTERCARD commandsmichael-grunder
2022-10-01Implement CONFIG RESETSTATmichael-grunder
2022-10-01Add back a default switch case for setoption handlermichael-grunder
2022-09-30float not double.michael-grunder
2022-09-29Make sure we set an error for key based scansmichael-grunder
2022-09-27BLPOP with a float timeoutmichael-grunder
2022-09-23Add an example with a unix socket and timeoutmichael-grunder
2022-09-19Fix typos/bad Markdown in cluster.markdownmichael-grunder
2022-09-19Issue #2080: avoid registering the same replicas multiple times in case the m...Marius Adam
2022-09-18Update INSTALL.markdownDawid 'DeyV' Polak
2022-09-18Return false or NULL on empty lpos response (#2151)Michael Grunder
2022-09-18Add missing configureoption entries in package.xmlMichele Locati
2022-09-15Merge pull request #2140 from phpredis/issue-1894-geosearchPavlo Yatsukhnenko
2022-09-15CodeQL fixesmichael-grunder
2022-09-15Pull COUNT/ANY parsing into a helper function.michael-grunder
2022-09-15Add 'BIT'/'BYTE' modifier to BITCOUNT + tests (#2149)Michael Grunder
2022-09-15Fix non standards conforming prototypes. (#2150)Michael Grunder
2022-09-08Update redis.stub.php (#2120)sergkash7
2022-09-08Merge pull request #2147 from phpredis/issue-1894-clientPavlo Yatsukhnenko
2022-09-07Redis::client commandissue-1894-clientPavlo Yatsukhnenko
2022-08-24Merge pull request #2146 from phpredis/issue-2141Pavlo Yatsukhnenko
2022-08-21Issue #2141issue-2141Pavlo Yatsukhnenko
2022-08-18Fix Link Typo (#2145)Muhammad Dyas Yaskur
2022-08-16Merge pull request #2143 from nicolas-grekas/typoPavlo Yatsukhnenko
2022-08-16Fix typoNicolas Grekas
2022-08-06Issue #1894issue-1894-geosearchPavlo Yatsukhnenko
2022-08-03Merge pull request #2131 from phpredis/issue-1943Pavlo Yatsukhnenko
2022-08-03Issue #1943Pavlo Yatsukhnenko
2022-08-03Merge pull request #2138 from patricio-dorantes/redis_session-sa-tlsPavlo Yatsukhnenko
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
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
2022-07-15Unsubscribe from all channelsPavlo Yatsukhnenko
2022-07-15Merge pull request #2123 from phpredis/pubsubPavlo Yatsukhnenko
2022-07-12Merge pull request #2129 from phpredis/issue-1768Pavlo Yatsukhnenko
2022-07-12Issue #1768Pavlo Yatsukhnenko
2022-07-08Merge pull request #2126 from phpredis/issue-2122Pavlo Yatsukhnenko
2022-07-03Issue #2122issue-2122Pavlo Yatsukhnenko
2022-07-01Refactor redis_parse_info_responsePavlo Yatsukhnenko