Open Closed

How to disable Redis #6143


User avatar
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)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hi,

    please check https://support.abp.io/QA/Questions/848/Unable-to-connect-to-redis-serverS

    thanks,

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11