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
↓ 4 callers
Function
endpoint
(instanceId = constants.TEST_INSTANCE_ID)
redisinsight/api/test/api/set/PUT-databases-id-set.test.ts:16
↓ 4 callers
Function
endpoint
(instanceId = constants.TEST_INSTANCE_ID)
redisinsight/api/test/api/set/POST-databases-id-set.test.ts:17
↓ 4 callers
Function
endpoint
(instanceId = constants.TEST_INSTANCE_ID)
redisinsight/api/test/api/stream/DELETE-databases-id-streams-consumer_groups.test.ts:15
↓ 4 callers
Function
endpoint
(instanceId = constants.TEST_INSTANCE_ID)
redisinsight/api/test/api/stream/POST-databases-id-streams-consumer_groups-consumers-pending_messages-ack.test.ts:15
↓ 4 callers
Function
endpoint
(instanceId = constants.TEST_INSTANCE_ID)
redisinsight/api/test/api/stream/POST-databases-id-streams-entries.test.ts:16
↓ 4 callers
Function
endpoint
(instanceId = constants.TEST_INSTANCE_ID)
redisinsight/api/test/api/stream/POST-databases-id-streams-consumer_groups-consumers-pending_messages-claim.test.ts:15
↓ 4 callers
Function
endpoint
(instanceId = constants.TEST_INSTANCE_ID)
redisinsight/api/test/api/stream/POST-databases-id-streams-consumer_groups.test.ts:15
↓ 4 callers
Function
endpoint
(instanceId = constants.TEST_INSTANCE_ID)
redisinsight/api/test/api/stream/POST-databases-id-streams.test.ts:15
↓ 4 callers
Function
endpoint
(instanceId = constants.TEST_INSTANCE_ID)
redisinsight/api/test/api/stream/POST-databases-id-streams-consumer_groups-consumers-get.test.ts:16
↓ 4 callers
Function
endpoint
(instanceId = constants.TEST_INSTANCE_ID)
redisinsight/api/test/api/stream/PATCH-databases-id-streams-consumer_groups.test.ts:15
↓ 4 callers
Function
endpoint
(instanceId = constants.TEST_INSTANCE_ID)
redisinsight/api/test/api/stream/POST-databases-id-streams-consumer_groups-consumers-pending_messages-get.test.ts:16
↓ 4 callers
Function
endpoint
(instanceId = constants.TEST_INSTANCE_ID)
redisinsight/api/test/api/stream/DELETE-databases-id-streams-consumer_groups-consumers.test.ts:15
↓ 4 callers
Function
endpoint
(instanceId = constants.TEST_INSTANCE_ID)
redisinsight/api/test/api/slowlog/PATCH-databases-id-slow_logs-config.test.ts:16
↓ 4 callers
Function
errorsSelector
(state: RootState)
redisinsight/ui/src/slices/app/notifications.ts:214
↓ 4 callers
Method
exists
* @inheritDoc
redisinsight/api/src/modules/database/repositories/local.database.repository.ts:67
↓ 4 callers
Method
exists
* @inheritDoc
redisinsight/api/src/modules/server/repositories/local.server.repository.ts:19
↓ 4 callers
Method
exists
* Check if a database exists in the list
tests/e2e-playwright/pages/databases/components/DatabaseList.ts:97
↓ 4 callers
Function
f
(n: number)
redisinsight/ui/src/utils/colors.ts:15
↓ 4 callers
Function
fetchClientCerts
()
redisinsight/ui/src/slices/instances/clientCerts.ts:68
↓ 4 callers
Function
fetchClusterDetailsAction
( instanceId: string, onSuccessAction?: (data: ClusterDetails) => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/analytics/clusterDetails.ts:54
↓ 4 callers
Function
fetchConsumerMessages
( resetData?: boolean, onSuccess?: () => void, onFailed?: () => void, )
redisinsight/ui/src/slices/browser/stream.ts:978
↓ 4 callers
Function
fetchCsrfTokenAction
( onSuccessAction?: (data: any) => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/app/csrf.ts:58
↓ 4 callers
Function
fetchDBAnalysisAction
( instanceId: string, id: string, onSuccessAction?: (data: DatabaseAnalysis) => void, onFailAction?: (
redisinsight/ui/src/slices/analytics/dbAnalysis.ts:117
↓ 4 callers
Function
fetchDBAnalysisReportsHistory
( instanceId: string, onSuccessAction?: (data: ShortDatabaseAnalysis[]) => void, onFailAction?: () => vo
redisinsight/ui/src/slices/analytics/dbAnalysis.ts:183
↓ 4 callers
Function
fetchDatabasesAzure
(accountId: string, subscriptionId: string)
redisinsight/ui/src/slices/instances/azure.ts:216
↓ 4 callers
Function
fetchEditedInstanceAction
( instance: Instance, onSuccess?: () => void, )
redisinsight/ui/src/slices/instances/instances.ts:785
↓ 4 callers
Function
fetchInstancesAction
(onSuccess?: (data: Instance[]) => void)
redisinsight/ui/src/slices/instances/instances.ts:398
↓ 4 callers
Function
fetchListElements
( key: RedisResponseBuffer, offset: number, count: number, resetData?: boolean, )
redisinsight/ui/src/slices/browser/list.ts:243
↓ 4 callers
Function
fetchMastersSentinelAction
( payload: Instance, onSuccessAction?: () => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/instances/sentinel.ts:137
↓ 4 callers
Function
fetchNamespaceSearchable
( prefixes: [string, string][], signal?: AbortSignal, onSuccessAction?: (data: NamespaceSearchableResult
redisinsight/ui/src/slices/browser/keys.ts:1305
↓ 4 callers
Function
fetchNotificationsAction
( onSuccessAction?: (totalCount: number, numberOfNotifications: number) => void, onFailAction?: () => void
redisinsight/ui/src/slices/app/notifications.ts:226
↓ 4 callers
Function
fetchRdiPipeline
( rdiInstanceId: string, onSuccessAction?: (data: any) => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/rdi/pipeline.ts:273
↓ 4 callers
Function
fetchSetMembers
( key: RedisResponseBuffer, cursor: number, count: number, match: string, resetData?: boolean, onS
redisinsight/ui/src/slices/browser/set.ts:178
↓ 4 callers
Function
fetchString
( key: RedisResponseBuffer, args: IFetchKeyArgs = {}, )
redisinsight/ui/src/slices/browser/string.ts:117
↓ 4 callers
Function
fetchSubscriptionsAzure
(accountId: string)
redisinsight/ui/src/slices/instances/azure.ts:193
↓ 4 callers
Function
fetchUserConfigSettings
( onSuccessAction?: () => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/user/user-settings.ts:129
↓ 4 callers
Function
fetchUserInfo
( onSuccessAction?: (isSelectAccout: boolean) => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/oauth/cloud.ts:350
↓ 4 callers
Function
fetchUserSettingsSpec
( onSuccessAction?: () => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/user/user-settings.ts:154
↓ 4 callers
Function
fetchWBCommandAction
( commandId: string, onSuccessAction?: () => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/workbench/wb-results.ts:502
↓ 4 callers
Function
filterJsonData
(data: JsonKeyData)
redisinsight/ui/src/pages/vector-search/hooks/useLoadKeyData/helpers.ts:70
↓ 4 callers
Method
format
(data: any, config?: IFormatterConfig)
redisinsight/ui/src/services/formatter/formatter.interfaces.ts:8
↓ 4 callers
Function
formatDateInternal
( date: Date, format: string, timeZone: TimezoneOption, )
redisinsight/ui/src/utils/transformers/formatDate.ts:73
↓ 4 callers
Function
generateArgsForInsertText
( argsNames: string[], separator: string = ' ', )
redisinsight/ui/src/utils/commands.ts:234
↓ 4 callers
Function
generateAuthHeaders
( credentials: Nullable<ICredentialsRedisCloud>, )
redisinsight/ui/src/slices/instances/cloud.ts:195
↓ 4 callers
Function
generateCallbackHtml
( options: GenerateCallbackOptions, )
redisinsight/api/src/modules/azure/auth/azure-auth-callback.template.ts:41
↓ 4 callers
Function
generateFtCreateCommand
({ indexName, dataContent, }: FtCreateCommandParams)
redisinsight/ui/src/pages/vector-search/utils/generateFtCreateCommand.ts:13
↓ 4 callers
Function
generateHumanMessage
(message: string)
redisinsight/ui/src/utils/transformers/chatbot.ts:7
↓ 4 callers
Function
generateNClients
(n: number, options = {})
redisinsight/api/src/modules/redis/redis.client.storage.spec.ts:682
↓ 4 callers
Method
generateTutorialManifest
* Generate custom manifest based on manifest.json inside tutorial folder and * additional data from local database * @param tutorial
redisinsight/api/src/modules/custom-tutorial/providers/custom-tutorial.manifest.provider.ts:171
↓ 4 callers
Method
get
* Get database settings * * @param sessionMetadata * @param id
redisinsight/api/src/modules/database-settings/database-settings.service.ts:56
↓ 4 callers
Method
get
( sessionMetadata: SessionMetadata, databaseId: string, )
redisinsight/api/src/modules/database-settings/repositories/local-database-settings.repository.ts:43
↓ 4 callers
Method
get
(id: string)
redisinsight/api/src/modules/tag/repository/local.tag.repository.ts:35
↓ 4 callers
Function
getAccordionToggleButton
(name: string)
redisinsight/ui/src/components/side-panels/panels/live-time-recommendations/components/recommendation/Recommendation.spec.tsx:57
↓ 4 callers
Function
getAnalyticsDataFromIndexInfo
(reply: string[])
redisinsight/api/src/utils/analytics-helper.ts:60
↓ 4 callers
Function
getBaseUrl
()
redisinsight/ui/src/services/apiService.ts:29
↓ 4 callers
Method
getCapiCredentials
( sessionMetadata: SessionMetadata, utm?: CloudRequestUtm, )
redisinsight/api/src/modules/cloud/autodiscovery/me.cloud-autodiscovery.service.ts:27
↓ 4 callers
Function
getCellIndicies
(child: React.ReactChild)
redisinsight/ui/src/components/virtual-grid/utils.tsx:5
↓ 4 callers
Function
getChannelField
()
redisinsight/ui/src/pages/pub-sub/components/publish-message/PublishMessage.spec.tsx:99
↓ 4 callers
Method
getCloudUser
* Get cloud user profile * @param sessionMetadata * @param forceSync * @param utm
redisinsight/api/src/modules/cloud/user/cloud-user.api.service.ts:216
↓ 4 callers
Function
getCommandRepeat
(command = '')
redisinsight/ui/src/utils/commands.ts:262
↓ 4 callers
Method
getCommands
* Try to return latest commands * In case of any errors will return default one
redisinsight/api/src/modules/commands/commands-json.provider.ts:50
↓ 4 callers
Function
getCommandsFromQuery
( query: string, commandsArray: string[] = [], )
redisinsight/ui/src/utils/monaco/monacoUtils.ts:395
↓ 4 callers
Function
getCompletionProvider
( keywords: string[] = [], functions: monacoEditor.languages.CompletionItem[] = [], )
redisinsight/ui/src/utils/monaco/completionProvider.ts:3
↓ 4 callers
Method
getControlInfo
* @inheritDoc
redisinsight/api/src/modules/feature/local.features-config.service.ts:175
↓ 4 callers
Method
getCreateIndexMenuItem
(option: 'sample-data' | 'existing-data')
tests/e2e-playwright/pages/vector-search/components/IndexList.ts:26
↓ 4 callers
Method
getCurrentDelimiters
* Read all configured delimiter labels (chip titles) in order.
tests/e2e-playwright/pages/browser/components/KeyList.ts:497
↓ 4 callers
Method
getDatabaseExternalEndpoint
( database: IRedisEnterpriseDatabase, )
redisinsight/api/src/modules/redis-enterprise/redis-enterprise.service.ts:154
↓ 4 callers
Method
getDatabaseNames
* Get database names in order
tests/e2e-playwright/pages/databases/components/DatabaseList.ts:342
↓ 4 callers
Method
getDatabases
( sessionMetadata: SessionMetadata, dto: ClusterConnectionDetailsDto, )
redisinsight/api/src/modules/redis-enterprise/redis-enterprise.service.ts:48
↓ 4 callers
Method
getDatabasesCount
( client: RedisClient, keyspaceInfo?: object, )
redisinsight/api/src/modules/database/providers/database-info.provider.ts:222
↓ 4 callers
Method
getDb
()
redisinsight/ui/src/services/query-library/database/QueryLibraryStorage.ts:54
↓ 4 callers
Method
getDefaultCommands
* Try to get default json that was delivered with build * In case when no default data we will return empty object to not fail api call
redisinsight/api/src/modules/commands/commands-json.provider.ts:73
↓ 4 callers
Function
getDefaultConsumer
(consumers: ConsumerDto[])
redisinsight/ui/src/utils/streamUtils.ts:73
↓ 4 callers
Function
getDisplayAppInTrayValue
()
redisinsight/desktop/src/lib/tray/trayManager.ts:25
↓ 4 callers
Function
getDocumentsSchema
( client: RedisClient, index: string, info: object, )
redisinsight/api/src/modules/ai/query/utils/context.util.ts:152
↓ 4 callers
Method
getElements
( clientMetadata: ClientMetadata, dto: GetListElementsDto, )
redisinsight/api/src/modules/browser/list/list.service.ts:122
↓ 4 callers
Function
getExpertChatHistoryAction
( instanceId: string, onSuccess?: () => void, )
redisinsight/ui/src/slices/panels/aiAssistant.ts:352
↓ 4 callers
Function
getFormValues
(instance?: Nullable<Record<string, any>>)
redisinsight/ui/src/pages/home/utils/form.tsx:285
↓ 4 callers
Function
getFreeDbFlag
( event: TelemetryEvent, freeDbEvents: TelemetryEvent[] = FREE_DB_IDENTIFIER_TELEMETRY_EVENTS, )
redisinsight/ui/src/telemetry/telemetryUtils.ts:56
↓ 4 callers
Function
getFunctionsTokens
( tokenName: string, )
redisinsight/ui/src/utils/monaco/monarchTokens/redisearchTokensTemplates.ts:15
↓ 4 callers
Method
getInfo
* Gets the info of a given index * @param clientMetadata * @param dto
redisinsight/api/src/modules/browser/redisearch/redisearch.service.ts:157
↓ 4 callers
Method
getInstance
()
redisinsight/desktop/src/lib/auth/tcp.auth.strategy.ts:18
↓ 4 callers
Method
getInstanceId
(client: Socket)
redisinsight/api/src/modules/profiler/profiler.gateway.ts:108
↓ 4 callers
Method
getItem
(id: string)
tests/e2e-playwright/pages/vector-search/components/QueryLibrary.ts:28
↓ 4 callers
Method
getItemByName
(name: string)
tests/e2e-playwright/pages/vector-search/components/QueryLibrary.ts:40
↓ 4 callers
Method
getJsonDataType
( client: RedisClient, keyName: RedisString, path: string, )
redisinsight/api/src/modules/browser/rejson-rl/rejson-rl.service.ts:140
↓ 4 callers
Method
getKeyInfo
( clientMetadata: ClientMetadata, key: RedisString, includeSize: boolean = false, )
redisinsight/api/src/modules/browser/keys/keys.service.ts:144
↓ 4 callers
Method
getManagementTokenByAccountId
* Get an access token for Azure Resource Manager (ARM) API. * * This token is used to call Azure Management APIs for autodiscovery: * - List
redisinsight/api/src/modules/azure/auth/azure-auth.service.ts:336
↓ 4 callers
Function
getMonacoLines
(command: string = '')
redisinsight/ui/src/utils/monaco/monacoUtils.ts:392
↓ 4 callers
Method
getObserver
* Get Redis Observer from existing ones * @param instanceId
redisinsight/api/src/modules/profiler/providers/redis-observer.provider.ts:121
↓ 4 callers
Function
getParentByManifest
( manifest: IEnablementAreaItem[], manifestPath: Nullable<string> = '', )
redisinsight/ui/src/components/side-panels/panels/enablement-area/EnablementArea/utils/getFileInfo.ts:177
↓ 4 callers
Method
getPassword
* Get password from the OS secret storage * @private
redisinsight/api/src/modules/encryption/strategies/keytar-encryption.strategy.ts:62
↓ 4 callers
Function
getPayload
(connectionUrl: string, returnOnError = false)
redisinsight/ui/src/pages/home/components/add-database-screen/AddDatabaseScreen.tsx:37
↓ 4 callers
Function
getPemBodyFromFileSync
(path: string)
redisinsight/api/src/common/utils/certificate-import.util.ts:10
↓ 4 callers
Function
getRedirectionPage
( pageInput: string, databaseId?: string, currentPathname?: string, )
redisinsight/ui/src/utils/routing.ts:32
↓ 4 callers
Method
getRemoteBuildInfo
* Get checksum for the remote latest version
redisinsight/api/src/modules/statics-management/providers/auto-updated-statics.provider.ts:125
↓ 4 callers
Function
getSearchOptions
(tokens: string[], startIndex = 0)
redisinsight/ui/src/packages/geodata/src/utils/geoParser.ts:108
↓ 4 callers
Function
getSelectionColumn
({ size = 50, id = 'row-selection', }: Props = {})
redisinsight/ui/src/pages/autodiscover-cloud/utils.tsx:12
↓ 4 callers
Method
getStrategy
(database: Database)
redisinsight/api/src/modules/database/credentials/local.credential-strategy.provider.ts:29
↓ 4 callers
Function
getSubscribeBtn
()
redisinsight/ui/src/pages/pub-sub/components/subscribe-form/SubscribeForm.spec.tsx:46
← previous
next →
1,201–1,300 of 7,801, ranked by callers