Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8291e83

Browse files
committed
更新 redis.h 的注释
1 parenta5c46d9 commit8291e83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/redis.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ typedef struct redisClient {
515515
time_tobuf_soft_limit_reached_time;
516516
intflags;/* REDIS_SLAVE | REDIS_MONITOR | REDIS_MULTI ... */
517517

518-
//复数功能相关
518+
//复制功能相关
519519
intslaveseldb;/* slave selected db, if this client is a slave */
520520
intauthenticated;/* when requirepass is non-NULL */
521521
// 客户端当前的同步状态
@@ -539,7 +539,7 @@ typedef struct redisClient {
539539
// 被监视的 KEY
540540
list*watched_keys;/* Keys WATCHED for MULTI/EXEC CAS */
541541

542-
//pubsub
542+
//订阅与发布
543543
dict*pubsub_channels;/* channels a client is interested in (SUBSCRIBE) */
544544
list*pubsub_patterns;/* patterns a client is interested in (SUBSCRIBE) */
545545

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp