For everyone a question: when reading the source code
All know redis key/value pair is stored in dictEntry structure
And dictEntry value is pointing redisObject structure, the structure of the pointer to the specific value (SDS)
Want to know [ this structure the pointer to the specific value (that is, SDS )] this part in setting the value of time, through the set command is how to embody in the source code?