Skip to content

Commit 2f9fe05

Browse files
committed
php_redis.so 版本为4.0.2时会出现一条警告
1 parent 6fe4f1f commit 2f9fe05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public static function className()
7777
* Establishes a DB connection.
7878
* It does nothing if a DB connection has already been established.
7979
* @throws RedisException if connection fails
80-
* @example 问题详细描述 https://bugs.php.net/bug.php?id=46851
80+
* @example 问题详细描述 https://bugs.php.net/bug.php?id=46851 php_redis.so 版本为4.0.2时会出现一条警告
8181
* @see connect()
8282
* @param string $host
8383
* @param int $port

0 commit comments

Comments
 (0)