Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
169dd6b7
Commit
169dd6b7
authored
Jun 02, 2010
by
antirez
Browse files
minor code comment change
parent
612e4de8
Changes
1
Show whitespace changes
Inline
Side-by-side
redis.c
View file @
169dd6b7
...
@@ -271,7 +271,7 @@ typedef struct redisObject {
...
@@ -271,7 +271,7 @@ typedef struct redisObject {
* as redisObject structures.
* as redisObject structures.
*
*
* This is useful as we don't know if a value object is or not on disk, but we
* 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
* 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').*/
* is still possible to check the kind of object from the value of 'storage').*/
typedef
struct
vmPointer
{
typedef
struct
vmPointer
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment