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
4
4
5
5
[ Redis] ( http://redis.io/ ) is an open source, advanced, in-memory key-value database.
6
6
It 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.
8
8
This 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.
10
10
11
11
* ** Async execution of Commands** -
12
12
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
26
26
## Quickstart example
27
27
28
28
Once [ 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:
30
30
31
31
``` php
32
32
$loop = React\EventLoop\Factory::create();
You can’t perform that action at this time.
0 commit comments