MCPcopy Create free account

hub / github.com/redis/RedisInsight / functions

Functions7,801 in github.com/redis/RedisInsight

↓ 2 callersFunctionisRediStack
(modules: any[], version?: Nullable<string>)
redisinsight/ui/src/utils/redistack.ts:74
↓ 2 callersFunctionisShowLabel
(d: d3.PieArcDatum<ChartData>)
redisinsight/ui/src/components/charts/donut-chart/DonutChart.tsx:129
↓ 2 callersFunctionisStatusNotFoundError
(status: number)
redisinsight/ui/src/utils/statuses.ts:16
↓ 2 callersMethodisSwitchChecked
* Check if a switch is checked
tests/e2e-playwright/pages/eula/EulaPage.ts:135
↓ 2 callersMethodisTutorialFolderExpanded
* Check if a tutorial folder is expanded by id * @param folderId - The accordion id (e.g., 'custom-tutorials', 'tutorials')
tests/e2e-playwright/pages/insights/InsightsPanel.ts:168
↓ 2 callersFunctionisValidPemPrivateKey
(cert: string)
redisinsight/api/src/common/utils/certificate-import.util.ts:6
↓ 2 callersFunctionisValidSize
(size: number)
redisinsight/ui/src/utils/formatters/msgpack/extensions.ts:34
↓ 2 callersFunctionisValidSshPrivateKey
(cert: string)
redisinsight/api/src/common/utils/certificate-import.util.ts:8
↓ 2 callersMethodisVisible
* Check if editor is visible
tests/e2e-playwright/pages/workbench/components/Editor.ts:61
↓ 2 callersMethoditeration
(sessionMetadata: SessionMetadata)
redisinsight/api/src/modules/cloud/job/jobs/wait-for-task.cloud-job.ts:30
↓ 2 callersFunctionjsonToReadableString
(data: any)
redisinsight/ui/src/pages/browser/modules/key-details/components/rejson-details/utils/utils.ts:186
↓ 2 callersFunctionk
(n: number)
redisinsight/ui/src/utils/colors.ts:13
↓ 2 callersFunctionlayoutRelationships
()
redisinsight/ui/src/packages/redisgraph/src/graphd3.ts:1514
↓ 2 callersMethodlist
* Get browser history list for particular database with id and createdAt fields only * @param databaseId * @param mode
redisinsight/api/src/modules/browser/browser-history/browser-history.service.ts:71
↓ 2 callersMethodlist
* Get user's capi keys list * @param sessionMetadata
redisinsight/api/src/modules/cloud/capi-key/cloud-capi-key.service.ts:254
↓ 2 callersMethodlist
* Get list of databases * TBD add pagination, filters, sorting, search, etc. * @param sessionMetadata
redisinsight/api/src/modules/database/database.service.ts:121
↓ 2 callersMethodlist
* @inheritDoc
redisinsight/api/src/modules/certificate/repositories/local.ca-certificate.repository.ts:52
↓ 2 callersMethodlist
* @inheritDoc
redisinsight/api/src/modules/custom-tutorial/repositories/local.custom-tutorial.repository.ts:34
↓ 2 callersMethodlist
* @inheritDoc
redisinsight/api/src/modules/feature/local.feature.service.ts:83
↓ 2 callersMethodlist
* @inheritDoc
redisinsight/api/src/modules/feature/repositories/local.feature.repository.ts:30
↓ 2 callersMethodlistCommandExecutions
* Get list command execution history per instance (last 30 items) * * @param clientMetadata * @param filter
redisinsight/api/src/modules/workbench/workbench.service.ts:206
↓ 2 callersFunctionloadJson
(filePath)
scripts/verify-native-modules-linux.js:21
↓ 2 callersFunctionlogDataToPlain
( value: any, seen = new WeakSet(), depth = 0, )
redisinsight/api/src/utils/logsFormatter.ts:94
↓ 2 callersMethodlogout
* Logout a specific account by removing it from the token cache.
redisinsight/api/src/modules/azure/auth/azure-auth.service.ts:278
↓ 2 callersFunctionmapSize
(size: TextSizeType)
redisinsight/ui/src/components/base/text/text.styles.ts:136
↓ 2 callersFunctionmarkOnboardingSeen
()
redisinsight/ui/src/pages/vector-search/context/create-index-onboarding/CreateIndexOnboardingProvider.tsx:22
↓ 2 callersFunctionmigrateLocalStorageData
()
redisinsight/ui/src/services/migrateStorageData.ts:9
↓ 2 callersFunctionmillisecondsFormat
( milliseconds: number, formatMask: string = 'HH:mm:ss.SSS', )
redisinsight/ui/src/utils/transformers/formatDate.ts:17
↓ 2 callersFunctionmockConfig
(origin = 'http://localhost', throttleTimeout = 200)
redisinsight/ui/src/components/main-router/hooks/useActivityMonitor.spec.ts:14
↓ 2 callersFunctionmockConfig
(useLocalResources = false)
redisinsight/ui/src/slices/tests/app/redis-commands.spec.ts:23
↓ 2 callersFunctionmockConnectedInstance
( overrides: Partial<{ name: string; host: string; port: number }> = {}, )
redisinsight/ui/src/pages/browser/components/bulk-actions/BulkDelete/BulkDeleteFooter/BulkDeleteFooter.spec.tsx:40
↓ 2 callersFunctionmockEnvDependentFeatureFlag
(value = true)
redisinsight/ui/src/pages/browser/modules/key-details/components/rejson-details/rejson-details/RejsonDetails.spec.tsx:41
↓ 2 callersFunctionmockFeatureFlags
(cloudAds = true)
redisinsight/ui/src/components/navigation-menu/components/create-cloud/CreateCloud.spec.tsx:20
↓ 2 callersFunctionmockVectorSetElementAttributes
()
redisinsight/ui/src/mocks/factories/browser/vectorSet/vectorSetElement.factory.ts:21
↓ 2 callersFunctionmockWindowLocation
(initialHref = '')
redisinsight/ui/src/utils/test-utils.tsx:433
↓ 2 callersMethodmonitor
( @WSSessionMetadata() sessionMetadata: SessionMetadata, @ConnectedSocket() client: Socket, @Body(
redisinsight/api/src/modules/profiler/profiler.gateway.ts:43
↓ 2 callersFunctionmultilineCommandToOneLine
(text: string = '')
redisinsight/api/src/utils/cli-helper.ts:240
↓ 2 callersFunctionmultilineCommandToOneLine
(text: string = '')
redisinsight/ui/src/utils/monaco/monacoUtils.ts:88
↓ 2 callersFunctionnavigate
(path: string)
redisinsight/ui/src/Router.tsx:19
↓ 2 callersMethodnodeScan
(client: RedisClient, opts: { filter: ScanFilter })
redisinsight/api/src/modules/database-analysis/scanner/keys-scanner.ts:27
↓ 2 callersFunctionnormalizeFieldType
(type: string)
redisinsight/ui/src/pages/vector-search/hooks/useIndexInfo/useIndexInfo.utils.ts:9
↓ 2 callersFunctiononChangeDbIndex
()
redisinsight/ui/src/pages/browser/BrowserPage.tsx:255
↓ 2 callersFunctiononChangeType
(value: string)
redisinsight/ui/src/pages/browser/components/add-key/AddKey.tsx:117
↓ 2 callersFunctiononChildClick
( event: ReactMouseEvent, cb: (event: ReactMouseEvent) => void, )
redisinsight/ui/src/components/base/utils/OutsideClickDetector.tsx:100
↓ 2 callersFunctiononClear
()
redisinsight/ui/src/pages/browser/components/search-key-list/SearchKeyList.tsx:169
↓ 2 callersFunctiononClearOutput
(event: React.KeyboardEvent<HTMLSpanElement>)
redisinsight/ui/src/components/cli/components/cli-body/CliBody/CliBody.tsx:71
↓ 2 callersFunctiononClickExpandCollapse
(path: string)
redisinsight/ui/src/pages/browser/modules/key-details/components/rejson-details/rejson-object/RejsonObject.tsx:123
↓ 2 callersFunctiononClickRemoveKey
(path: string, keyName: string)
redisinsight/ui/src/pages/browser/modules/key-details/components/rejson-details/rejson-details/RejsonDetails.tsx:81
↓ 2 callersFunctiononCloseNotification
()
redisinsight/ui/src/components/navigation-menu/components/notifications-center/PopoverNotification/PopoverNotification.tsx:60
↓ 2 callersFunctiononEnter
( event: React.KeyboardEvent<HTMLDivElement>, callback: () => void, )
redisinsight/ui/src/pages/rdi/pipeline-management/components/source-pipeline-dialog/SourcePipelineModal.tsx:77
↓ 2 callersFunctiononLoadMoreItems
(props: { startIndex: number stopIndex: number })
redisinsight/ui/src/pages/browser/components/key-list/KeyList.tsx:259
↓ 2 callersMethodonModuleDestroy
()
redisinsight/api/src/modules/redis/redis.client.storage.ts:26
↓ 2 callersFunctiononPressWidget
()
redisinsight/ui/src/components/query/hooks/useDslSyntax.ts:75
↓ 2 callersFunctiononRefreshClicked
(section: string)
redisinsight/ui/src/pages/rdi/statistics/StatisticsPage.tsx:72
↓ 2 callersFunctiononSelectionChange
(selection: RowSelectionState)
redisinsight/ui/src/pages/redis-cluster/RedisClusterDatabases.tsx:97
↓ 2 callersFunctiononSuccess
(data: GetSetMembersResponse)
redisinsight/ui/src/pages/browser/modules/key-details/components/set-details/set-details-table/SetDetailsTable.tsx:166
↓ 2 callersFunctiononTriggerContentWidget
( position: Nullable<monacoEditor.Position>, language: string = '', )
redisinsight/ui/src/components/query/hooks/useDslSyntax.ts:44
↓ 2 callersFunctionopenApp
(forceOpen)
redisinsight/desktop/views/cloud_outh_callback/index.js:7
↓ 2 callersMethodopenKeysAutoRefreshPopover
* Open keys Auto Refresh configuration popover
tests/e2e-playwright/pages/browser/components/KeyList.ts:327
↓ 2 callersMethodopenProfiler
* Open Profiler panel
tests/e2e-playwright/pages/components/BottomPanel.ts:48
↓ 2 callersFunctionoverwrite
(force?: boolean)
scripts/ts-error-check.ts:264
↓ 2 callersFunctionparseAddedMastersSentinel
( masters: ModifiedSentinelMaster[], statuses: CreateSentinelDatabaseResponse[], )
redisinsight/ui/src/utils/parseResponse.ts:20
↓ 2 callersFunctionparseAggregateRawResponse
(initResult: any[])
redisinsight/ui/src/packages/redisearch/src/utils/parseResponse.ts:50
↓ 2 callersFunctionparseAggregateRows
(response: unknown[])
redisinsight/ui/src/packages/geodata/src/utils/rqeGeoParser.ts:417
↓ 2 callersFunctionparseCloudDatabaseCapiResponse
( database: ICloudCapiDatabase, tags: ICloudCapiDatabaseTag[], subscriptionId: number, subscriptionTyp
redisinsight/api/src/modules/cloud/database/utils/cloud-data-converter.ts:20
↓ 2 callersFunctionparseCloudSubscriptionsPlansCapiResponse
( plans: ICloudCapiSubscriptionPlan[], type: CloudSubscriptionType, )
redisinsight/api/src/modules/cloud/subscription/utils/cloud-data-converter.ts:50
↓ 2 callersFunctionparseClusterNodesResponse
( data: string, )
redisinsight/api/test/helpers/utils.ts:27
↓ 2 callersFunctionparseContentEditableChangeHtml
(text: string = '')
redisinsight/ui/src/components/ContentEditable.tsx:26
↓ 2 callersFunctionparseCoordinatePair
(value: unknown)
redisinsight/ui/src/packages/geodata/src/utils/geoParser.ts:470
↓ 2 callersFunctionparseDigit
(resp: string, i: number)
redisinsight/ui/src/packages/redisgraph/src/parser.ts:202
↓ 2 callersMethodparseExpr
()
redisinsight/ui/src/packages/ri-explain/src/parser.ts:696
↓ 2 callersMethodparseFormattedCount
* Parsed integer from footer spans (handles thousand separators and leading ~).
tests/e2e-playwright/pages/browser/components/KeyList.ts:286
↓ 2 callersMethodparseGeoExpr
()
redisinsight/ui/src/packages/ri-explain/src/parser.ts:735
↓ 2 callersFunctionparseGeoMemberList
( command: GeoCommand, tokens: string[], kind: 'hashList' | 'pointList', )
redisinsight/ui/src/packages/geodata/src/utils/geoParser.ts:216
↓ 2 callersMethodparseIdsExpr
()
redisinsight/ui/src/packages/ri-explain/src/parser.ts:645
↓ 2 callersFunctionparseInstanceOptionsCluster
( uid: number, instances: InstanceRedisCluster[], )
redisinsight/ui/src/utils/instance/instanceOptions.ts:7
↓ 2 callersFunctionparseJMESPathFunctions
(functions: TJMESPathFunctions)
redisinsight/ui/src/utils/monaco/monacoUtils.ts:427
↓ 2 callersMethodparseLexrangeExpr
()
redisinsight/ui/src/packages/ri-explain/src/parser.ts:609
↓ 2 callersFunctionparseMastersSentinel
( masters: SentinelMaster[], )
redisinsight/ui/src/utils/parseResponse.ts:8
↓ 2 callersMethodparseNumericExpr
()
redisinsight/ui/src/packages/ri-explain/src/parser.ts:807
↓ 2 callersFunctionparseRadiusOverlay
( field: string, lonValue: string, latValue: string, radiusValue: string, unitValue: string, param
redisinsight/ui/src/packages/geodata/src/utils/rqeGeoParser.ts:129
↓ 2 callersFunctionparseReplToObject
(data: string)
redisinsight/api/test/helpers/utils.ts:5
↓ 2 callersFunctionparseSearchRows
(response: unknown[], tokens: string[] = [])
redisinsight/ui/src/packages/geodata/src/utils/rqeGeoParser.ts:397
↓ 2 callersMethodparseSimpleExpr
(e: EntityType)
redisinsight/ui/src/packages/ri-explain/src/parser.ts:711
↓ 2 callersMethodparseVInfo
* Parse VINFO response to extract quant type and vector dimensions. * VINFO returns a flat array like: ["quant-type", "int8", "vector-dim", 3, ...]
redisinsight/api/src/modules/browser/keys/key-info/strategies/vector-set.key-info.strategy.ts:29
↓ 2 callersMethodparseWildcardEmpty
()
redisinsight/ui/src/packages/ri-explain/src/parser.ts:676
↓ 2 callersFunctionpipelineToJson
( { config, jobs }: IPipeline, onError: (errors: IYamlFormatError[]) => void, )
redisinsight/ui/src/utils/transformers/transformRdiPipeline.ts:33
↓ 2 callersFunctionpipelineToYaml
(pipeline: IPipelineJSON)
redisinsight/ui/src/utils/transformers/transformRdiPipeline.ts:23
↓ 2 callersMethodpopulateForeignData
* Get certificates or create certificates if needed * TODO: Rethink implementation to avoid possible transaction issues * @param database * @
redisinsight/api/src/modules/database/repositories/local.database.repository.ts:246
↓ 2 callersMethodpostMessage
( _sessionMetadata: SessionMetadata, chatId: string, message: string, )
redisinsight/api/src/modules/ai/chat/providers/conv-ai.provider.ts:50
↓ 2 callersMethodprepareEventData
( sessionMetadata: SessionMetadata, payload: ITelemetryEvent, )
redisinsight/api/src/modules/analytics/analytics.service.ts:191
↓ 2 callersFunctionprepareIframeHtml
(config)
redisinsight/ui/src/plugins/pluginImport.ts:116
↓ 2 callersFunctionpreparePayload
(values: any)
redisinsight/ui/src/pages/home/components/manual-connection/ManualConnectionWrapper.tsx:196
↓ 2 callersMethodprepareTmpFolder
* Create tmp folder in user's temporary directory and return path to it
redisinsight/api/src/modules/custom-tutorial/providers/custom-tutorial.fs.provider.ts:159
↓ 2 callersFunctionprocessUnrepeatableNumber
( command: string = '', onSuccessAction?: () => void, )
redisinsight/ui/src/utils/cliOutputActions.ts:49
↓ 2 callersFunctionprocessUnsupportedCommand
( command: string = '', unsupportedCommand: string = '', onSuccessAction?: () => void, )
redisinsight/ui/src/utils/cliOutputActions.ts:19
↓ 2 callersMethodreadNotifications
* Change read=true to notification(s) based on filter type and timestamp. * When "type" and "timestamp" defined a single notification will be modif
redisinsight/api/src/modules/notification/notification.service.ts:53
↓ 2 callersFunctionredirectToPage
( id: Maybe<string>, redirectPage: Nullable<string>, currentPathname?: string, )
redisinsight/ui/src/components/global-url-handler/GlobalUrlHandler.tsx:98
↓ 2 callersFunctionrefreshHashFieldsAction
( key: RedisResponseBuffer, resetData?: boolean, )
redisinsight/ui/src/slices/browser/hash.ts:269
↓ 2 callersFunctionrefreshListElementsAction
( key: RedisResponseBuffer, resetData?: boolean, )
redisinsight/ui/src/slices/browser/list.ts:357
← previousnext →2,401–2,500 of 7,801, ranked by callers