Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/redis/RedisInsight
/ functions
Functions
7,801 in github.com/redis/RedisInsight
⨍
Functions
7,801
◇
Types & classes
3,830
Method
calculate
( _sessionMetadata: SessionMetadata, knownFeature: IFeatureFlag, )
redisinsight/api/src/modules/feature/providers/feature-flag/strategies/default.flag.strategy.ts:7
Function
calculateAdditionalClusterMetrics
* 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
Function
calculateCacheHitRatio
* 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
Function
call
TODO: It's necessary to investigate transactions async sendMulti( commands: RedisClientCommand[], options?: IRedisClientCommandOptions, ):
redisinsight/api/src/modules/redis/client/ioredis/ioredis.client.ts:130
Method
call
* @inheritDoc
redisinsight/api/src/modules/redis/client/node-redis/standalone.node-redis.client.ts:69
Method
callback
( @Query() query: CloudOauthCallbackQueryDto, )
redisinsight/api/src/modules/cloud/auth/cloud-auth.controller.ts:61
Method
callback
( @RequestSessionMetadata() sessionMetadata: SessionMetadata, @Res({ passthrough: true }) res: Respons
redisinsight/api/src/modules/azure/auth/azure-auth.controller.ts:86
Method
canHandle
(_database: Database)
redisinsight/api/src/modules/database/credentials/strategies/default.credential-strategy.ts:10
Method
canHandle
(database: Database)
redisinsight/api/src/modules/database/credentials/strategies/azure-entra-id.credential-strategy.ts:28
Method
canHandle
(database: Database)
redisinsight/api/src/modules/database/credentials/strategies/azure-access-key.credential-strategy.ts:39
Function
canSelectRow
(row: { original: AzureRedisDatabase })
redisinsight/ui/src/pages/autodiscover-azure/azure-databases/AzureDatabases/AzureDatabases.tsx:137
Method
cancel
()
tests/e2e-playwright/pages/components/TypeToConfirmModal.ts:85
Method
cancel
()
tests/e2e-playwright/pages/databases/components/CloneDatabaseDialog.ts:99
Method
cancel
()
tests/e2e-playwright/pages/databases/components/AddDatabaseDialog.ts:186
Method
cancel
()
tests/e2e-playwright/pages/databases/components/ImportDatabaseDialog.ts:51
Method
cancelSlowLogConfig
* Cancel slow log configuration
tests/e2e-playwright/pages/analytics/AnalyticsPage.ts:424
Method
cancelStringEdit
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:284
Function
catchRedisConnectionError
( error: ReplyError, connectionOptions: { host: string; port: number }, errorPlaceholder: string = '', )
redisinsight/api/src/utils/catch-redis-errors.ts:117
Function
catchTransactionError
( transactionError: ReplyError | null, transactionResults: [ReplyError, any][], )
redisinsight/api/src/utils/catch-redis-errors.ts:146
Method
cb
(err?: any)
redisinsight/api/src/modules/database/middleware/connection.middleware.ts:36
Function
cellRenderer
({ cellData, columnIndex, rowData, rowIndex, parent, dataKey, }: TableCellProps)
redisinsight/ui/src/components/virtual-table/VirtualTable.tsx:338
Function
changeConnectionType
(connectionType: AddDbType, db: any)
redisinsight/ui/src/pages/home/components/database-panel-dialog/DatabasePanelDialog.tsx:124
Function
changeState
(state = {})
redisinsight/api/src/modules/cloud/job/jobs/cloud-job.ts:184
Method
changeTheme
* Change theme
tests/e2e-playwright/pages/settings/SettingsPage.ts:259
Function
checkAndFilters
* 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
Function
checkApi
()
tests/e2e-playwright/fixtures/base.ts:146
Function
checkFilter
* 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
Function
checkInstanceDbIndex
(id: string, index: number)
redisinsight/ui/src/services/database/instancesService.ts:58
Function
checkOrFilters
* 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
Function
checkResource
(resource)
configs/webpack.config.base.ts:59
Function
checkSignal
()
redisinsight/api/src/modules/cloud/job/jobs/cloud-job.ts:196
Method
checkWindowAuth
(windowId: string)
redisinsight/desktop/src/lib/auth/tcp.auth.strategy.ts:36
Method
claimPendingEntries
( @BrowserClientMetadata() clientMetadata: ClientMetadata, @Body() dto: ClaimPendingEntryDto, )
redisinsight/api/src/modules/browser/stream/controllers/consumer.controller.ts:120
Method
cleanupPreSetup
* @inheritDoc
redisinsight/api/src/modules/certificate/repositories/local.client-certificate.repository.ts:124
Method
cleanupUnusedTags
()
redisinsight/api/src/modules/tag/repository/local.tag.repository.ts:98
Method
clear
* Clear the editor
tests/e2e-playwright/pages/workbench/components/Editor.ts:43
Method
clearCommandsHistory
(instanceId: string)
redisinsight/ui/src/services/commands-history/commandsHistoryService.ts:107
Method
clearCommandsHistory
( instanceId: string, commandExecutionType: CommandExecutionType, )
redisinsight/ui/src/services/commands-history/database/CommandsHistorySQLite.ts:148
Method
clearCommandsHistory
( instanceId: string, )
redisinsight/ui/src/services/commands-history/database/CommandsHistoryIndexedDB.ts:118
Method
clearHashFieldSearch
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:360
Method
clearHistory
( @RequestSessionMetadata() sessionMetadata: SessionMetadata, @Param('id') databaseId: string, )
redisinsight/api/src/modules/ai/query/ai-query.controller.ts:66
Method
clearInput
* Clear the current command input
tests/e2e-playwright/pages/cli/CliPanel.ts:103
Method
clearResults
* Clear all results
tests/e2e-playwright/pages/workbench/WorkbenchPage.ts:101
Method
clearSearch
* Clear the search input
tests/e2e-playwright/pages/command-helper/CommandHelperPanel.ts:88
Method
clearSlowLog
* Clear slow log entries
tests/e2e-playwright/pages/analytics/AnalyticsPage.ts:370
Method
click
()
redisinsight/desktop/src/lib/menu/menu.ts:201
Method
clickAddElements
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:395
Method
clickAddFields
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:296
Method
clickAddJsonField
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:805
Method
clickAddMembers
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:495
Function
clickAndWaitForNavigation
* Click and wait for navigation
tests/e2e-playwright/pages/BasePage.ts:220
Method
clickBack
()
tests/e2e-playwright/pages/browser/components/AddKeyDialog.ts:199
Method
clickCancel
()
tests/e2e-playwright/pages/browser/components/BulkActionsPanel.ts:107
Method
clickChangeEditorType
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:809
Method
clickConsumerGroup
(groupName: string)
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:775
Method
clickConsumerGroupsTab
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:668
Method
clickEditValue
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:267
Method
clickNewEntry
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:660
Method
clickNewGroup
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:728
Method
clickOverviewTab
* Switch to Cluster Overview sub-tab (when already on Analyze page)
tests/e2e-playwright/pages/analytics/AnalyticsPage.ts:196
Method
clickRemoveElements
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:399
Method
clickSortByScore
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:554
Method
clickStreamDataTab
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:664
Method
clickTutorialButton
* Click tutorial button for first recommendation that has one
tests/e2e-playwright/pages/analytics/AnalyticsPage.ts:533
Function
clientMetadataParamFactory
( options: IClientMetadataParamOptions, ctx: ExecutionContext, )
redisinsight/api/src/common/decorators/client-metadata/client-metadata.decorator.ts:25
Method
clone
( @RequestSessionMetadata() sessionMetadata: SessionMetadata, @Param('id') id: string, @Body() dat
redisinsight/api/src/modules/database/database.controller.ts:174
Function
cloneInstance
(id: string, instance: Partial<Instance>)
redisinsight/ui/src/services/database/instancesService.ts:125
Function
close
()
redisinsight/ui/src/pages/browser/modules/key-details/components/vector-set-details/similarity-search-results/components/SimilarityColumnsPopover/SimilarityColumnsPopover.tsx:40
Method
close
()
tests/e2e-playwright/pages/browser/components/BulkActionsPanel.ts:70
Method
close
()
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:178
Method
close
* Close the Insights panel. * No-op if the panel is already hidden.
tests/e2e-playwright/pages/insights/InsightsPanel.ts:89
Method
close
* Close the Command Helper panel (removes it completely)
tests/e2e-playwright/pages/command-helper/CommandHelperPanel.ts:54
Method
close
* Close notification center by clicking outside the dialog
tests/e2e-playwright/pages/navigation/components/NotificationCenter.ts:71
Method
close
* Close help menu by pressing Escape
tests/e2e-playwright/pages/navigation/components/HelpMenu.ts:61
Method
close
()
tests/e2e-playwright/pages/databases/components/CloneDatabaseDialog.ts:107
Method
close
()
tests/e2e-playwright/pages/databases/components/AddDatabaseDialog.ts:190
Method
close
()
tests/e2e-playwright/pages/databases/components/TagsDialog.ts:79
Function
closeAddItemPanel
(isCancelled?: boolean)
redisinsight/ui/src/pages/browser/modules/key-details/components/hash-details/HashDetails.tsx:54
Function
closeAddItemPanel
(isCancelled?: boolean)
redisinsight/ui/src/pages/browser/modules/key-details/components/list-details/ListDetails.tsx:42
Function
closeAddItemPanel
(isCancelled?: boolean)
redisinsight/ui/src/pages/browser/modules/key-details/components/stream-details/StreamDetails.tsx:47
Function
closeAddItemPanel
(isCancelled?: boolean)
redisinsight/ui/src/pages/browser/modules/key-details/components/zset-details/ZSetDetails.tsx:37
Function
closeAddKeyPanel
(isCancelled?: boolean)
redisinsight/ui/src/pages/browser/components/add-key/AddKey.tsx:139
Function
closeClearModal
()
redisinsight/ui/src/pages/slow-log/components/Actions/Actions.tsx:50
Function
closeCreateFreeDatabase
()
redisinsight/ui/src/components/oauth/oauth-jobs/OAuthJobs.tsx:211
Function
closeDatabaseImportForbidden
()
redisinsight/ui/src/components/oauth/oauth-jobs/OAuthJobs.tsx:196
Function
closeDeletePopover
()
redisinsight/ui/src/pages/home/components/databases-list/components/DatabasesListCellControls/DatabasesListCellControls.tsx:42
Function
closeEditDialog
()
redisinsight/ui/src/pages/home/HomePage.tsx:171
Function
closeImportDatabase
()
redisinsight/ui/src/components/oauth/oauth-jobs/OAuthJobs.tsx:203
Method
closeKeyboardShortcuts
* Close keyboard shortcuts dialog
tests/e2e-playwright/pages/navigation/components/HelpMenu.ts:87
Function
closeLastStep
()
redisinsight/ui/src/components/onboarding-features/OnboardingFeatures.tsx:755
Function
closeMenu
()
redisinsight/ui/src/pages/rdi/instance/components/header/components/rdi-config-file-action-menu/RdiConfigFileActionMenu.tsx:18
Function
closePanel
()
redisinsight/ui/src/pages/browser/BrowserPage.tsx:285
Function
closePanel
()
redisinsight/ui/src/pages/browser/components/browser-right-panel/BrowserRightPanel.tsx:60
Function
closePopover
()
redisinsight/ui/src/pages/browser/components/key-tree/KeyTreeSettings/KeyTreeSettings.tsx:84
Function
closePopover
()
redisinsight/ui/src/pages/redis-cluster/RedisClusterDatabases.tsx:91
Function
closePopover
()
redisinsight/ui/src/pages/autodiscover-sentinel/sentinel-databases/components/SentinelDatabases/SentinelDatabases.tsx:65
Function
closePopover
()
redisinsight/ui/src/pages/autodiscover-cloud/redis-cloud-databases/RedisCloudDatabases/RedisCloudDatabases.tsx:92
Function
closePopover
()
redisinsight/ui/src/pages/autodiscover-cloud/redis-cloud-subscriptions/RedisCloudSubscriptions/RedisCloudSubscriptions.tsx:99
Function
closePopoverConfig
()
redisinsight/ui/src/pages/slow-log/components/Actions/Actions.tsx:57
Function
closePopoverDelete
()
redisinsight/ui/src/pages/browser/modules/key-details-header/components/key-details-header-delete/KeyDetailsHeaderDelete.tsx:46
← previous
next →
5,301–5,400 of 7,801, ranked by callers