Wrapper for createStringObjectFromLongLongWithOptions() always demanding * to create a shared object if possible. */
| 200 | /* Wrapper for createStringObjectFromLongLongWithOptions() always demanding |
| 201 | * to create a shared object if possible. */ |
| 202 | robj *createStringObjectFromLongLong(long long value) { |
| 203 | return createStringObjectFromLongLongWithOptions(value,0); |
| 204 | } |
| 205 | |
| 206 | /* Wrapper for createStringObjectFromLongLongWithOptions() avoiding a shared |
| 207 | * object when LFU/LRU info are needed, that is, when the object is used |
no test coverage detected