Skip to content

Commit

Permalink
Merge pull request #70 from Huggyduggy/patch-1
Browse files Browse the repository at this point in the history
Add COMPRESSION_LZ4 constant
  • Loading branch information
ukko authored Oct 13, 2020
2 parents 0b36c0d + 73979d4 commit fc859cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class Redis
const COMPRESSION_NONE = 0;
const COMPRESSION_LZF = 1;
const COMPRESSION_ZSTD = 2;
const COMPRESSION_LZ4 = 3;

/**
* Compression ZSTD levels
Expand Down

0 comments on commit fc859cb

Please sign in to comment.