mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 00:31:21 +00:00
fix a typo in redis.h line 595 comment
This commit is contained in:
@ -592,7 +592,7 @@ typedef struct {
|
||||
struct redisServer {
|
||||
/* General */
|
||||
redisDb *db;
|
||||
dict *commands; /* Command table hahs table */
|
||||
dict *commands; /* Command table hash table */
|
||||
aeEventLoop *el;
|
||||
unsigned lruclock:22; /* Clock incrementing every minute, for LRU */
|
||||
unsigned lruclock_padding:10;
|
||||
|
Reference in New Issue
Block a user