Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7a69d73

Browse files
authored
Update sponsorship (#2719)
* Update contact information in README.md* align sponsorship logosAdded PayPal as an additional support option for the project.* add spacingAdded line breaks for improved formatting.* fix list indentation* mention relayAdded a new section on sponsorship and support for the project.* Update Relay support description in READMEClarified the description of Relay's support for PhpRedis.
1 parent2066cfa commit7a69d73

File tree

1 file changed

+41
-32
lines changed

1 file changed

+41
-32
lines changed

‎README.md‎

Lines changed: 41 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -8,47 +8,56 @@ The phpredis extension provides an API for communicating with the [Redis](http:/
88

99
It is released under the[PHP License, version 3.01](http://www.php.net/license/3_01.txt).
1010

11-
You can send comments, patches, questions[here on github](https://github.com/phpredis/phpredis/issues), tomichael.grunder@gmail.com ([Twitter](https://twitter.com/grumi78), <arel="me"href="https://phpc.social/@mgrunder">Mastodon</a>),p.yatsukhnenko@gmail.com ([@yatsukhnenko](https://twitter.com/yatsukhnenko)), orn.favrefelix@gmail.com ([@yowgi](https://twitter.com/yowgi)).
11+
You can send comments, patches, questions[here on github](https://github.com/phpredis/phpredis/issues), to[Michael](mailto:michael.grunder@gmail.com) ([Twitter](https://twitter.com/grumi78), <arel="me"href="https://phpc.social/@mgrunder">Mastodon</a>),[Pavlo](mailto:p.yatsukhnenko@gmail.com) ([@yatsukhnenko](https://twitter.com/yatsukhnenko)), or[Nicolas](mailto:n.favrefelix@gmail.com) ([@yowgi](https://twitter.com/yowgi)).
1212

13-
##Supporting the project
14-
PhpRedis will always be free and open source software and if you or your company has found it useful please consider supporting the project. Developing a large, complex, and performant library like PhpRedis takes a great deal of time and effort, and support is greatly appreciated!:heart:
13+
##Sponsors
1514

16-
The best way to support the project is through[GitHub Sponsors](https://github.com/sponsors/michael-grunder). Many of the reward tiers grant access to our[Slack](https://phpredis.slack.com) where[myself](https://github.com/michael-grunder) and[Pavlo](https://github.com/yatsukhnenko) are regularly available to answer questions. Additionally this will allow you to provide feedback on which fixes and features to prioritize.
15+
<divalign="center">
16+
<br>
17+
<ahref="https://relay.so">
18+
<img src="https://s3.us-east-1.amazonaws.com/assets.relay.so/img/wordmark-purple.svg" align="center" alt="The next-generation caching layer for PHP." width="275">
19+
</a>
20+
<br><br><br>
21+
<ahref="https://objectcache.pro"><imgsrc="https://objectcache.pro/assets/wordmark-padded.png"align="center"alt="Object Cache Pro"width="200"></a>&nbsp;
22+
<ahref="https://audiomack.com"><imgsrc="https://styleguide.audiomack.com/assets/dl/inline-orange-large.png"align="center"alt="Audiomack.com"width="150"></a>&nbsp;
23+
<ahref="https://bluehost.com"><imgsrc="https://upload.wikimedia.org/wikipedia/commons/2/22/Bluehost-logo.png"align="center"alt="Bluehost.com"width="150"></a>
24+
<ahref="https://openlms.net"><imgsrc="https://support.openlms.net/hc/theming_assets/01HZPV3CVP3Y6P7G6MT14NP6V1"align="center"alt="OpenLMS.net"width="125"></a>
25+
<br><br>
26+
</div>
27+
28+
##Become a Sponsor
29+
PhpRedis will always be free and open source software and if you or your company has found it useful please consider supporting the project. Developing a large, complex, and performant library like PhpRedis takes a great deal of time and effort, and support is greatly appreciated!:heart:
1730

18-
You can also make a one-time contribution with[PayPal](https://www.paypal.me/michaelgrunder/5).
31+
The ongoing development of PhpRedis is made possible thanks to the generous support of[Relay](https://relay.so), which funds the vast majority of work on the project. Relay is a high-performance in-memory cache and drop-in replacement for PhpRedis, which handles millions of requests per second without breaking a sweat.
1932

20-
##Sponsors
21-
<ahref="https://audiomack.com"><imgsrc="https://styleguide.audiomack.com/assets/dl/inline-orange-large.png"align="center"alt="Audiomack.com"width="150"></a>
22-
<ahref="https://bluehost.com"><imgsrc="https://upload.wikimedia.org/wikipedia/commons/2/22/Bluehost-logo.png"align="center"alt="Bluehost.com"width="150"></a>
23-
<ahref="https://objectcache.pro"><imgsrc="https://objectcache.pro/assets/wordmark-padded.png"align="center"alt="Object Cache Pro"width="150"></a>
24-
<ahref="https://openlms.net"><imgsrc="https://support.openlms.net/hc/theming_assets/01HZPV3CVP3Y6P7G6MT14NP6V1"align="center"alt="OpenLMS.net"width="150"></a>
33+
The best way to support the project is through[GitHub Sponsors](https://github.com/sponsors/michael-grunder). Many of the reward tiers grant access to our[Slack](https://phpredis.slack.com) where[myself](https://github.com/michael-grunder) and[Pavlo](https://github.com/yatsukhnenko) are regularly available to answer questions. Additionally this will allow you to provide feedback on which fixes and features to prioritize. You can also make a one-time contribution with[PayPal](https://www.paypal.me/michaelgrunder/5).
2534

2635
##Table of contents
2736
1.[Installing/Configuring](#installingconfiguring)
28-
*[Installation](#installation)
29-
*[PHP Session handler](#php-session-handler)
30-
*[Distributed Redis Array](./arrays.md#readme)
31-
*[Redis Cluster support](./cluster.md#readme)
32-
*[Redis Sentinel support](./sentinel.md#readme)
33-
*[Running the unit tests](#running-the-unit-tests)
37+
*[Installation](#installation)
38+
*[PHP Session handler](#php-session-handler)
39+
*[Distributed Redis Array](./arrays.md#readme)
40+
*[Redis Cluster support](./cluster.md#readme)
41+
*[Redis Sentinel support](./sentinel.md#readme)
42+
*[Running the unit tests](#running-the-unit-tests)
3443
2.[API Documentation](#api-documentation)
3544
3.[Classes and methods](#classes-and-methods)
36-
*[Usage](#usage)
37-
*[Connection](#connection)
38-
*[Retry and backoff](#retry-and-backoff)
39-
*[Server](#server)
40-
*[Keys and strings](#keys-and-strings)
41-
*[Hashes](#hashes)
42-
*[Lists](#lists)
43-
*[Sets](#sets)
44-
*[Sorted sets](#sorted-sets)
45-
*[HyperLogLogs](#hyperloglogs)
46-
*[Geocoding](#geocoding)
47-
*[Streams](#streams)
48-
*[Pub/sub](#pubsub)
49-
*[Transactions](#transactions)
50-
*[Scripting](#scripting)
51-
*[Introspection](#introspection)
45+
*[Usage](#usage)
46+
*[Connection](#connection)
47+
*[Retry and backoff](#retry-and-backoff)
48+
*[Server](#server)
49+
*[Keys and strings](#keys-and-strings)
50+
*[Hashes](#hashes)
51+
*[Lists](#lists)
52+
*[Sets](#sets)
53+
*[Sorted sets](#sorted-sets)
54+
*[HyperLogLogs](#hyperloglogs)
55+
*[Geocoding](#geocoding)
56+
*[Streams](#streams)
57+
*[Pub/sub](#pubsub)
58+
*[Transactions](#transactions)
59+
*[Scripting](#scripting)
60+
*[Introspection](#introspection)
5261

5362
##Installing/Configuring
5463

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp