0
Fabio.Zinesi created
- ABP Framework version: v7.3.0
- UI Type: Angular
- Database System: EF Core (SQL Server)
How can i disable redis?
I tryed to set:
"Redis": { "IsEnabled": "false", "Configuration": "127.0.0.1" },
but is redis server is not active i retrieve the error:
StackExchange.Redis.RedisConnectionException: 'It was not possible to connect to the redis server(s). UnableToConnect on 127.0.0.1:6379/Interactive, Initializing/NotStarted, last: NONE, origin: BeginConnectAsync, outstanding: 0, last-read: 1s ago, last-write: 1s ago, keep-alive: 60s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 7s ago, v: 2.2.4.27433'
1 Answer(s)
-
0
Hi,
please check https://support.abp.io/QA/Questions/848/Unable-to-connect-to-redis-serverS
thanks,