Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-63127

Redis Cache: implement compression

    XMLWordPrintable

Details

    • MOODLE_36_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE
    • MOODLE_38_STABLE
    • MDL-63127_master
    • Hide
      1. Install Redis service (daemon) on your Moodle server (see https://docs.moodle.org/37/en/Redis_cache_store#Installing_Redis_server) if you do not already have it.
      2. Install the PHP extension Redis (see https://docs.moodle.org/37/en/Redis_cache_store#Installing_Redis_php_driver) if you do not already have it.
      3. Start the Redis daemon (eg. redis-server /usr/local/etc/redis.conf).
      4. Add the following to your config.php file define('TEST_CACHESTORE_REDIS_TESTSERVERS', '127.0.0.1');
      5. Run the unit tests ie. vendor/bin/phpunit cache/stores/redis/tests/redis_test.php and vendor/bin/phpunit cache/stores/redis/tests/compressor_test.php.
      Show
      Install Redis service (daemon) on your Moodle server (see https://docs.moodle.org/37/en/Redis_cache_store#Installing_Redis_server ) if you do not already have it. Install the PHP extension Redis (see https://docs.moodle.org/37/en/Redis_cache_store#Installing_Redis_php_driver ) if you do not already have it. Start the Redis daemon (eg. redis-server /usr/local/etc/redis.conf ). Add the following to your config.php file define('TEST_CACHESTORE_REDIS_TESTSERVERS', '127.0.0.1'); Run the unit tests ie. vendor/bin/phpunit cache/stores/redis/tests/redis_test.php and vendor/bin/phpunit cache/stores/redis/tests/compressor_test.php .
    • 1
    • Moppies Moodle 3.8 Sprint 1, Moppies Moodle 3.8 Sprint 2, Moppies Moodle 3.8 Sprint 3, Moppies Moodle 3.8 Sprint 4, Moppies Moodle 3.8 Sprint 5, Moppies Moodle 3.8 Sprint 6, Moppies Kanban

    Description

      Based on https://tracker.moodle.org/browse/MDL-59880

      Implements GZIP compression for data before sending it to Redis.

      Attachments

        Issue Links

          Activity

            People

              markn Mark Nelson
              roperto Daniel Thee Roperto
              Matt Porritt Matt Porritt
              Eloy Lafuente (stronk7) Eloy Lafuente (stronk7)
              CiBoT CiBoT
              Votes:
              2 Vote for this issue
              Watchers:
              12 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                18/Nov/19

                Time Tracking

                  Estimated:
                  Original Estimate - 0 minutes
                  0m
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 2 hours, 10 minutes
                  2h 10m