Skip to content

Commit b8d2272

Browse files
committed
Initial import (concept)
0 parents  commit b8d2272

13 files changed

Lines changed: 1017 additions & 0 deletions

composer.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "clue/redis-react",
3+
"description": "Async redis client implementation",
4+
"keywords": ["redis", "client", "async", "react"],
5+
"homepage": "https://github.com/clue/reactphp-redis",
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "Christian Lück",
10+
"email": "christian@lueck.tv"
11+
}
12+
],
13+
"require": {
14+
"php": ">=5.3",
15+
"evenement/evenement": "~1.0",
16+
"react/promise": "~1.0",
17+
"react/socket-client": "0.3.*",
18+
"react/event-loop": "0.3.*",
19+
"clue/hexdump": "*"
20+
},
21+
"autoload": {
22+
"psr-4": { "Clue\\React\\Ami\\": "src/" }
23+
}
24+
}

0 commit comments

Comments
 (0)