22 Commits

Author SHA1 Message Date
Till Krüss
7a69d7301c Update sponsorship (#2719)
* Update contact information in README.md
* align sponsorship logos

Added PayPal as an additional support option for the project.

* add spacing

Added line breaks for improved formatting.

* fix list indentation

* mention relay

Added a new section on sponsorship and support for the project.

* Update Relay support description in README

Clarified the description of Relay's support for PhpRedis.
2025-10-02 09:44:42 -07:00
Till Krüss
1d662f56aa Fix markdown headlines (#2718)
* fix markdown headlines
* fix headlines
* remove extra diviver
* remove nbsp
2025-09-25 13:16:50 -07:00
Till Krüss
0ac014764d Improve wording in README about project support 2025-09-23 16:56:48 -07:00
Copilot
09cd4c54b9 Clean up README.md: fix typos, spelling, and grammar errors (#2713)
* Fix typos and basic grammar errors in README.md

Co-authored-by: michael-grunder <468149+michael-grunder@users.noreply.github.com>

* Improve grammar, clarity, and consistency in README.md

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Michael Grunder <michael.grunder@gmail.com>
2025-09-13 10:59:30 -07:00
Josh
f9f609e1eb Refine parameter descriptions and examples in README 2025-09-12 09:31:37 -07:00
AkameOuO
b7a97e5ec3 Update README.md 2025-04-20 09:38:11 -07:00
Jakub Onderka
4f6a3ed1e7 New option 'database' for Redis class constructor (#2597)
* New option 'database' for Redis class constructor

Selecting database is very common action after connecting to Redis. This simplifies lazy connecting to Redis, when requested database will be selected after first command.

* More specific exception message when invalid auth or database number is provided

Before it was just 'Redis server went away'

* Rename reselect_db method to redis_select_db and slightly optimise it
2025-03-26 18:05:33 -07:00
Michael Dwyer
eeb5109967 Update documentation (#2523)
* Remove/update mentions of removed methods

These methods were deprecated in a previous release

* Correct documentation for zInter/zinterstore

* Correct documentation for zUnion/zunionstore

* Add documentation for zDiff/zdiffstore

* Add documentation for zMscore
2024-07-11 21:49:29 -07:00
michael-grunder
981c69314d Add GETEX to README docs + minor change to command.
* Adds `GETEX` to the README.md documentation.
* Allow the user to send `PERSIST` either as an array key or just in the
  array, to conform with similar methods.
* Implement getEx for `RedisCluster`

Fixes #2512
2024-06-20 13:56:17 -07:00
michael-grunder
e18f6c6d9e Minor refactor 2024-05-28 20:32:50 -07:00
bitactive
da4ab0a72c Add compression support for PHP Sessions (#2473)
* Add compression support for PHP Sessions

Previously, compression was available for standard data but not for
session handling. This update enables the compression of PHP sessions,
allowing for more efficient Redis memory usage.

* Move session compress/uncompress logic to helper functions

* Change session_compress_data to always set the out arguments and adjust PS_READ_FUNC
2024-04-08 14:40:15 -07:00
PlavorSeol
5f1eecfba6 Mention Valkey support 2024-04-08 11:46:52 -07:00
Tim Starling
37fa3592ce Mention KeyDB support in README.md
Mention support for KeyDB in README.md.

Remove credit for Owlient from the first paragraph. Owlient was acquired by Ubisoft in 2011, so presumably no longer benefit from such prominent credit.
2024-03-25 09:23:33 -07:00
Martin Vancl
8a39caebe8 add: session.save_path examples 2024-03-18 15:20:13 -07:00
Viktor Szépe
37c5f8d451 Fix typos 2024-02-21 13:16:12 -08:00
Git'Fellow
9b5cad317b Fix anchor link 2023-10-25 08:23:36 -07:00
Timo Sand
8f6bc98fd6 Fix typo in link 2023-05-24 23:00:51 +03:00
Nicolas Grekas
d5678b1276 Clarify laziness of Redis::__construct
Is this correct BTW? If yes, this would make it clear.
2022-12-22 16:01:16 +01:00
michael-grunder
5bcaaa59c5 Badge links are broken.
[skip ci]
2022-12-03 20:18:30 -08:00
michael-grunder
b580505b40 Add a link to my Mastodon profile.
[skip ci]
2022-11-20 13:01:44 -08:00
Michael Grunder
65c965638c Add a link to our WIP API docs. (#2252) 2022-11-10 12:06:35 -08:00
Till Krüss
114f4d6056 Uniform meta file names (#2248)
* 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-08 14:49:42 -08:00