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
↓ 3 callers
Function
endpoint
(instanceId = constants.TEST_INSTANCE_ID)
redisinsight/api/test/api/keys/POST-databases-id-keys-get_info.test.ts:17
↓ 3 callers
Function
endpoint
(instanceId = constants.TEST_INSTANCE_ID)
redisinsight/api/test/api/keys/PATCH-databases-id-keys-ttl.test.ts:15
↓ 3 callers
Function
endpoint
(instanceId = constants.TEST_INSTANCE_ID)
redisinsight/api/test/api/keys/PATCH-databases-id-keys-name.test.ts:18
↓ 3 callers
Method
ensureAuth
()
redisinsight/api/src/modules/rdi/client/api/v1/api.rdi.client.ts:344
↓ 3 callers
Method
ensureAuthenticated
(accountId: string)
redisinsight/api/src/modules/azure/autodiscovery/azure-autodiscovery.controller.ts:45
↓ 3 callers
Method
ensureCloudUser
* 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 callers
Function
errorNotAuth
( error?: string | ErrorWithStatusCode | null, status?: AddRedisDatabaseStatus, )
redisinsight/ui/src/pages/autodiscover-sentinel/sentinel-databases-result/useSentinelDatabasesResultConfig.tsx:39
↓ 3 callers
Function
eventStop
(event: React.MouseEvent)
redisinsight/ui/src/components/query/query-card/QueryCardHeader/QueryCardHeader.tsx:135
↓ 3 callers
Method
expandPrivacy
* Expand Privacy settings section
tests/e2e-playwright/pages/settings/SettingsPage.ts:138
↓ 3 callers
Function
expectMessageDispatched
(title: string)
redisinsight/ui/src/pages/browser/components/add-key/AddKeyVectorSet/AddKeyVectorSet.spec.tsx:199
↓ 3 callers
Function
explorePanelSelector
(state: RootState)
redisinsight/ui/src/slices/panels/sidePanels.ts:97
↓ 3 callers
Function
exportInstancesAction
( ids: string[], withSecrets: boolean, onSuccess?: (data: ExportDatabase) => void, onFail?: () => void
redisinsight/ui/src/slices/instances/instances.ts:704
↓ 3 callers
Function
fetchAccountRedisCloud
( credentials: Nullable<ICredentialsRedisCloud>, isWithinOauth?: boolean, )
redisinsight/ui/src/slices/instances/cloud.ts:246
↓ 3 callers
Function
fetchAddZSetMembers
( data: AddMembersToZSetDto, onSuccessAction?: () => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/browser/zset.ts:332
↓ 3 callers
Function
fetchConnectedInstanceDangerousCommandsAction
( id: string, onSuccessAction?: (commands: string[]) => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/instances/instances.ts:930
↓ 3 callers
Function
fetchConnectedInstanceInfoAction
( id: string, onSuccess?: () => void, onFail?: () => void, )
redisinsight/ui/src/slices/instances/instances.ts:761
↓ 3 callers
Function
fetchContentRecommendations
()
redisinsight/ui/src/slices/recommendations/recommendations.ts:270
↓ 3 callers
Function
fetchCustomTutorials
( onSuccessAction?: () => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/workbench/wb-custom-tutorials.ts:152
↓ 3 callers
Function
fetchDownloadJsonValue
( key: RedisResponseBuffer, path = '$', onSuccessAction?: (data: string, headers: AxiosResponseHeaders)
redisinsight/ui/src/slices/browser/rejson.ts:398
↓ 3 callers
Function
fetchDownloadStringValue
( key: RedisResponseBuffer, onSuccessAction?: (data: string, headers: AxiosResponseHeaders) => void, )
redisinsight/ui/src/slices/browser/string.ts:152
↓ 3 callers
Function
fetchDownloadVectorEmbedding
( key: RedisResponseBuffer, element: RedisResponseBuffer, onSuccessAction?: (data: string, headers: Axio
redisinsight/ui/src/slices/browser/vectorSet.ts:608
↓ 3 callers
Function
fetchFeatureFlags
( onSuccessAction?: (data: any) => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/app/features.ts:268
↓ 3 callers
Function
fetchGuideLinksAction
()
redisinsight/ui/src/slices/content/guide-links.ts:46
↓ 3 callers
Function
fetchHashFields
( key: RedisResponseBuffer, cursor: number, count: number, match: string, resetData: boolean = true,
redisinsight/ui/src/slices/browser/hash.ts:227
↓ 3 callers
Function
fetchInstancesRedisCloud
( payload: { subscriptions: Maybe< Pick<InstanceRedisCloud, 'subscriptionId' | 'subscriptionType'
redisinsight/ui/src/slices/instances/cloud.ts:279
↓ 3 callers
Function
fetchInstancesRedisCluster
( payload: ICredentialsRedisCluster, onSuccessAction?: () => void, )
redisinsight/ui/src/slices/instances/cluster.ts:98
↓ 3 callers
Function
fetchJobTemplate
( rdiInstanceId: string, pipelineType: string, onSuccessAction?: (template: string) => void, onFailAct
redisinsight/ui/src/slices/rdi/pipeline.ts:359
↓ 3 callers
Function
fetchMonitorLog
( logFileId: string = '', onSuccessAction?: (data: string, headers: AxiosResponseHeaders) => void, )
redisinsight/ui/src/slices/cli/cli-output.ts:205
↓ 3 callers
Function
fetchMoreConsumerMessages
( count: number, start: string = '-', end: string = '+', resetData?: boolean, onSuccess?: () => void
redisinsight/ui/src/slices/browser/stream.ts:1022
↓ 3 callers
Function
fetchMoreSetMembers
( key: RedisResponseBuffer, cursor: number, count: number, match: string, )
redisinsight/ui/src/slices/browser/set.ts:220
↓ 3 callers
Function
fetchMoreVectorSetElements
({ key, nextCursor, count = VECTOR_SET_COUNT_DEFAULT, }: FetchMoreVectorSetElementsParams)
redisinsight/ui/src/slices/browser/vectorSet.ts:383
↓ 3 callers
Function
fetchMoreZSetMembers
( key: RedisResponseBuffer, offset: number, count: number, sortOrder: SortOrder, )
redisinsight/ui/src/slices/browser/zset.ts:295
↓ 3 callers
Function
fetchPatternHistoryAction
( onSuccess?: () => void, onFailed?: () => void, )
redisinsight/ui/src/slices/browser/keys.ts:1342
↓ 3 callers
Function
fetchRdiPipelineJobFunctions
( rdiInstanceId: string, onSuccessAction?: (data: any) => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/rdi/pipeline.ts:448
↓ 3 callers
Function
fetchRedisearchHistoryAction
( onSuccess?: () => void, onFailed?: () => void, )
redisinsight/ui/src/slices/browser/redisearch.ts:606
↓ 3 callers
Function
fetchRedisearchInfoAction
( index: string, onSuccess?: (value: RedisResponseBuffer[]) => void, onFailed?: () => void, )
redisinsight/ui/src/slices/browser/redisearch.ts:723
↓ 3 callers
Function
fetchSearchMoreZSetMembers
( key: RedisResponseBuffer, cursor: number, count: number, match: string, )
redisinsight/ui/src/slices/browser/zset.ts:513
↓ 3 callers
Function
fetchSearchZSetMembers
( key: RedisResponseBuffer, cursor: number, count: number, match: string, onSuccess?: (data: SearchZ
redisinsight/ui/src/slices/browser/zset.ts:474
↓ 3 callers
Function
fetchSearchingListElementAction
( key: RedisResponseBuffer, index: Nullable<number>, onSuccess?: () => void, )
redisinsight/ui/src/slices/browser/list.ts:319
↓ 3 callers
Function
fetchServerInfo
( onSuccessAction?: () => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/app/info.ts:81
↓ 3 callers
Function
fetchSlowLogsAction
( instanceId: string, count: number, onSuccessAction?: (data: SlowLog[]) => void, onFailAction?: () =>
redisinsight/ui/src/slices/analytics/slowlog.ts:90
↓ 3 callers
Function
fetchTutorials
( onSuccessAction?: () => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/workbench/wb-tutorials.ts:54
↓ 3 callers
Function
fetchWBHistoryAction
( instanceId: string, executionType = CommandExecutionType.Workbench, )
redisinsight/ui/src/slices/workbench/wb-results.ts:304
↓ 3 callers
Function
fillForm
()
redisinsight/ui/src/pages/autodiscover-azure/azure-manual-connection/AzureManualConnectionPage.spec.tsx:114
↓ 3 callers
Method
fillStringValue
(value: string)
tests/e2e-playwright/pages/browser/components/AddKeyDialog.ts:147
↓ 3 callers
Method
filterByType
* Filter by key type
tests/e2e-playwright/pages/browser/components/KeyList.ts:129
↓ 3 callers
Method
findEvent
(event: any, messages = this.messages)
redisinsight/api/test/helpers/analytics.ts:25
↓ 3 callers
Method
findReplicasForDatabase
( databases: IRedisEnterpriseDatabase[], sourceDatabase: IRedisEnterpriseDatabase, )
redisinsight/api/src/modules/redis-enterprise/redis-enterprise.service.ts:187
↓ 3 callers
Function
findSuggestionsByQueryArgs
( commands: IRedisCommand[], queryArgs: string[], )
redisinsight/ui/src/pages/workbench/utils/query.ts:26
↓ 3 callers
Function
findUnescapedCharPosition
( char: string, str: string, startPosition = 0, )
redisinsight/api/src/utils/glob-pattern-helper.ts:49
↓ 3 callers
Method
formatMembersDtoToCommandArgs
( members: ZSetMemberDto[], )
redisinsight/api/src/modules/browser/z-set/z-set.service.ts:475
↓ 3 callers
Function
formatRedisReply
(response, command = '')
redisinsight/ui/src/packages/redisinsight-plugin-sdk/index.js:85
↓ 3 callers
Method
formatZRangeWithScoresReply
(reply: string[])
redisinsight/api/src/modules/browser/z-set/z-set.service.ts:457
↓ 3 callers
Function
fromPairsChunk
(arr: any[] = [], count: number = 2)
redisinsight/ui/src/packages/redisearch/src/utils/parseResponse.ts:103
↓ 3 callers
Function
generateAiMessage
(message = '')
redisinsight/ui/src/utils/transformers/chatbot.ts:14
↓ 3 callers
Function
generateArgs
( provider = 'unknown', args: ICommandArg[], )
redisinsight/ui/src/utils/commands.ts:208
↓ 3 callers
Function
generateCommandId
()
redisinsight/ui/src/pages/vector-search/pages/VectorSearchQueryPage/hooks/useQuery.utils.ts:67
↓ 3 callers
Function
generateKeywords
(commands: IRedisCommand[])
redisinsight/ui/src/utils/monaco/redisearch/utils.ts:8
↓ 3 callers
Function
generateMockBulkActionErrors
(amount: number, raw = true)
redisinsight/api/src/__mocks__/bulk-actions.ts:67
↓ 3 callers
Function
generateProfileQueryForCommand
( query: string, type: ProfileQueryType, )
redisinsight/ui/src/pages/workbench/utils/profile.ts:42
↓ 3 callers
Method
getAccordionButton
* 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 callers
Method
getAccounts
* Fetch list of user accounts * @param credentials
redisinsight/api/src/modules/cloud/user/providers/cloud-user.api.provider.ts:86
↓ 3 callers
Method
getActionMenuItem
* 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 callers
Method
getActionsMenuTrigger
* Get the actions menu trigger for a specific index row
tests/e2e-playwright/pages/vector-search/components/IndexList.ts:56
↓ 3 callers
Method
getAll
()
redisinsight/ui/src/services/storage.ts:57
↓ 3 callers
Function
getApiErrorsFromBulkOperation
( operations: IBulkOperationResult[], ...errorNames: string[] )
redisinsight/ui/src/utils/apiResponse.ts:46
↓ 3 callers
Function
getAssistantChatHistoryAction
( id: string, onSuccess?: () => void, )
redisinsight/ui/src/slices/panels/aiAssistant.ts:308
↓ 3 callers
Method
getAuthenticatedClient
( accountId: string, )
redisinsight/api/src/modules/azure/autodiscovery/azure-autodiscovery.service.ts:67
↓ 3 callers
Function
getBaseApiUrl
()
redisinsight/ui/src/utils/common.ts:22
↓ 3 callers
Function
getBlockingCommands
()
redisinsight/api/src/utils/cli-helper.ts:178
↓ 3 callers
Method
getByUserAccount
* 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 callers
Method
getCapiCredentials
* 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 callers
Function
getCapiKeysAction
( onSuccessAction?: () => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/oauth/cloud.ts:516
↓ 3 callers
Method
getClient
* 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 callers
Method
getClientListInfo
(client: RedisClient)
redisinsight/api/src/modules/database/providers/database-info.provider.ts:236
↓ 3 callers
Method
getClusterDetails
(client: RedisClient)
redisinsight/api/src/modules/cluster-monitor/strategies/cluster.info.interface.ts:5
↓ 3 callers
Method
getCommand
* Get current command from editor
tests/e2e-playwright/pages/workbench/components/Editor.ts:36
↓ 3 callers
Method
getCommandsGroups
()
redisinsight/api/src/modules/commands/commands.service.ts:47
↓ 3 callers
Function
getComplexityShortNotation
( complexity: string[] | string, )
redisinsight/ui/src/utils/commands.ts:140
↓ 3 callers
Method
getConfigTemplate
( rdiClientMetadata: RdiClientMetadata, pipelineType: string, dbType: string, )
redisinsight/api/src/modules/rdi/rdi-pipeline.service.ts:145
↓ 3 callers
Method
getCount
()
redisinsight/api/src/modules/bulk-actions/models/bulk-action-filter.ts:35
↓ 3 callers
Method
getCount
()
redisinsight/api/src/modules/database-analysis/models/scan-filter.ts:56
↓ 3 callers
Function
getCsrfEndpoint
()
redisinsight/ui/src/slices/app/csrf.ts:8
↓ 3 callers
Method
getCsrfToken
* 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 callers
Method
getCurrentBuildInfo
* Get checksum for the current version of statics
redisinsight/api/src/modules/statics-management/providers/auto-updated-statics.provider.ts:142
↓ 3 callers
Method
getCurrentUser
* Get current user profile * @param credentials
redisinsight/api/src/modules/cloud/user/providers/cloud-user.api.provider.ts:67
↓ 3 callers
Function
getData
(props: ChartProps)
redisinsight/ui/src/packages/redistimeseries-app/src/components/Chart/Chart.tsx:80
↓ 3 callers
Method
getDatabaseId
()
redisinsight/api/src/modules/pub-sub/model/user-client.ts:20
↓ 3 callers
Method
getDatabaseTags
* Get single database tags * @param credentials * @param dto
redisinsight/api/src/modules/cloud/database/cloud-database.capi.provider.ts:94
↓ 3 callers
Function
getDbIndexFromSelectQuery
(query: string)
redisinsight/ui/src/utils/cliHelper.tsx:223
↓ 3 callers
Function
getDbWithModuleLoaded
( databases: Instance[], moduleName: string, )
redisinsight/ui/src/utils/modules.ts:80
↓ 3 callers
Function
getDefaultSorting
()
redisinsight/ui/src/pages/rdi/home/components/rdi-instances-list/methods/sortingAdapters.ts:27
↓ 3 callers
Method
getEmitter
* Get or create logs emitter to use on each 'monitor' event
redisinsight/api/src/modules/profiler/models/log-file.ts:93
↓ 3 callers
Function
getFileInfo
( { 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 callers
Function
getFileUrlFromMd
(nodeUrl: string, mdPath: string)
redisinsight/ui/src/utils/pathUtil.ts:31
↓ 3 callers
Method
getFilename
* Generate file name
redisinsight/api/src/modules/profiler/models/log-file.ts:104
↓ 3 callers
Method
getFilter
()
redisinsight/api/src/modules/bulk-actions/interfaces/bulk-action.interface.ts:7
↓ 3 callers
Function
getFormUpdates
( obj1: UnknownObject = {}, obj2: UnknownObject = {}, )
redisinsight/ui/src/utils/comparisons/diff.ts:21
↓ 3 callers
Function
getFormatTime
(time: string = '')
redisinsight/ui/src/utils/streamUtils.ts:31
↓ 3 callers
Method
getGlobalManifest
* 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
← previous
next →
1,601–1,700 of 7,801, ranked by callers