X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/7b558b1d64a29fbb9fea321da75367c0fa38b61d..ab8232d0223a9983e5590998b6c44d9639dc8b56:/src/object.c diff --git a/src/object.c b/src/object.c index 91e1933a..a15ebcfa 100644 --- a/src/object.c +++ b/src/object.c @@ -270,9 +270,7 @@ robj *tryObjectEncoding(robj *o) { /* Ok, this object can be encoded... * - * Can I use a shared object? Only if the object is inside a given - * range and if the back end in use is in-memory. For disk store every - * object in memory used as value should be independent. + * Can I use a shared object? Only if the object is inside a given range * * Note that we also avoid using shared integers when maxmemory is used * because every object needs to have a private LRU field for the LRU