MCPcopy Create free account

hub / github.com/redis/RedisInsight / functions

Functions7,801 in github.com/redis/RedisInsight

↓ 3 callersFunctionendpoint
(instanceId = constants.TEST_INSTANCE_ID)
redisinsight/api/test/api/keys/POST-databases-id-keys-get_info.test.ts:17
↓ 3 callersFunctionendpoint
(instanceId = constants.TEST_INSTANCE_ID)
redisinsight/api/test/api/keys/PATCH-databases-id-keys-ttl.test.ts:15
↓ 3 callersFunctionendpoint
(instanceId = constants.TEST_INSTANCE_ID)
redisinsight/api/test/api/keys/PATCH-databases-id-keys-name.test.ts:18
↓ 3 callersMethodensureAuth
()
redisinsight/api/src/modules/rdi/client/api/v1/api.rdi.client.ts:344
↓ 3 callersMethodensureAuthenticated
(accountId: string)
redisinsight/api/src/modules/azure/autodiscovery/azure-autodiscovery.controller.ts:45
↓ 3 callersMethodensureCloudUser
* Sync cloud user profile when needed * Always sync with force=true * @param sessionMetadata * @param force * @param utm * @private
redisinsight/api/src/modules/cloud/user/cloud-user.api.service.ts:162
↓ 3 callersFunctionerrorNotAuth
( error?: string | ErrorWithStatusCode | null, status?: AddRedisDatabaseStatus, )
redisinsight/ui/src/pages/autodiscover-sentinel/sentinel-databases-result/useSentinelDatabasesResultConfig.tsx:39
↓ 3 callersFunctioneventStop
(event: React.MouseEvent)
redisinsight/ui/src/components/query/query-card/QueryCardHeader/QueryCardHeader.tsx:135
↓ 3 callersMethodexpandPrivacy
* Expand Privacy settings section
tests/e2e-playwright/pages/settings/SettingsPage.ts:138
↓ 3 callersFunctionexpectMessageDispatched
(title: string)
redisinsight/ui/src/pages/browser/components/add-key/AddKeyVectorSet/AddKeyVectorSet.spec.tsx:199
↓ 3 callersFunctionexplorePanelSelector
(state: RootState)
redisinsight/ui/src/slices/panels/sidePanels.ts:97
↓ 3 callersFunctionexportInstancesAction
( ids: string[], withSecrets: boolean, onSuccess?: (data: ExportDatabase) => void, onFail?: () => void
redisinsight/ui/src/slices/instances/instances.ts:704
↓ 3 callersFunctionfetchAccountRedisCloud
( credentials: Nullable<ICredentialsRedisCloud>, isWithinOauth?: boolean, )
redisinsight/ui/src/slices/instances/cloud.ts:246
↓ 3 callersFunctionfetchAddZSetMembers
( data: AddMembersToZSetDto, onSuccessAction?: () => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/browser/zset.ts:332
↓ 3 callersFunctionfetchConnectedInstanceDangerousCommandsAction
( id: string, onSuccessAction?: (commands: string[]) => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/instances/instances.ts:930
↓ 3 callersFunctionfetchConnectedInstanceInfoAction
( id: string, onSuccess?: () => void, onFail?: () => void, )
redisinsight/ui/src/slices/instances/instances.ts:761
↓ 3 callersFunctionfetchContentRecommendations
()
redisinsight/ui/src/slices/recommendations/recommendations.ts:270
↓ 3 callersFunctionfetchCustomTutorials
( onSuccessAction?: () => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/workbench/wb-custom-tutorials.ts:152
↓ 3 callersFunctionfetchDownloadJsonValue
( key: RedisResponseBuffer, path = '$', onSuccessAction?: (data: string, headers: AxiosResponseHeaders)
redisinsight/ui/src/slices/browser/rejson.ts:398
↓ 3 callersFunctionfetchDownloadStringValue
( key: RedisResponseBuffer, onSuccessAction?: (data: string, headers: AxiosResponseHeaders) => void, )
redisinsight/ui/src/slices/browser/string.ts:152
↓ 3 callersFunctionfetchDownloadVectorEmbedding
( key: RedisResponseBuffer, element: RedisResponseBuffer, onSuccessAction?: (data: string, headers: Axio
redisinsight/ui/src/slices/browser/vectorSet.ts:608
↓ 3 callersFunctionfetchFeatureFlags
( onSuccessAction?: (data: any) => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/app/features.ts:268
↓ 3 callersFunctionfetchGuideLinksAction
()
redisinsight/ui/src/slices/content/guide-links.ts:46
↓ 3 callersFunctionfetchHashFields
( key: RedisResponseBuffer, cursor: number, count: number, match: string, resetData: boolean = true,
redisinsight/ui/src/slices/browser/hash.ts:227
↓ 3 callersFunctionfetchInstancesRedisCloud
( payload: { subscriptions: Maybe< Pick<InstanceRedisCloud, 'subscriptionId' | 'subscriptionType'
redisinsight/ui/src/slices/instances/cloud.ts:279
↓ 3 callersFunctionfetchInstancesRedisCluster
( payload: ICredentialsRedisCluster, onSuccessAction?: () => void, )
redisinsight/ui/src/slices/instances/cluster.ts:98
↓ 3 callersFunctionfetchJobTemplate
( rdiInstanceId: string, pipelineType: string, onSuccessAction?: (template: string) => void, onFailAct
redisinsight/ui/src/slices/rdi/pipeline.ts:359
↓ 3 callersFunctionfetchMonitorLog
( logFileId: string = '', onSuccessAction?: (data: string, headers: AxiosResponseHeaders) => void, )
redisinsight/ui/src/slices/cli/cli-output.ts:205
↓ 3 callersFunctionfetchMoreConsumerMessages
( count: number, start: string = '-', end: string = '+', resetData?: boolean, onSuccess?: () => void
redisinsight/ui/src/slices/browser/stream.ts:1022
↓ 3 callersFunctionfetchMoreSetMembers
( key: RedisResponseBuffer, cursor: number, count: number, match: string, )
redisinsight/ui/src/slices/browser/set.ts:220
↓ 3 callersFunctionfetchMoreVectorSetElements
({ key, nextCursor, count = VECTOR_SET_COUNT_DEFAULT, }: FetchMoreVectorSetElementsParams)
redisinsight/ui/src/slices/browser/vectorSet.ts:383
↓ 3 callersFunctionfetchMoreZSetMembers
( key: RedisResponseBuffer, offset: number, count: number, sortOrder: SortOrder, )
redisinsight/ui/src/slices/browser/zset.ts:295
↓ 3 callersFunctionfetchPatternHistoryAction
( onSuccess?: () => void, onFailed?: () => void, )
redisinsight/ui/src/slices/browser/keys.ts:1342
↓ 3 callersFunctionfetchRdiPipelineJobFunctions
( rdiInstanceId: string, onSuccessAction?: (data: any) => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/rdi/pipeline.ts:448
↓ 3 callersFunctionfetchRedisearchHistoryAction
( onSuccess?: () => void, onFailed?: () => void, )
redisinsight/ui/src/slices/browser/redisearch.ts:606
↓ 3 callersFunctionfetchRedisearchInfoAction
( index: string, onSuccess?: (value: RedisResponseBuffer[]) => void, onFailed?: () => void, )
redisinsight/ui/src/slices/browser/redisearch.ts:723
↓ 3 callersFunctionfetchSearchMoreZSetMembers
( key: RedisResponseBuffer, cursor: number, count: number, match: string, )
redisinsight/ui/src/slices/browser/zset.ts:513
↓ 3 callersFunctionfetchSearchZSetMembers
( key: RedisResponseBuffer, cursor: number, count: number, match: string, onSuccess?: (data: SearchZ
redisinsight/ui/src/slices/browser/zset.ts:474
↓ 3 callersFunctionfetchSearchingListElementAction
( key: RedisResponseBuffer, index: Nullable<number>, onSuccess?: () => void, )
redisinsight/ui/src/slices/browser/list.ts:319
↓ 3 callersFunctionfetchServerInfo
( onSuccessAction?: () => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/app/info.ts:81
↓ 3 callersFunctionfetchSlowLogsAction
( instanceId: string, count: number, onSuccessAction?: (data: SlowLog[]) => void, onFailAction?: () =>
redisinsight/ui/src/slices/analytics/slowlog.ts:90
↓ 3 callersFunctionfetchTutorials
( onSuccessAction?: () => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/workbench/wb-tutorials.ts:54
↓ 3 callersFunctionfetchWBHistoryAction
( instanceId: string, executionType = CommandExecutionType.Workbench, )
redisinsight/ui/src/slices/workbench/wb-results.ts:304
↓ 3 callersFunctionfillForm
()
redisinsight/ui/src/pages/autodiscover-azure/azure-manual-connection/AzureManualConnectionPage.spec.tsx:114
↓ 3 callersMethodfillStringValue
(value: string)
tests/e2e-playwright/pages/browser/components/AddKeyDialog.ts:147
↓ 3 callersMethodfilterByType
* Filter by key type
tests/e2e-playwright/pages/browser/components/KeyList.ts:129
↓ 3 callersMethodfindEvent
(event: any, messages = this.messages)
redisinsight/api/test/helpers/analytics.ts:25
↓ 3 callersMethodfindReplicasForDatabase
( databases: IRedisEnterpriseDatabase[], sourceDatabase: IRedisEnterpriseDatabase, )
redisinsight/api/src/modules/redis-enterprise/redis-enterprise.service.ts:187
↓ 3 callersFunctionfindSuggestionsByQueryArgs
( commands: IRedisCommand[], queryArgs: string[], )
redisinsight/ui/src/pages/workbench/utils/query.ts:26
↓ 3 callersFunctionfindUnescapedCharPosition
( char: string, str: string, startPosition = 0, )
redisinsight/api/src/utils/glob-pattern-helper.ts:49
↓ 3 callersMethodformatMembersDtoToCommandArgs
( members: ZSetMemberDto[], )
redisinsight/api/src/modules/browser/z-set/z-set.service.ts:475
↓ 3 callersFunctionformatRedisReply
(response, command = '')
redisinsight/ui/src/packages/redisinsight-plugin-sdk/index.js:85
↓ 3 callersMethodformatZRangeWithScoresReply
(reply: string[])
redisinsight/api/src/modules/browser/z-set/z-set.service.ts:457
↓ 3 callersFunctionfromPairsChunk
(arr: any[] = [], count: number = 2)
redisinsight/ui/src/packages/redisearch/src/utils/parseResponse.ts:103
↓ 3 callersFunctiongenerateAiMessage
(message = '')
redisinsight/ui/src/utils/transformers/chatbot.ts:14
↓ 3 callersFunctiongenerateArgs
( provider = 'unknown', args: ICommandArg[], )
redisinsight/ui/src/utils/commands.ts:208
↓ 3 callersFunctiongenerateCommandId
()
redisinsight/ui/src/pages/vector-search/pages/VectorSearchQueryPage/hooks/useQuery.utils.ts:67
↓ 3 callersFunctiongenerateKeywords
(commands: IRedisCommand[])
redisinsight/ui/src/utils/monaco/redisearch/utils.ts:8
↓ 3 callersFunctiongenerateMockBulkActionErrors
(amount: number, raw = true)
redisinsight/api/src/__mocks__/bulk-actions.ts:67
↓ 3 callersFunctiongenerateProfileQueryForCommand
( query: string, type: ProfileQueryType, )
redisinsight/ui/src/pages/workbench/utils/profile.ts:42
↓ 3 callersMethodgetAccordionButton
* Get the collapse button inside an accordion header * The aria-expanded attribute is on the button, not the header div
tests/e2e-playwright/pages/insights/InsightsPanel.ts:133
↓ 3 callersMethodgetAccounts
* Fetch list of user accounts * @param credentials
redisinsight/api/src/modules/cloud/user/providers/cloud-user.api.provider.ts:86
↓ 3 callersMethodgetActionMenuItem
* Get a menu action item (e.g. "Browse", "View", "Delete") from the actions menu
tests/e2e-playwright/pages/vector-search/components/IndexList.ts:63
↓ 3 callersMethodgetActionsMenuTrigger
* Get the actions menu trigger for a specific index row
tests/e2e-playwright/pages/vector-search/components/IndexList.ts:56
↓ 3 callersMethodgetAll
()
redisinsight/ui/src/services/storage.ts:57
↓ 3 callersFunctiongetApiErrorsFromBulkOperation
( operations: IBulkOperationResult[], ...errorNames: string[] )
redisinsight/ui/src/utils/apiResponse.ts:46
↓ 3 callersFunctiongetAssistantChatHistoryAction
( id: string, onSuccess?: () => void, )
redisinsight/ui/src/slices/panels/aiAssistant.ts:308
↓ 3 callersMethodgetAuthenticatedClient
( accountId: string, )
redisinsight/api/src/modules/azure/autodiscovery/azure-autodiscovery.service.ts:67
↓ 3 callersFunctiongetBaseApiUrl
()
redisinsight/ui/src/utils/common.ts:22
↓ 3 callersFunctiongetBlockingCommands
()
redisinsight/api/src/utils/cli-helper.ts:178
↓ 3 callersMethodgetByUserAccount
* Get user's capi key by cloud user id and cloud account id * @param sessionMetadata * @param cloudUserId * @param cloudAccountId
redisinsight/api/src/modules/cloud/capi-key/cloud-capi-key.service.ts:217
↓ 3 callersMethodgetCapiCredentials
* Returns CAPI credentials and ensures CAPI keys and updates last usage time * @param sessionMetadata * @param utm
redisinsight/api/src/modules/cloud/capi-key/cloud-capi-key.service.ts:178
↓ 3 callersFunctiongetCapiKeysAction
( onSuccessAction?: () => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/oauth/cloud.ts:516
↓ 3 callersMethodgetClient
* Method to create new redis client and return uuid * @param clientMetadata
redisinsight/api/src/modules/cli/services/cli-business/cli-business.service.ts:71
↓ 3 callersMethodgetClientListInfo
(client: RedisClient)
redisinsight/api/src/modules/database/providers/database-info.provider.ts:236
↓ 3 callersMethodgetClusterDetails
(client: RedisClient)
redisinsight/api/src/modules/cluster-monitor/strategies/cluster.info.interface.ts:5
↓ 3 callersMethodgetCommand
* Get current command from editor
tests/e2e-playwright/pages/workbench/components/Editor.ts:36
↓ 3 callersMethodgetCommandsGroups
()
redisinsight/api/src/modules/commands/commands.service.ts:47
↓ 3 callersFunctiongetComplexityShortNotation
( complexity: string[] | string, )
redisinsight/ui/src/utils/commands.ts:140
↓ 3 callersMethodgetConfigTemplate
( rdiClientMetadata: RdiClientMetadata, pipelineType: string, dbType: string, )
redisinsight/api/src/modules/rdi/rdi-pipeline.service.ts:145
↓ 3 callersMethodgetCount
()
redisinsight/api/src/modules/bulk-actions/models/bulk-action-filter.ts:35
↓ 3 callersMethodgetCount
()
redisinsight/api/src/modules/database-analysis/models/scan-filter.ts:56
↓ 3 callersFunctiongetCsrfEndpoint
()
redisinsight/ui/src/slices/app/csrf.ts:8
↓ 3 callersMethodgetCsrfToken
* Login user to api using accessToken from oauth flow * returns JSESSIONID * @param credentials * @private
redisinsight/api/src/modules/cloud/user/providers/cloud-user.api.provider.ts:19
↓ 3 callersMethodgetCurrentBuildInfo
* Get checksum for the current version of statics
redisinsight/api/src/modules/statics-management/providers/auto-updated-statics.provider.ts:142
↓ 3 callersMethodgetCurrentUser
* Get current user profile * @param credentials
redisinsight/api/src/modules/cloud/user/providers/cloud-user.api.provider.ts:67
↓ 3 callersFunctiongetData
(props: ChartProps)
redisinsight/ui/src/packages/redistimeseries-app/src/components/Chart/Chart.tsx:80
↓ 3 callersMethodgetDatabaseId
()
redisinsight/api/src/modules/pub-sub/model/user-client.ts:20
↓ 3 callersMethodgetDatabaseTags
* Get single database tags * @param credentials * @param dto
redisinsight/api/src/modules/cloud/database/cloud-database.capi.provider.ts:94
↓ 3 callersFunctiongetDbIndexFromSelectQuery
(query: string)
redisinsight/ui/src/utils/cliHelper.tsx:223
↓ 3 callersFunctiongetDbWithModuleLoaded
( databases: Instance[], moduleName: string, )
redisinsight/ui/src/utils/modules.ts:80
↓ 3 callersFunctiongetDefaultSorting
()
redisinsight/ui/src/pages/rdi/home/components/rdi-instances-list/methods/sortingAdapters.ts:27
↓ 3 callersMethodgetEmitter
* Get or create logs emitter to use on each 'monitor' event
redisinsight/api/src/modules/profiler/models/log-file.ts:93
↓ 3 callersFunctiongetFileInfo
( { manifestPath, path }: { manifestPath?: Nullable<string>; path: string }, manifest?: Nullable<IEnableme
redisinsight/ui/src/components/side-panels/panels/enablement-area/EnablementArea/utils/getFileInfo.ts:33
↓ 3 callersFunctiongetFileUrlFromMd
(nodeUrl: string, mdPath: string)
redisinsight/ui/src/utils/pathUtil.ts:31
↓ 3 callersMethodgetFilename
* Generate file name
redisinsight/api/src/modules/profiler/models/log-file.ts:104
↓ 3 callersMethodgetFilter
()
redisinsight/api/src/modules/bulk-actions/interfaces/bulk-action.interface.ts:7
↓ 3 callersFunctiongetFormUpdates
( obj1: UnknownObject = {}, obj2: UnknownObject = {}, )
redisinsight/ui/src/utils/comparisons/diff.ts:21
↓ 3 callersFunctiongetFormatTime
(time: string = '')
redisinsight/ui/src/utils/streamUtils.ts:31
↓ 3 callersMethodgetGlobalManifest
* Get global manifest for all custom tutorials * In the future will be removed with some kind of partial load
redisinsight/api/src/modules/custom-tutorial/custom-tutorial.service.ts:160
← previousnext →1,601–1,700 of 7,801, ranked by callers