feat: allow to use redis cache instead of memory cache (#832)
* feat(backend/cache): allow to use redis cache instead as memory * feat(frontend/admin): add cache section Add a new section for cache attributes. Also add US translation. --------- Co-authored-by: Jules Lefebvre <jules.lefebvre@diabolocom.com>
This commit is contained in:
@@ -13,13 +13,14 @@ import Link from "next/link";
|
||||
import { Dispatch, SetStateAction } from "react";
|
||||
import {
|
||||
TbAt,
|
||||
TbBinaryTree,
|
||||
TbBucket,
|
||||
TbMail,
|
||||
TbScale,
|
||||
TbServerBolt,
|
||||
TbSettings,
|
||||
TbShare,
|
||||
TbSocial,
|
||||
TbBucket,
|
||||
TbBinaryTree,
|
||||
TbSettings,
|
||||
TbScale,
|
||||
} from "react-icons/tb";
|
||||
import { FormattedMessage } from "react-intl";
|
||||
|
||||
@@ -32,6 +33,7 @@ const categories = [
|
||||
{ name: "LDAP", icon: <TbBinaryTree /> },
|
||||
{ name: "S3", icon: <TbBucket /> },
|
||||
{ name: "Legal", icon: <TbScale /> },
|
||||
{ name: "Cache", icon: <TbServerBolt /> },
|
||||
];
|
||||
|
||||
const useStyles = createStyles((theme) => ({
|
||||
|
||||
Reference in New Issue
Block a user