MCPcopy Create free account

hub / github.com/redis/RedisInsight / functions

Functions7,801 in github.com/redis/RedisInsight

Methodcalculate
( _sessionMetadata: SessionMetadata, knownFeature: IFeatureFlag, )
redisinsight/api/src/modules/feature/providers/feature-flag/strategies/default.flag.strategy.ts:7
FunctioncalculateAdditionalClusterMetrics
* Calculate additional cluster metrics based on current connection and nodes details * @param client * @param nodes
redisinsight/api/src/modules/cluster-monitor/strategies/abstract.info.strategy.ts:221
FunctioncalculateCacheHitRatio
* Calculate hit ratio based on hits and misses values * Will not fail in case of an error * @param hits * @param misses
redisinsight/api/src/modules/cluster-monitor/strategies/abstract.info.strategy.ts:205
Functioncall
TODO: It's necessary to investigate transactions async sendMulti( commands: RedisClientCommand[], options?: IRedisClientCommandOptions, ):
redisinsight/api/src/modules/redis/client/ioredis/ioredis.client.ts:130
Methodcall
* @inheritDoc
redisinsight/api/src/modules/redis/client/node-redis/standalone.node-redis.client.ts:69
Methodcallback
( @Query() query: CloudOauthCallbackQueryDto, )
redisinsight/api/src/modules/cloud/auth/cloud-auth.controller.ts:61
Methodcallback
( @RequestSessionMetadata() sessionMetadata: SessionMetadata, @Res({ passthrough: true }) res: Respons
redisinsight/api/src/modules/azure/auth/azure-auth.controller.ts:86
MethodcanHandle
(_database: Database)
redisinsight/api/src/modules/database/credentials/strategies/default.credential-strategy.ts:10
MethodcanHandle
(database: Database)
redisinsight/api/src/modules/database/credentials/strategies/azure-entra-id.credential-strategy.ts:28
MethodcanHandle
(database: Database)
redisinsight/api/src/modules/database/credentials/strategies/azure-access-key.credential-strategy.ts:39
FunctioncanSelectRow
(row: { original: AzureRedisDatabase })
redisinsight/ui/src/pages/autodiscover-azure/azure-databases/AzureDatabases/AzureDatabases.tsx:137
Methodcancel
()
tests/e2e-playwright/pages/components/TypeToConfirmModal.ts:85
Methodcancel
()
tests/e2e-playwright/pages/databases/components/CloneDatabaseDialog.ts:99
Methodcancel
()
tests/e2e-playwright/pages/databases/components/AddDatabaseDialog.ts:186
Methodcancel
()
tests/e2e-playwright/pages/databases/components/ImportDatabaseDialog.ts:51
MethodcancelSlowLogConfig
* Cancel slow log configuration
tests/e2e-playwright/pages/analytics/AnalyticsPage.ts:424
MethodcancelStringEdit
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:284
FunctioncatchRedisConnectionError
( error: ReplyError, connectionOptions: { host: string; port: number }, errorPlaceholder: string = '', )
redisinsight/api/src/utils/catch-redis-errors.ts:117
FunctioncatchTransactionError
( transactionError: ReplyError | null, transactionResults: [ReplyError, any][], )
redisinsight/api/src/utils/catch-redis-errors.ts:146
Methodcb
(err?: any)
redisinsight/api/src/modules/database/middleware/connection.middleware.ts:36
FunctioncellRenderer
({ cellData, columnIndex, rowData, rowIndex, parent, dataKey, }: TableCellProps)
redisinsight/ui/src/components/virtual-table/VirtualTable.tsx:338
FunctionchangeConnectionType
(connectionType: AddDbType, db: any)
redisinsight/ui/src/pages/home/components/database-panel-dialog/DatabasePanelDialog.tsx:124
FunctionchangeState
(state = {})
redisinsight/api/src/modules/cloud/job/jobs/cloud-job.ts:184
MethodchangeTheme
* Change theme
tests/e2e-playwright/pages/settings/SettingsPage.ts:259
FunctioncheckAndFilters
* Process "AND" filter when all of conditions (including in deep nested OR or AND) should pass * @param filters * @param serverState * @priva
redisinsight/api/src/modules/feature/providers/feature-flag/strategies/feature.flag.strategy.ts:168
FunctioncheckApi
()
tests/e2e-playwright/fixtures/base.ts:146
FunctioncheckFilter
* Check all feature filters with recursion * @param filter * @param serverState * @private
redisinsight/api/src/modules/feature/providers/feature-flag/strategies/feature.flag.strategy.ts:118
FunctioncheckInstanceDbIndex
(id: string, index: number)
redisinsight/ui/src/services/database/instancesService.ts:58
FunctioncheckOrFilters
* Process "OR" conditions when at least one condition should pass * @param filters * @param serverState * @private
redisinsight/api/src/modules/feature/providers/feature-flag/strategies/feature.flag.strategy.ts:185
FunctioncheckResource
(resource)
configs/webpack.config.base.ts:59
FunctioncheckSignal
()
redisinsight/api/src/modules/cloud/job/jobs/cloud-job.ts:196
MethodcheckWindowAuth
(windowId: string)
redisinsight/desktop/src/lib/auth/tcp.auth.strategy.ts:36
MethodclaimPendingEntries
( @BrowserClientMetadata() clientMetadata: ClientMetadata, @Body() dto: ClaimPendingEntryDto, )
redisinsight/api/src/modules/browser/stream/controllers/consumer.controller.ts:120
MethodcleanupPreSetup
* @inheritDoc
redisinsight/api/src/modules/certificate/repositories/local.client-certificate.repository.ts:124
MethodcleanupUnusedTags
()
redisinsight/api/src/modules/tag/repository/local.tag.repository.ts:98
Methodclear
* Clear the editor
tests/e2e-playwright/pages/workbench/components/Editor.ts:43
MethodclearCommandsHistory
(instanceId: string)
redisinsight/ui/src/services/commands-history/commandsHistoryService.ts:107
MethodclearCommandsHistory
( instanceId: string, commandExecutionType: CommandExecutionType, )
redisinsight/ui/src/services/commands-history/database/CommandsHistorySQLite.ts:148
MethodclearCommandsHistory
( instanceId: string, )
redisinsight/ui/src/services/commands-history/database/CommandsHistoryIndexedDB.ts:118
MethodclearHashFieldSearch
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:360
MethodclearHistory
( @RequestSessionMetadata() sessionMetadata: SessionMetadata, @Param('id') databaseId: string, )
redisinsight/api/src/modules/ai/query/ai-query.controller.ts:66
MethodclearInput
* Clear the current command input
tests/e2e-playwright/pages/cli/CliPanel.ts:103
MethodclearResults
* Clear all results
tests/e2e-playwright/pages/workbench/WorkbenchPage.ts:101
MethodclearSearch
* Clear the search input
tests/e2e-playwright/pages/command-helper/CommandHelperPanel.ts:88
MethodclearSlowLog
* Clear slow log entries
tests/e2e-playwright/pages/analytics/AnalyticsPage.ts:370
Methodclick
()
redisinsight/desktop/src/lib/menu/menu.ts:201
MethodclickAddElements
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:395
MethodclickAddFields
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:296
MethodclickAddJsonField
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:805
MethodclickAddMembers
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:495
FunctionclickAndWaitForNavigation
* Click and wait for navigation
tests/e2e-playwright/pages/BasePage.ts:220
MethodclickBack
()
tests/e2e-playwright/pages/browser/components/AddKeyDialog.ts:199
MethodclickCancel
()
tests/e2e-playwright/pages/browser/components/BulkActionsPanel.ts:107
MethodclickChangeEditorType
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:809
MethodclickConsumerGroup
(groupName: string)
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:775
MethodclickConsumerGroupsTab
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:668
MethodclickEditValue
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:267
MethodclickNewEntry
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:660
MethodclickNewGroup
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:728
MethodclickOverviewTab
* Switch to Cluster Overview sub-tab (when already on Analyze page)
tests/e2e-playwright/pages/analytics/AnalyticsPage.ts:196
MethodclickRemoveElements
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:399
MethodclickSortByScore
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:554
MethodclickStreamDataTab
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:664
MethodclickTutorialButton
* Click tutorial button for first recommendation that has one
tests/e2e-playwright/pages/analytics/AnalyticsPage.ts:533
FunctionclientMetadataParamFactory
( options: IClientMetadataParamOptions, ctx: ExecutionContext, )
redisinsight/api/src/common/decorators/client-metadata/client-metadata.decorator.ts:25
Methodclone
( @RequestSessionMetadata() sessionMetadata: SessionMetadata, @Param('id') id: string, @Body() dat
redisinsight/api/src/modules/database/database.controller.ts:174
FunctioncloneInstance
(id: string, instance: Partial<Instance>)
redisinsight/ui/src/services/database/instancesService.ts:125
Functionclose
()
redisinsight/ui/src/pages/browser/modules/key-details/components/vector-set-details/similarity-search-results/components/SimilarityColumnsPopover/SimilarityColumnsPopover.tsx:40
Methodclose
()
tests/e2e-playwright/pages/browser/components/BulkActionsPanel.ts:70
Methodclose
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:178
Methodclose
* Close the Insights panel. * No-op if the panel is already hidden.
tests/e2e-playwright/pages/insights/InsightsPanel.ts:89
Methodclose
* Close the Command Helper panel (removes it completely)
tests/e2e-playwright/pages/command-helper/CommandHelperPanel.ts:54
Methodclose
* Close notification center by clicking outside the dialog
tests/e2e-playwright/pages/navigation/components/NotificationCenter.ts:71
Methodclose
* Close help menu by pressing Escape
tests/e2e-playwright/pages/navigation/components/HelpMenu.ts:61
Methodclose
()
tests/e2e-playwright/pages/databases/components/CloneDatabaseDialog.ts:107
Methodclose
()
tests/e2e-playwright/pages/databases/components/AddDatabaseDialog.ts:190
Methodclose
()
tests/e2e-playwright/pages/databases/components/TagsDialog.ts:79
FunctioncloseAddItemPanel
(isCancelled?: boolean)
redisinsight/ui/src/pages/browser/modules/key-details/components/hash-details/HashDetails.tsx:54
FunctioncloseAddItemPanel
(isCancelled?: boolean)
redisinsight/ui/src/pages/browser/modules/key-details/components/list-details/ListDetails.tsx:42
FunctioncloseAddItemPanel
(isCancelled?: boolean)
redisinsight/ui/src/pages/browser/modules/key-details/components/stream-details/StreamDetails.tsx:47
FunctioncloseAddItemPanel
(isCancelled?: boolean)
redisinsight/ui/src/pages/browser/modules/key-details/components/zset-details/ZSetDetails.tsx:37
FunctioncloseAddKeyPanel
(isCancelled?: boolean)
redisinsight/ui/src/pages/browser/components/add-key/AddKey.tsx:139
FunctioncloseClearModal
()
redisinsight/ui/src/pages/slow-log/components/Actions/Actions.tsx:50
FunctioncloseCreateFreeDatabase
()
redisinsight/ui/src/components/oauth/oauth-jobs/OAuthJobs.tsx:211
FunctioncloseDatabaseImportForbidden
()
redisinsight/ui/src/components/oauth/oauth-jobs/OAuthJobs.tsx:196
FunctioncloseDeletePopover
()
redisinsight/ui/src/pages/home/components/databases-list/components/DatabasesListCellControls/DatabasesListCellControls.tsx:42
FunctioncloseEditDialog
()
redisinsight/ui/src/pages/home/HomePage.tsx:171
FunctioncloseImportDatabase
()
redisinsight/ui/src/components/oauth/oauth-jobs/OAuthJobs.tsx:203
MethodcloseKeyboardShortcuts
* Close keyboard shortcuts dialog
tests/e2e-playwright/pages/navigation/components/HelpMenu.ts:87
FunctioncloseLastStep
()
redisinsight/ui/src/components/onboarding-features/OnboardingFeatures.tsx:755
FunctioncloseMenu
()
redisinsight/ui/src/pages/rdi/instance/components/header/components/rdi-config-file-action-menu/RdiConfigFileActionMenu.tsx:18
FunctionclosePanel
()
redisinsight/ui/src/pages/browser/BrowserPage.tsx:285
FunctionclosePanel
()
redisinsight/ui/src/pages/browser/components/browser-right-panel/BrowserRightPanel.tsx:60
FunctionclosePopover
()
redisinsight/ui/src/pages/browser/components/key-tree/KeyTreeSettings/KeyTreeSettings.tsx:84
FunctionclosePopover
()
redisinsight/ui/src/pages/redis-cluster/RedisClusterDatabases.tsx:91
FunctionclosePopover
()
redisinsight/ui/src/pages/autodiscover-sentinel/sentinel-databases/components/SentinelDatabases/SentinelDatabases.tsx:65
FunctionclosePopover
()
redisinsight/ui/src/pages/autodiscover-cloud/redis-cloud-databases/RedisCloudDatabases/RedisCloudDatabases.tsx:92
FunctionclosePopover
()
redisinsight/ui/src/pages/autodiscover-cloud/redis-cloud-subscriptions/RedisCloudSubscriptions/RedisCloudSubscriptions.tsx:99
FunctionclosePopoverConfig
()
redisinsight/ui/src/pages/slow-log/components/Actions/Actions.tsx:57
FunctionclosePopoverDelete
()
redisinsight/ui/src/pages/browser/modules/key-details-header/components/key-details-header-delete/KeyDetailsHeaderDelete.tsx:46
← previousnext →5,301–5,400 of 7,801, ranked by callers