You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
delphimvcframework/samples/outputcachewithredis/WebModuleU.pas
Line 44 in a45cb13
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.
The text was updated successfully, but these errors were encountered: