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-11-11Documentation: Rework more formatting and add example sections.HEADdevelopmichael-grunder
[skip ci]
2022-11-10Add a link to our WIP API docs. (#2252)Michael Grunder
2022-11-10Documentation: Render docsmichael-grunder
2022-11-10Update stubs.michael-grunder
2022-11-10Documentation: Render docsmichael-grunder
2022-11-10Documentation: Formatting for setOption (#2250)Michael Grunder
2022-11-09Add initial docs (#2249)Till Krüss
Initial support for `doctum` generated documentation.
2022-11-09Uniform meta file names (#2248)Till Krüss
* rename changelog to CHANGELOG * Rename COPYING to LICENSE * Rename cluster.markdown to cluster.md * Rename README.markdown to README.md * Rename INSTALL.markdown to INSTALL.md\ * Rename sentinel.markdown to sentinel.md * Rename arrays.markdown to array.md * fix all references
2022-11-09Move issue template (#2247)Till Krüss
* move issue template * ignore /.github; + cleanup
2022-11-09Fix xtrim stubmichael-grunder
[no ci]
2022-11-08Documentation: More docblocks with examples.michael-grunder
2022-11-08Documentation: Several more docblocksmichael-grunder
2022-11-07Documentation: Add several more docblocsmichael-grunder
- Add a bunch more docblocks with examples - Link every relevant RedisCluster method to the Redis docs.
2022-11-04Documentation: More docblocksmichael-grunder
2022-11-04pconnect isn't experimentalmichael-grunder
See #2236
2022-11-04Documentation: More command docblocksmichael-grunder
2022-11-04Documentation: Stream doc blocks and xtrim fixmichael-grunder
- XTRIM needs to take the `$threshold` arg as a string since MINID is not a number.
2022-11-02Documentation: Several ZSET docblocksmichael-grunder
2022-11-02Documentation: Even more docblocksmichael-grunder
2022-11-02Documentation: More docblocks with examplesmichael-grunder
[skip ci]
2022-11-01Documentation: More docblocks with examplesmichael-grunder
[skip ci]
2022-11-01Documentation: More docblocks for eventualmichael-grunder
[skip ci]
2022-11-01Documentation: Add several more docblocks.michael-grunder
2022-11-01Merge pull request #2230 from phpredis/issue-2068-aclPavlo Yatsukhnenko
Issue #2068, Refactor ACL command
2022-11-01Use fast_zpp APIPavlo Yatsukhnenko
2022-11-01Issue #2068, Refactor ACL commandPavlo Yatsukhnenko
2022-11-01More docblocks and refactor SLAVEOF command.michael-grunder
Add additional complete docblocks for a few more commands. Refactor SLAVEOF handler to conform with more modern PhpRedis command handlers. Create REPLICAOF and deprecate SLAVEOF as Redis has done since 5.0.0.
2022-11-01Documentation: SSCAN docblock and examplemichael-grunder
[skip ci]
2022-11-01Documentation: Add a docblock for the set command.michael-grunder
2022-11-01Refactor PubSub commandPavlo Yatsukhnenko
2022-10-31Documentation: Additional docblock headersmichael-grunder
[skip ci]
2022-10-31Copy docblock and fix DB option.michael-grunder
2022-10-31Documentation: More complete command docblocksmichael-grunder
APPEND clearLastError DBSIZE DECR[BY] DEL [skip ci]
2022-10-30Move `options` to the end listPavlo Yatsukhnenko
2022-10-30Issue #1894Pavlo Yatsukhnenko
Add the CH, NX, XX arguments to GEOADD
2022-10-30Issue #2114Pavlo Yatsukhnenko
Redis Sentinel TLS support
2022-10-30Documentation: More docblocks and examplesmichael-grunder
[skip ci]
2022-10-30Documentation: Add detailed docs for several set operationsmichael-grunder
SADD[ARRAY] SSINTER[STORE] SUNION[STORE] SDIFF[STORE] [skip ci]
2022-10-29Use ZEND_STRL in redis_commands.cPavlo Yatsukhnenko
2022-10-29Documentation: Add a BRPOPLPUSH example blockmichael-grunder
[skip ci]
2022-10-28Documentation: Add detailed docblocks for list pop operations.michael-grunder
2022-10-28Documentation: [B]Z[M]POP* doc blocksmichael-grunder
2022-10-27Documentation: Add docblocks for PF* commands and ping.michael-grunder
2022-10-27Fix BITOP cross-slot bugmichael-grunder
Fixes #2210
2022-10-27Documentation: Add docblocks for several more methods.michael-grunder
[skip ci]
2022-10-27Refactor BRPOPLPUSH and add B[LR]POP documentationmichael-grunder
2022-10-27Documentation: BITPOS and BITCOUNTmichael-grunder
2022-10-27Documentation: Document introspection methodsmichael-grunder
2022-10-26Documentation: Redis constructormichael-grunder
2022-10-26Small cosmetic changes in cluster_libraryPavlo Yatsukhnenko