diff --git a/README.md b/README.md index 92e77b2..096a513 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,8 @@ } ); ``` + **Tips:Cache::Search()本质上是个扫表匹配的过程,是O(N)的操作,如果需要对特定族群的数据进行监听,推荐使用Channel相关函数实现监听。** + - **原子性执行** ```php