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-11-13[WIP] Refactor commandissue-2068-commandPavlo Yatsukhnenko
2022-11-01Issue #2068, Refactor ACL commandPavlo Yatsukhnenko
2022-11-01Refactor PubSub commandPavlo Yatsukhnenko
2022-10-24Future proof our igbinary header checkmichael-grunder
2022-10-24Issue #2106Pavlo Yatsukhnenko
2022-10-24Issue #2106Pavlo Yatsukhnenko
2022-10-22Implement ZRANGESTORE and add ZRANGE optionsmichael-grunder
2022-10-19Variadic CONFIG GET/SETmichael-grunder
2022-10-16INFO with multiple sectionsmichael-grunder
2022-10-08Add new Redis 6.2.0 XTRIM optionsmichael-grunder
2022-10-08[B]LMPOP and [B]ZMPOP commandsmichael-grunder
2022-10-01SINTERCARD and ZINTERCARD commandsmichael-grunder
2022-09-29Make sure we set an error for key based scansmichael-grunder
2022-09-18Return false or NULL on empty lpos response (#2151)Michael Grunder
2022-09-07Redis::client commandissue-1894-clientPavlo Yatsukhnenko
2022-08-03Issue #1943Pavlo Yatsukhnenko
2022-07-15Merge pull request #2123 from phpredis/pubsubPavlo Yatsukhnenko
2022-07-03Issue #2122issue-2122Pavlo Yatsukhnenko
2022-07-01Refactor redis_parse_info_responsePavlo 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
2022-06-22Replace strtok_r with php_strtok_rPavlo Yatsukhnenko
2022-06-18Fix testsPavlo Yatsukhnenko
2022-06-18Refactor redis_parse_client_list_responsePavlo Yatsukhnenko
2022-06-07Issue #1894issue-1894-pop-countPavlo Yatsukhnenko
2022-05-27Backoff settings in constructorPavlo Yatsukhnenko
2022-04-23Issue #2098Pavlo Yatsukhnenko
2022-04-14Fix segfaultPavlo Yatsukhnenko
2022-04-13Use read_mbulk_header helper where possiblePavlo Yatsukhnenko
2022-04-13Fix NULL-pointer dereferences and handle possible UBPavlo Yatsukhnenko
2022-04-12Issue #1894Pavlo Yatsukhnenko
2022-04-05Issue #1746Pavlo Yatsukhnenko
2022-04-05Merge pull request #2090 from phpredis/no-retryPavlo Yatsukhnenko
2022-04-03Don't allow reconnect on read responsePavlo Yatsukhnenko
2022-04-02Issue #1974Pavlo Yatsukhnenko
2022-01-26Fix LZF decompression logic. (#2065)Michael Grunder
2022-01-20Fix fallthrough warnings and refactor adding a score (#2049)Michael Grunder
2022-01-16Refactor redis_sock_authPavlo Yatsukhnenko
2022-01-16Remove unused redis_single_line_replyPavlo Yatsukhnenko
2021-12-28[WIP] Issue #1894Pavlo Yatsukhnenko
2021-12-27Use stack-allocated buffer to store error messagePavlo Yatsukhnenko
2021-12-13Issue #2009Pavlo Yatsukhnenko
2021-12-13Remove unused function redis_sock_copy_authPavlo Yatsukhnenko
2021-10-05Perform cheaper PHP liveness check first.michael-grunder
2021-09-28Review changesmichael-grunder
2021-09-27WIP: Experimental support to detect unconsumed datamichael-grunder
2021-07-20Add support for exponential backoff on retryNathaniel Braun
2021-06-22Separate compression and create utility methodsmichael-grunder
2021-04-10[WIP] Issue #1894Pavlo Yatsukhnenko