Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WP Plugins
Redis Object Cache
Commits
4e0a27f5
Commit
4e0a27f5
authored
May 26, 2013
by
Eric Mann
Browse files
Merge pull request
#1
from hans2103/patch-1
tiny correction in code
parents
c4a329ca
f3c62ec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
object-cache.php
View file @
4e0a27f5
...
...
@@ -832,7 +832,7 @@ class WP_Object_Cache {
return
true
;
}
if
(
$this
->
redis
-
exists
(
$derived_key
)
)
{
if
(
$this
->
redis
-
>
exists
(
$derived_key
)
)
{
return
false
;
}
...
...
@@ -1010,4 +1010,4 @@ class WP_Object_Cache {
return
false
;
}
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
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