mirror of
https://github.com/fluencelabs/redis
synced 2025-05-26 00:41:19 +00:00
fix a typo in redis.h line 595 comment
This commit is contained in:
parent
36f026a3a0
commit
3f006679b1
@ -465,7 +465,7 @@ typedef struct redisOpArray {
|
|||||||
struct redisServer {
|
struct redisServer {
|
||||||
/* General */
|
/* General */
|
||||||
redisDb *db;
|
redisDb *db;
|
||||||
dict *commands; /* Command table hahs table */
|
dict *commands; /* Command table hash table */
|
||||||
aeEventLoop *el;
|
aeEventLoop *el;
|
||||||
unsigned lruclock:22; /* Clock incrementing every minute, for LRU */
|
unsigned lruclock:22; /* Clock incrementing every minute, for LRU */
|
||||||
unsigned lruclock_padding:10;
|
unsigned lruclock_padding:10;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user