8000 Mention KeyDB support in README.md · phpredis/phpredis@37fa359 · GitHub
[go: up one dir, main page]

Skip to content

Commit 37fa359

Browse files
tstarlingmichael-grunder
authored andcommitted
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.
1 parent 54d62c7 commit 37fa359

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
  • 8B74
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
[![Coverity Scan Build Status](https://scan.coverity.com/projects/13205/badge.svg)](https://scan.coverity.com/projects/phpredis-phpredis)
55
[![PHP version](https://img.shields.io/badge/php-%3E%3D%207.0-8892BF.svg)](https://github.com/phpredis/phpredis)
66

7-
The phpredis extension provides an API for communicating with the [Redis](http://redis.io/) key-value store. It is released under the [PHP License, version 3.01](http://www.php.net/license/3_01.txt).
8-
This code has been developed and maintained by Owlient from November 2009 to March 2011.
7+
The phpredis extension provides an API for communicating with the [Redis](http://redis.io/) key-value store. It also supports [KeyDB](https://docs.keydb.dev/), an open source alternative to Redis.
8+
9+
It is released under the [PHP License, version 3.01](http://www.php.net/license/3_01.txt).
910

1011
You can send comments, patches, questions [here on github](https://github.com/phpredis/phpredis/issues), to michael.grunder@gmail.com ([Twitter](https://twitter.com/grumi78), <a rel="me" href="https://phpc.social/@mgrunder">Mastodon</a>), p.yatsukhnenko@gmail.com ([@yatsukhnenko](https://twitter.com/yatsukhnenko)), or n.favrefelix@gmail.com ([@yowgi](https://twitter.com/yowgi)).
1112

0 commit comments

Comments
 (0)
0