Home
last modified time | relevance | path

Searched refs:LIST_MAX_ITEM_SIZE (Results 1 – 2 of 2) sorted by relevance

/dports/databases/redis6/redis-6.0.16/src/
H A Dt_list.c32 #define LIST_MAX_ITEM_SIZE ((1ull<<32)-1024) macro
203 if (sdslen(c->argv[j]->ptr) > LIST_MAX_ITEM_SIZE) { in pushGenericCommand()
290 if (sdslen(c->argv[4]->ptr) > LIST_MAX_ITEM_SIZE) { in linsertCommand()
362 if (sdslen(value->ptr) > LIST_MAX_ITEM_SIZE) { in lsetCommand()
533 if (sdslen(ele->ptr) > LIST_MAX_ITEM_SIZE) { in lposCommand()
638 if (sdslen(obj->ptr) > LIST_MAX_ITEM_SIZE) { in lremCommand()
/dports/databases/redis5/redis-5.0.14/src/
H A Dt_list.c32 #define LIST_MAX_ITEM_SIZE ((1ull<<32)-1024) macro
203 if (sdslen(c->argv[j]->ptr) > LIST_MAX_ITEM_SIZE) { in pushGenericCommand()
290 if (sdslen(c->argv[4]->ptr) > LIST_MAX_ITEM_SIZE) { in linsertCommand()
362 if (sdslen(value->ptr) > LIST_MAX_ITEM_SIZE) { in lsetCommand()
516 if (sdslen(obj->ptr) > LIST_MAX_ITEM_SIZE) { in lremCommand()