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
4dc1218c
Commit
4dc1218c
authored
Jun 04, 2010
by
antirez
Browse files
Merge branch 'smallkeys'
parents
9fcfd6b6
22194a7f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
redis.c
View file @
4dc1218c
This diff is collapsed.
Click to expand it.
staticsymbols.h
View file @
4dc1218c
...
...
@@ -7,6 +7,7 @@ static struct redisFunctionSym symsTable[] = {
{
"addReplyBulk"
,(
unsigned
long
)
addReplyBulk
},
{
"addReplyBulkCString"
,(
unsigned
long
)
addReplyBulkCString
},
{
"addReplyBulkLen"
,(
unsigned
long
)
addReplyBulkLen
},
{
"addReplyBulkSds"
,(
unsigned
long
)
addReplyBulkSds
},
{
"addReplyDouble"
,(
unsigned
long
)
addReplyDouble
},
{
"addReplyLongLong"
,(
unsigned
long
)
addReplyLongLong
},
{
"addReplySds"
,(
unsigned
long
)
addReplySds
},
...
...
@@ -45,21 +46,27 @@ static struct redisFunctionSym symsTable[] = {
{
"createSortOperation"
,(
unsigned
long
)
createSortOperation
},
{
"createStringObject"
,(
unsigned
long
)
createStringObject
},
{
"createStringObjectFromLongLong"
,(
unsigned
long
)
createStringObjectFromLongLong
},
{
"createVmPointer"
,(
unsigned
long
)
createVmPointer
},
{
"createZsetObject"
,(
unsigned
long
)
createZsetObject
},
{
"daemonize"
,(
unsigned
long
)
daemonize
},
{
"dbAdd"
,(
unsigned
long
)
dbAdd
},
{
"dbDelete"
,(
unsigned
long
)
dbDelete
},
{
"dbExists"
,(
unsigned
long
)
dbExists
},
{
"dbRandomKey"
,(
unsigned
long
)
dbRandomKey
},
{
"dbReplace"
,(
unsigned
long
)
dbReplace
},
{
"dbsizeCommand"
,(
unsigned
long
)
dbsizeCommand
},
{
"debugCommand"
,(
unsigned
long
)
debugCommand
},
{
"decrCommand"
,(
unsigned
long
)
decrCommand
},
{
"decrRefCount"
,(
unsigned
long
)
decrRefCount
},
{
"decrbyCommand"
,(
unsigned
long
)
decrbyCommand
},
{
"delCommand"
,(
unsigned
long
)
delCommand
},
{
"deleteIfSwapped"
,(
unsigned
long
)
deleteIfSwapped
},
{
"deleteIfVolatile"
,(
unsigned
long
)
deleteIfVolatile
},
{
"deleteKey"
,(
unsigned
long
)
deleteKey
},
{
"dictEncObjKeyCompare"
,(
unsigned
long
)
dictEncObjKeyCompare
},
{
"dictListDestructor"
,(
unsigned
long
)
dictListDestructor
},
{
"dictObjKeyCompare"
,(
unsigned
long
)
dictObjKeyCompare
},
{
"dictRedisObjectDestructor"
,(
unsigned
long
)
dictRedisObjectDestructor
},
{
"dictSdsDestructor"
,(
unsigned
long
)
dictSdsDestructor
},
{
"dictSdsKeyCompare"
,(
unsigned
long
)
dictSdsKeyCompare
},
{
"dictVanillaFree"
,(
unsigned
long
)
dictVanillaFree
},
{
"discardCommand"
,(
unsigned
long
)
discardCommand
},
{
"dontWaitForSwappedKey"
,(
unsigned
long
)
dontWaitForSwappedKey
},
...
...
@@ -196,6 +203,7 @@ static struct redisFunctionSym symsTable[] = {
{
"pushGenericCommand"
,(
unsigned
long
)
pushGenericCommand
},
{
"qsortCompareSetsByCardinality"
,(
unsigned
long
)
qsortCompareSetsByCardinality
},
{
"qsortCompareZsetopsrcByCardinality"
,(
unsigned
long
)
qsortCompareZsetopsrcByCardinality
},
{
"qsortRedisCommands"
,(
unsigned
long
)
qsortRedisCommands
},
{
"queueIOJob"
,(
unsigned
long
)
queueIOJob
},
{
"queueMultiCommand"
,(
unsigned
long
)
queueMultiCommand
},
{
"randomkeyCommand"
,(
unsigned
long
)
randomkeyCommand
},
...
...
@@ -245,7 +253,6 @@ static struct redisFunctionSym symsTable[] = {
{
"scardCommand"
,(
unsigned
long
)
scardCommand
},
{
"sdiffCommand"
,(
unsigned
long
)
sdiffCommand
},
{
"sdiffstoreCommand"
,(
unsigned
long
)
sdiffstoreCommand
},
{
"sdsDictKeyCompare"
,(
unsigned
long
)
sdsDictKeyCompare
},
{
"sdscatrepr"
,(
unsigned
long
)
sdscatrepr
},
{
"segvHandler"
,(
unsigned
long
)
segvHandler
},
{
"selectCommand"
,(
unsigned
long
)
selectCommand
},
...
...
@@ -269,6 +276,7 @@ static struct redisFunctionSym symsTable[] = {
{
"slaveofCommand"
,(
unsigned
long
)
slaveofCommand
},
{
"smoveCommand"
,(
unsigned
long
)
smoveCommand
},
{
"sortCommand"
,(
unsigned
long
)
sortCommand
},
{
"sortCommandTable"
,(
unsigned
long
)
sortCommandTable
},
{
"sortCompare"
,(
unsigned
long
)
sortCompare
},
{
"spawnIOThread"
,(
unsigned
long
)
spawnIOThread
},
{
"spopCommand"
,(
unsigned
long
)
spopCommand
},
...
...
@@ -290,6 +298,7 @@ static struct redisFunctionSym symsTable[] = {
{
"syncWithMaster"
,(
unsigned
long
)
syncWithMaster
},
{
"syncWrite"
,(
unsigned
long
)
syncWrite
},
{
"touchWatchedKey"
,(
unsigned
long
)
touchWatchedKey
},
{
"touchWatchedKeysOnFlush"
,(
unsigned
long
)
touchWatchedKeysOnFlush
},
{
"tryFreeOneObjectFromFreelist"
,(
unsigned
long
)
tryFreeOneObjectFromFreelist
},
{
"tryObjectEncoding"
,(
unsigned
long
)
tryObjectEncoding
},
{
"tryResizeHashTables"
,(
unsigned
long
)
tryResizeHashTables
},
...
...
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