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-13Better unix:// or file:// detection.issue.1836-unix-schememichael-grunder
2022-10-12RedisCluster stub fixes (#2183)Michael Grunder
2022-10-12Fix redis.stub.php (bis)Nicolas Grekas
2022-10-11More redis.stub.php and PHP 8.2 deprecation fixes.michael-grunder
2022-10-11Fix redis.stub.phpNicolas Grekas
2022-10-11Refactor FLUSHDB and update docs.michael-grunder
2022-10-11Refactor and fix XPENDING handlermichael-grunder
2022-10-11Refactor XINFO handlermichael-grunder
2022-10-10Implement CONFIG REWRITEmichael-grunder
2022-10-10Suppress a valgrind false positivemichael-grunder
2022-10-08Implement AUTH/AUTH2 arguments for MIGRATEmichael-grunder
2022-10-08Add new Redis 6.2.0 XTRIM optionsmichael-grunder
2022-10-08Move where we generate our saltmichael-grunder
2022-10-08Implement new RESTORE optionsmichael-grunder
2022-10-08[B]LMPOP and [B]ZMPOP commandsmichael-grunder
2022-10-08WIP: Update stubs so the tests pass in strict modemichael-grunder
2022-10-07Reorder contact info so Nicolas doesn't get emails to forward.michael-grunder
2022-10-07Allow negative timeout/read_timeout and fix docmichael-grunder
2022-10-06Fix documentation for resetStatmichael-grunder
2022-10-06PHP 8.1 deprecationsmichael-grunder
2022-10-05Fix doc xGroup param value typeYurun
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