Add Redis provider to platform integrations

d Redis blocks for database operations
This commit is contained in:
abhi1992002
2025-03-29 22:15:44 +05:30
parent 1f2af18388
commit 9cf541aebf
5 changed files with 1233 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -29,6 +29,7 @@ class ProviderName(str, Enum):
OPEN_ROUTER = "open_router"
PINECONE = "pinecone"
REDDIT = "reddit"
REDIS = "redis"
REPLICATE = "replicate"
REVID = "revid"
SCREENSHOTONE = "screenshotone"

View File

@@ -83,6 +83,7 @@ export const providerIcons: Record<
reddit: fallbackIcon,
fal: fallbackIcon,
revid: fallbackIcon,
redis: fallbackIcon,
twitter: FaTwitter,
unreal_speech: fallbackIcon,
exa: fallbackIcon,

View File

@@ -48,6 +48,7 @@ const providerDisplayNames: Record<CredentialsProviderName, string> = {
reddit: "Reddit",
replicate: "Replicate",
revid: "Rev.ID",
redis: "Redis",
twitter: "Twitter",
todoist: "Todoist",
unreal_speech: "Unreal Speech",

View File

@@ -156,6 +156,7 @@ export const PROVIDER_NAMES = {
TWITTER: "twitter",
REPLICATE: "replicate",
REDDIT: "reddit",
REDIS: "redis",
REVID: "revid",
UNREAL_SPEECH: "unreal_speech",
TODOIST: "todoist",