annotated_redis_source icon indicating copy to clipboard operation
annotated_redis_source copied to clipboard

带有详细注释的 Redis 2.6 源码

Results 5 annotated_redis_source issues
Sort by recently updated
recently updated
newest added

https://github.com/huangz1990/annotated_redis_source/blob/67758fdfe196d96ddc8a83784fa48f22226a3818/deps/lua/src/loslib.c#L60 https://github.com/huangz1990/redis-3.0-annotated/blob/8e60a75884e75503fb8be1a322406f21fb455f67/deps/lua/src/loslib.c#L60 Good afternoon. I noticed in your code the functions using tmpnam. the problem with this function is that it only determines the availability of the filename at the...

Hello This commit adds some missing Make dependencies to avoid stale object files.

Found a typo in [line 967, src/redis.h](https://github.com/huangz1990/annotated_redis_source/blob/unstable/src/redis.h#L967) the "lopp" should be "loop". :)