Línea 30... |
Línea 30... |
30 |
$string['clustermode_help'] = 'Enabling cluster mode will run the Redis Cluster function, allowing your server to serve multiple servers to handle concurrent requests simultaneously.';
|
30 |
$string['clustermode_help'] = 'Enabling cluster mode will run the Redis Cluster function, allowing your server to serve multiple servers to handle concurrent requests simultaneously.';
|
31 |
$string['clustermodeunavailable'] = 'Redis Cluster is currently unavailable. Please ensure that the PHP Redis extension supports Redis Cluster functionality.';
|
31 |
$string['clustermodeunavailable'] = 'Redis Cluster is currently unavailable. Please ensure that the PHP Redis extension supports Redis Cluster functionality.';
|
32 |
$string['compressor_none'] = 'No compression.';
|
32 |
$string['compressor_none'] = 'No compression.';
|
33 |
$string['compressor_php_gzip'] = 'Use gzip compression.';
|
33 |
$string['compressor_php_gzip'] = 'Use gzip compression.';
|
34 |
$string['compressor_php_zstd'] = 'Use Zstandard compression.';
|
34 |
$string['compressor_php_zstd'] = 'Use Zstandard compression.';
|
- |
|
35 |
$string['connectiontimeout'] = 'Connection timeout';
|
- |
|
36 |
$string['connectiontimeout_help'] = 'This sets the timeout when attempting to connect to the Redis server.';
|
35 |
$string['encrypt_connection'] = 'Use TLS encryption.';
|
37 |
$string['encrypt_connection'] = 'Use TLS encryption.';
|
36 |
$string['encrypt_connection_help'] = 'Use TLS to connect to Redis. Do not use \'tls://\' in the hostname for Redis, use this option instead.';
|
38 |
$string['encrypt_connection_help'] = 'Use TLS to connect to Redis. Do not use \'tls://\' in the hostname for Redis, use this option instead.';
|
37 |
$string['password'] = 'Password';
|
39 |
$string['password'] = 'Password';
|
38 |
$string['password_help'] = 'This sets the password of the Redis server.';
|
40 |
$string['password_help'] = 'This sets the password of the Redis server.';
|
39 |
$string['pluginname'] = 'Redis';
|
41 |
$string['pluginname'] = 'Redis';
|
Línea 42... |
Línea 44... |
42 |
* If you only have one Moodle instance using this server, you can leave this value default.
|
44 |
* If you only have one Moodle instance using this server, you can leave this value default.
|
43 |
* Due to key length restrictions, a maximum of 5 characters is permitted.';
|
45 |
* Due to key length restrictions, a maximum of 5 characters is permitted.';
|
44 |
$string['prefixinvalid'] = 'Invalid prefix. You can only use a-z A-Z 0-9-_.';
|
46 |
$string['prefixinvalid'] = 'Invalid prefix. You can only use a-z A-Z 0-9-_.';
|
45 |
$string['privacy:metadata:redis'] = 'The Redis cachestore plugin stores data briefly as part of its caching functionality. This data is stored on an Redis server where data is regularly removed.';
|
47 |
$string['privacy:metadata:redis'] = 'The Redis cachestore plugin stores data briefly as part of its caching functionality. This data is stored on an Redis server where data is regularly removed.';
|
46 |
$string['privacy:metadata:redis:data'] = 'The various data stored in the cache';
|
48 |
$string['privacy:metadata:redis:data'] = 'The various data stored in the cache';
|
47 |
$string['serializer_igbinary'] = 'The igbinary serializer.';
|
49 |
$string['serializer_igbinary'] = 'Igbinary serializer';
|
48 |
$string['serializer_php'] = 'The default PHP serializer.';
|
50 |
$string['serializer_php'] = 'Default PHP serializer';
|
49 |
$string['server'] = 'Server(s)';
|
51 |
$string['server'] = 'Server(s)';
|
50 |
$string['server_help'] = 'Redis server to use for testing.
|
52 |
$string['server_help'] = 'Redis server to use for testing.
|
Línea 51... |
Línea 53... |
51 |
|
53 |
|