Skip to content

Commit

Permalink
redis版本
Browse files Browse the repository at this point in the history
  • Loading branch information
OMGZui committed Nov 6, 2018
1 parent f711728 commit f894400
Show file tree
Hide file tree
Showing 8 changed files with 510 additions and 132 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 使用

```bash
create-project -s dev omgzui/swoole
composer create-project -s dev omgzui/swoole
```
or
```bash
Expand All @@ -14,7 +14,7 @@ composer install
## 教程

1. [初始swoole](src/init/swoole.md)
1. [简单聊天室](src/websocket/聊天室.md)
2. [简单聊天室](src/websocket/聊天室.md)

## 栗子

Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
},
"require-dev": {
"symfony/var-dumper": "^4.1",
"eaglewu/swoole-ide-helper": "*",
"eaglewu/swoole-ide-helper": "dev-master",
"symfony/panther": "^0.1.0",
"phpunit/phpunit": "^7.3"
"phpunit/phpunit": "^7.3",
"predis/predis": "^1.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit f894400

Please sign in to comment.