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
2020-06-26Update documentation with new feature infomichael-grunder
2020-06-25Finalize 5.3.0RC changelog/package.xml5.3.0RC1michael-grunder
2020-06-25Support for Redis 6 ACLs (#1791)Michael Grunder
Add support for Redis 6 ACLs in the `Redis`, `RedisCluster`, and `RedisArray` classes. On a related note, it adds a mechanism for users to customize how we generate persistent connection IDs such that they can be grouped in different ways depending on the specific use case required (e.g. it would allow connections to be grouped by username, or by user-defined persistent_id, or both).
2020-06-07Issue.1762 xinfo full (#1771)Michael Grunder
Add support for `XINFO STREAM FULL [COUNT]`
2020-05-19Issue #548 (#1649)Pavlo Yatsukhnenko
Adds `Redis::SCAN_PREFIX` and `Redis::SCAN_NOPREFIX` as options to SCAN. See #548
2020-04-10Fix documentation to show lPush and rPush are variadic. (#1737)Michael Grunder
Addresses #1734
2020-03-02Merge 5.2.0 into developmichael-grunder
2020-02-07Correct spelling and fix wordingmichael-grunder
2020-02-07Update sponsorship informationmichael-grunder
2020-02-07Add documentationPavlo Yatsukhnenko
2020-01-21Update README with missing deprecation notesPaul DelRe
2020-01-06Fix typos detected by codespellTyson Andre
2019-11-05Issue #1664Pavlo Yatsukhnenko
In PR #1602 we decided to use unsigned short for storing RedisSock->port but in previous release I reverted that change. In this PR I changed signatire of redis_sock_create to prevent unneccecary convertion of types.
2019-10-23HyperLogLogs- pfMergeRoberto Luna Rojas
2019-10-23HyperLogLogs - pfCountRoberto Luna Rojas
2019-10-23HyperLogLogs - pfAddRoberto Luna Rojas
2019-10-15Fix exampleAlexander Schranz
2019-10-15Add documentation for zpopmin and zpopmaxAlexander Schranz
2019-08-12Update PING documentationmichael-grunder
Related to #1619
2019-08-11Updated README with correct return value for ping commandSandstrom
2019-07-15fix doc word errorconfused
2019-07-13Add BZPOPMIN and BZPOPMAX documentationmichael-grunder
2019-06-10Update READMEPavlo Yatsukhnenko
2019-06-06Add maxlen and approximate parameter to example of xAddAlexander Schranz
2019-06-02Fix SF longitude/latitude.michael-grunder
Fixes #1548
2019-06-02Clarify that SUNION can be variadic or take a single arraymichael-grunder
Addresses #163
2019-05-24Add notice about using schema to documentationPavlo Yatsukhnenko
2019-04-06Fix example how to create a stream with a new groupAlexander Schranz
2019-03-23Document msgpack serialization (#1050)michael-grunder
2019-03-20Fix documentation for zRem/zDeletemichael-grunder
Fixes #1527
2019-03-19Update documentation.Pavlo Yatsukhnenko
2019-03-19Update documentationPavlo Yatsukhnenko
Fix minimum Redis server version required for session locking.
2019-02-12Add documentation about async parameter for flushAll/flushDb.Pavlo Yatsukhnenko
This commit fixes issue #1503.
2019-02-12Try relative link again (#1500)Michael Grunder
2019-02-12Add a note that scan is a directed node command.michael-grunder
2019-02-12Use the correct ETH addressmichael-grunder
2019-02-12Add a way for people to donate to the project if they so choose.michael-grunder
2019-02-10Switch everything to new array syntaxmichael-grunder
2019-01-24Update XGROUP documentationmichael-grunder
2019-01-15Syntax error in zRangeByScore method examplehmc
Missing parentheses in the zRangeByScore method example
2018-11-26Fix documentation typomichael-grunder
2018-11-26fix typoAlexander Schranz
2018-11-26fixed typoAlexander Schranz
2018-11-26add example for $ = last_id and > for not consumed messages yetAlexander Schranz
2018-11-26updated xrange, xrevrange, xpending types (#1468)Alexander Schranz
2018-11-19fixed xclaim example min idle parameterAlexander Schranz
2018-11-19Add min_idle_time back to prototypemichael-grunder
2018-11-19fixed xclaim documentationAlexander Schranz
2018-11-19fixed invalid stream id error in exampleAlexander Schranz
2018-11-18Add streams to table of contentGuy Korland