mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
minor code comment change
This commit is contained in:
parent
612e4de8ce
commit
169dd6b7d3
2
redis.c
2
redis.c
@ -271,7 +271,7 @@ typedef struct redisObject {
|
||||
* as redisObject structures.
|
||||
*
|
||||
* This is useful as we don't know if a value object is or not on disk, but we
|
||||
* are always free of accessing obj->storage to check this. For vmPointer
|
||||
* are always able to read obj->storage to check this. For vmPointer
|
||||
* structures "type" is set to REDIS_VMPOINTER (even if without this field
|
||||
* is still possible to check the kind of object from the value of 'storage').*/
|
||||
typedef struct vmPointer {
|
||||
|
Loading…
Reference in New Issue
Block a user