Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
redis-3467120
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
redis-3467120
Commits
343d6e7e
Commit
343d6e7e
authored
4 years ago
by
Hai-Nam Nguyen
Committed by
Sascha Grossenbacher
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3104814
by jcisio: Spelling mistakes in doc
parent
3475e59e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Cache/CacheBase.php
+3
-3
3 additions, 3 deletions
src/Cache/CacheBase.php
src/ClientInterface.php
+2
-2
2 additions, 2 deletions
src/ClientInterface.php
with
5 additions
and
5 deletions
src/Cache/CacheBase.php
+
3
−
3
View file @
343d6e7e
...
...
@@ -32,9 +32,9 @@ abstract class CacheBase implements CacheBackendInterface {
const
LIFETIME_PERM_DEFAULT
=
31536000
;
/**
* Computed keys are let's say ar
r
ound 60 characters length due to
* Computed keys are let's say around 60 characters length due to
* key prefixing, which makes 1,000 keys DEL command to be something
* ar
r
ound 50,000 bytes length: this is huge and may not pass into
* around 50,000 bytes length: this is huge and may not pass into
* Redis, let's split this off.
* Some recommend to never get higher than 1,500 bytes within the same
* command which makes us forced to split this at a very low threshold:
...
...
@@ -63,7 +63,7 @@ abstract class CacheBase implements CacheBackendInterface {
* Default TTL for CACHE_PERMANENT items.
*
* See "Default lifetime for permanent items" section of README.md
* file for a comprehensive expla
i
nation of why this exists.
* file for a comprehensive explanation of why this exists.
*
* @var int
*/
...
...
This diff is collapsed.
Click to expand it.
src/ClientInterface.php
+
2
−
2
View file @
343d6e7e
...
...
@@ -3,7 +3,7 @@
namespace
Drupal\redis
;
/**
* Client proxy, client handling class tied to the bare mini
n
um.
* Client proxy, client handling class tied to the bare mini
m
um.
*/
interface
ClientInterface
{
/**
...
...
@@ -15,7 +15,7 @@ interface ClientInterface {
public
function
getClient
(
$host
=
NULL
,
$port
=
NULL
,
$base
=
NULL
);
/**
* Get underl
a
ying library name used.
* Get underlying library name used.
*
* This can be useful for contribution code that may work with only some of
* the provided clients.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment