File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Async [Redis](http://redis.io/) client implementation built on top of [React PHP
44
55[ Redis] ( http://redis.io/ ) is an open source, advanced, in-memory key-value database.
66It offers a set of simple, atomic operations in order to work with its primitive data types.
7- Its lightweight design and fast operation makes it an idial candidate in modern application stacks.
7+ Its lightweight design and fast operation makes it an ideal candidate for modern application stacks.
88This library provides you a simple API to work with your Redis database from within PHP.
9- It enables you to set and query its data or use Redis PubSub topics to react to incoming events.
9+ It enables you to set and query its data or use its PubSub topics to react to incoming events.
1010
1111* ** Async execution of Commands** -
1212 Send any number commands to Redis in parallel (automatic pipeline) and
@@ -26,7 +26,7 @@ It enables you to set and query its data or use Redis PubSub topics to react to
2626## Quickstart example
2727
2828Once [ installed] ( #install ) , you can use the following code to connect to your
29- local redis server and send some requests:
29+ local Redis server and send some requests:
3030
3131``` php
3232$loop = React\EventLoop\Factory::create();
You can’t perform that action at this time.
0 commit comments