Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
627c610f
Unverified
Commit
627c610f
authored
May 25, 2023
by
mojh7
Committed by
GitHub
May 24, 2023
Browse files
Fix typo functoin -> function (#12218)
functoin -> function
parent
3ca451c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/db.c
View file @
627c610f
...
...
@@ -2112,7 +2112,7 @@ void getKeysFreeResult(getKeysResult *result) {
* 'firstKeyOfs': firstkey index.
* 'keyStep': the interval of each key, usually this value is 1.
*
* The commands using this funct
o
in have a fully defined keyspec, so returning flags isn't needed. */
* The commands using this functi
o
n have a fully defined keyspec, so returning flags isn't needed. */
int
genericGetKeys
(
int
storeKeyOfs
,
int
keyCountOfs
,
int
firstKeyOfs
,
int
keyStep
,
robj
**
argv
,
int
argc
,
getKeysResult
*
result
)
{
int
i
,
num
;
...
...
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