Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ixqbar committed Sep 20, 2018
1 parent 32c778f commit 78fc30e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ $redis_handle->rawCommand('ftpsync', '/data/nice.gif', '/web/images/hello.gif');
$result = $redis_handle->rawCommand('files', '/web');
//删除
$redis_handle->rawCommand('delete', '/web/images/hello.gif');
//是否存在
$redis_handle->rawCommand('exists', '/web/images/hello.gif');
```

### deps
Expand Down

0 comments on commit 78fc30e

Please sign in to comment.