Create Gitlab::Utils::Gzip module
This module holds common logic for compression and decompression of strings via ActiveSupport::Gzip. The destination of these compressed strings is usually Redis, so encoding is handled, as is compression detection when decompressing.
Showing
lib/gitlab/utils/gzip.rb
0 → 100644
Please register or sign in to comment