搜索结果
查询Tags标签: sdscatlen,共有 4条记录-
漫话Redis源码之四十
在该文件中,或逻辑用得很巧妙。在我们实际开发中,也经常用到。有点屏蔽位的感觉。/** Copyright (c) 2013, Salvatore Sanfilippo <antirez at gmail dot com>* All rights reserved.** Redistribution and use in source and binary forms, with or without* mod…
2021/12/27 2:08:43 人评论 次浏览 -
漫话Redis源码之四十
在该文件中,或逻辑用得很巧妙。在我们实际开发中,也经常用到。有点屏蔽位的感觉。/** Copyright (c) 2013, Salvatore Sanfilippo <antirez at gmail dot com>* All rights reserved.** Redistribution and use in source and binary forms, with or without* mod…
2021/12/27 2:08:43 人评论 次浏览 -
redis6.0.5之notify.c阅读笔记-消息通知
/* This file implements keyspace events notification via Pub/Sub and* described at https://redis.io/topics/notifications. */ 这个文件通过Pub/Sub实现键空消息通知事件,具体的描述可以参见地址https://redis.io/topics/notifications. /* Turn a string repres…
2021/9/16 19:35:05 人评论 次浏览 -
redis6.0.5之notify.c阅读笔记-消息通知
/* This file implements keyspace events notification via Pub/Sub and* described at https://redis.io/topics/notifications. */ 这个文件通过Pub/Sub实现键空消息通知事件,具体的描述可以参见地址https://redis.io/topics/notifications. /* Turn a string repres…
2021/9/16 19:35:05 人评论 次浏览