mirror of
https://github.com/fluencelabs/redis
synced 2025-06-17 11:11:20 +00:00
RDMF: OBJ_ macros for object related stuff.
This commit is contained in:
@ -415,8 +415,8 @@ cleanup:
|
||||
* (we must be the only owner) for us to cache it. */
|
||||
if (j < LUA_CMD_OBJCACHE_SIZE &&
|
||||
o->refcount == 1 &&
|
||||
(o->encoding == REDIS_ENCODING_RAW ||
|
||||
o->encoding == REDIS_ENCODING_EMBSTR) &&
|
||||
(o->encoding == OBJ_ENCODING_RAW ||
|
||||
o->encoding == OBJ_ENCODING_EMBSTR) &&
|
||||
sdslen(o->ptr) <= LUA_CMD_OBJCACHE_MAX_LEN)
|
||||
{
|
||||
sds s = o->ptr;
|
||||
|
Reference in New Issue
Block a user