Wrapper for createStringObjectFromLongLongWithOptions() always demanding * to create a shared object if possible. */
| 174 | /* Wrapper for createStringObjectFromLongLongWithOptions() always demanding |
| 175 | * to create a shared object if possible. */ |
| 176 | robj *createStringObjectFromLongLong(long long value) { |
| 177 | return createStringObjectFromLongLongWithOptions(value,0); |
| 178 | } |
| 179 | |
| 180 | /* Wrapper for createStringObjectFromLongLongWithOptions() avoiding a shared |
| 181 | * object when LFU/LRU info are needed, that is, when the object is used |
no test coverage detected