The README.txt is a little unclear, and states the following:

This module requires Redis version to be 2.6.0 or later with LUA scrpting
enabled due to the EVAL command usage.

But, directly under it states:

3.x release will only officially support Redis server <= 2.6
nevertheless you may use it with Redis 2.4 if you configure your cache
backend to operate in sharding mode.

Comments

jmm42 created an issue. See original summary.

jmm42’s picture

Title: README.md has typo's » Documentation unclear within 'README.txt'
Issue summary: View changes
Issue tags: -Documentation typo within 'README.md' +Documentation unclear within 'README.txt'
jmm42’s picture

If preferred, I can submit a pull request with the adjust language. Overall, I'm trying to resolve the following traceback:

- https://github.com/jeff1evesque/drupal-demonstration/issues/317#issuecom...

And, initially thinking of taking the following approaches:

- https://github.com/jeff1evesque/drupal-demonstration/issues/317#issuecom...

Any feedback with the larger overall issue, would be very helpful. Thank you!

ROM_SI’s picture

Status: Active » Fixed
Issue tags: -Documentation unclear within 'README.txt'

Fixed by issue #3081755: Typos in README.txt, Ok in version 7.X-3.19:

This module requires Redis version to be 2.6.0 or later with LUA scripting
enabled due to the EVAL command usage.

If you cannot upgrade your Redis server, use the module versions as defined
below:

* 3.x release will only officially support Redis server >= 2.8 and 3.x.
This branch will work with Redis 2.4 if you configure your cache backend to
operate in sharding mode.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.