Skip to content

Redis compression by default #39

Description

@seanhamlin

Compression however is easy to implement in Drupal, see https://git.drupalcode.org/project/redis#drupal-redis-settings

$settings['redis_compress_length'] = 100;
$settings['redis_compress_level'] = 6;

The impact of using compression is equivalent to at least doubling the size of redis for the cost of a few CPU cycles.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions