Open Closed

Disable redis #4688


User avatar
0
selwade created

Hello,

I'm using the application template, and this client is connected to another application using the OpenID, what I need is the following: 1- Disable Redis caching. 2- Remove unnecessary tables from the database, such as users, OpenID, ... etc.

  • ABP Framework version: v6.0.2
  • UI type: Angular
  • DB provider: EF Core
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

8 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    1- Disable Redis caching.

    "IsEnabled": "false" https://docs.abp.io/en/abp/latest/Redis-Cache#configuration

    2- Remove unnecessary tables from the database, such as users, OpenID, ... etc.

    You can remove some built-in modules, However, Removing the identity module( users tables) can be complicated.

    You can consider starting from an empty web application.

    https://docs.abp.io/en/abp/latest/Getting-Started-AspNetCore-Application

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    selwade created

    Thank you for your response Maliming. I have tried isenabled false and it worked fine with module template, but it is not working with application module. About starting from an empty app, I will give it a try.

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    but it is not working with application module.

    You can complete removing the AbpCachingStackExchangeRedisModule module from your template.

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    selwade created

    Thanks, I had to remove AbpDistributedLockingModule too.

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    selwade created

    Regarding the removal of unused tables, is there any documentation available for Web API and Angular, similar to the example provided for MVC?

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    There is no such document.

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    selwade created

    Ok thank, Then how to remove unused tables for api application?

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    You can remove thesePre-Built Application Modules from the project. then update the migrations.

    https://commercial.abp.io/modules

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.8.0-preview. Updated on September 16, 2026, 14:50
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.