Skip to content

Redis sample fix to 3.2.2 - nitrogen #518

@Microcom-Bjarne

Description

@Microcom-Bjarne

MVC.Config['redis_connection_string'] := '127.0.0.1:6379';

MVC is readonly :-) so change the line to
Config['redis_connection_string'] := '127.0.0.1:6379';

and for the example to work another line is needed.
Config['redis_connection_key'] := '';
otherwise an exception is raised due to missing key from the cachecontroller.

Metadata

Metadata

Assignees

Labels

acceptedIssue has been accepted and inserted in a future milestonebug

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions