X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/b54cdfb2b705d5effef1ebb7637ef77f0fe4b351..4ccf671cc6fbce349c7deca69cfa8e566823d4ed:/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