Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/redis/RedisInsight
/ functions
Functions
7,801 in github.com/redis/RedisInsight
⨍
Functions
7,801
◇
Types & classes
3,830
↓ 14 callers
Function
getEnvOptional
(key: string)
tests/e2e-playwright/config/env.ts:60
↓ 14 callers
Method
getLength
(client: RedisClient, key: RedisString)
redisinsight/api/src/modules/database-analysis/scanner/key-info/key-info.strategy.interface.ts:5
↓ 14 callers
Function
match
( name: string, score: number, attributes?: string, )
redisinsight/ui/src/pages/browser/modules/key-details/components/vector-set-details/similarity-search-results/hooks/useSimilarityResultColumns.spec.ts:15
↓ 14 callers
Method
removeItem
( storeName: string, dbId: string, commandId: string, onSuccess?: () => void, onError?: ()
redisinsight/ui/src/services/workbenchStorage.ts:200
↓ 14 callers
Function
renderComponent
(propsOverride?: Partial<Props>)
redisinsight/ui/src/pages/browser/components/add-key/AddKeyVectorSet/AddKeyVectorSet.spec.tsx:47
↓ 14 callers
Function
renderComponent
(propsOverride?: Partial<QueryLibraryItemProps>)
redisinsight/ui/src/pages/vector-search/components/query-library-item/QueryLibraryItem.spec.tsx:41
↓ 14 callers
Method
selectKeyType
(type: KeyType)
tests/e2e-playwright/pages/browser/components/AddKeyDialog.ts:124
↓ 14 callers
Function
sendPageViewTelemetry
({ name, eventData = {}, }: ITelemetrySendPageView)
redisinsight/ui/src/telemetry/telemetryUtils.ts:101
↓ 14 callers
Function
ssoCloudHandlerClick
( e: React.MouseEvent, { source, action, }: { source: OAuthSocialSource; action?: Mayb
redisinsight/ui/src/components/oauth/oauth-sso-handler-dialog/OAuthSsoHandlerDialog.tsx:48
↓ 14 callers
Function
stringDataSelector
(state: RootState)
redisinsight/ui/src/slices/browser/string.ts:110
↓ 14 callers
Function
stringSelector
(state: RootState)
redisinsight/ui/src/slices/browser/string.ts:109
↓ 14 callers
Function
validateField
(text: string)
redisinsight/ui/src/utils/validations.ts:14
↓ 14 callers
Function
workbenchCustomTutorialsSelector
(state: RootState)
redisinsight/ui/src/slices/workbench/wb-custom-tutorials.ts:126
↓ 13 callers
Function
areKeysEqual
( a: Nullable<RedisResponseBuffer> | undefined, b: Nullable<RedisResponseBuffer> | undefined, )
redisinsight/ui/src/pages/browser/modules/key-details/components/vector-set-details/hooks/useSimilaritySearch/useSimilaritySearch.utils.ts:10
↓ 13 callers
Method
calculate
( sessionMetadata: SessionMetadata, knownFeature: IFeatureFlag, featureConfig: any, )
redisinsight/api/src/modules/feature/providers/feature-flag/strategies/common.flag.strategy.ts:7
↓ 13 callers
Method
callWithAuthRetry
( sessionId: string, fn: () => Promise<any>, retries = 1, )
redisinsight/api/src/modules/cloud/common/providers/cloud.api.provider.ts:23
↓ 13 callers
Method
clearCommandsHistory
( instanceId: string, commandExecutionType: CommandExecutionType, )
redisinsight/ui/src/services/commands-history/database/interface.ts:35
↓ 13 callers
Function
closePanel
()
redisinsight/ui/src/pages/browser/components/bulk-actions/BulkActions.tsx:79
↓ 13 callers
Function
convertMultilineReplyToObject
( info: string, lineSeparator = '\r\n', valueSeparator = ':', )
redisinsight/api/src/modules/redis/utils/reply.util.ts:60
↓ 13 callers
Method
deleteCommandFromHistory
( instanceId: string, commandId: string, )
redisinsight/ui/src/services/commands-history/database/interface.ts:30
↓ 13 callers
Function
endTangent
(dr: number)
redisinsight/ui/src/packages/redisgraph/src/graphd3.ts:394
↓ 13 callers
Function
fetchInstancesAction
( onSuccess?: (data: RdiInstance[]) => void, )
redisinsight/ui/src/slices/rdi/instances.ts:202
↓ 13 callers
Function
fetchRedisearchListAction
( onSuccess?: (value: RedisResponseBuffer[]) => void, onFailed?: () => void, showError = true, )
redisinsight/ui/src/slices/browser/redisearch.ts:494
↓ 13 callers
Method
getClient
* Get existing client or wait until previous attempt fulfill or initiate new connection attempt * based on current status
redisinsight/api/src/modules/pub-sub/model/redis-client-subscriber.ts:30
↓ 13 callers
Function
getCpuTooltipValue
( cpuUsagePercentage: number | null, maxCpuUsagePercentage?: number | null, )
redisinsight/ui/src/components/database-overview/components/OverviewMetrics/OverviewMetrics.tsx:70
↓ 13 callers
Function
getEnvNumber
(key: string, defaultValue?: number)
tests/e2e-playwright/config/env.ts:42
↓ 13 callers
Function
getOnboardingSuggestions
( indexes: RedisResponseBuffer[] = [], activeIndexName?: string, )
redisinsight/ui/src/pages/vector-search/components/query-editor/onboardingSuggestions.ts:135
↓ 13 callers
Function
getValue
( meta: string, lang: string, params?: string, value?: string, )
redisinsight/ui/src/utils/tests/formatters/markdown/remarkRedisCode.spec.ts:16
↓ 13 callers
Function
intEnv
(envName: string, defaultValue: number)
redisinsight/ui/src/config/default.ts:3
↓ 13 callers
Function
mockFeatureFlags
( overrides?: Partial< typeof initialStateAppFeaturesReducer.featureFlags.features >, )
redisinsight/ui/src/utils/test-utils.tsx:452
↓ 13 callers
Function
monitorSelector
(state: RootState)
redisinsight/ui/src/slices/cli/monitor.ts:173
↓ 13 callers
Function
parseExplainableCommand
( query: string, )
redisinsight/ui/src/pages/vector-search/components/query-editor/QueryEditor.utils.ts:16
↓ 13 callers
Function
parseVsimReply
( reply: Array<string | Buffer | null> | null | undefined, logger?: Logger, options: VsimWithAttribsOpti
redisinsight/api/src/modules/browser/vector-set/vector-set.utils.ts:304
↓ 13 callers
Function
rejsonSelector
(state: RootState)
redisinsight/ui/src/slices/browser/rejson.ts:160
↓ 13 callers
Method
removeManyByMetadata
* Closes connections and removes clients by condition * Useful when database was removed and there is no sense wait for "idle" before remove client
redisinsight/api/src/modules/redis/redis.client.storage.ts:206
↓ 13 callers
Function
renderAttributeValue
(value: unknown)
redisinsight/ui/src/pages/browser/modules/key-details/components/vector-set-details/similarity-search-results/utils/parseAttributes.ts:79
↓ 13 callers
Function
renderComponent
(propsOverride?: Partial<IndexNameEditorProps>)
redisinsight/ui/src/pages/vector-search/pages/VectorSearchCreateIndexPage/components/IndexNameEditor/IndexNameEditor.spec.tsx:22
↓ 13 callers
Function
renderQueryCardComponent
(props: Partial<Props> = {})
redisinsight/ui/src/components/query/query-card/QueryCard.spec.tsx:55
↓ 13 callers
Function
renderQueryResults
(props: Partial<QueryResultsProps> = {})
redisinsight/ui/src/components/query/query-results/QueryResults.spec.tsx:53
↓ 13 callers
Method
set
* Saves client into the clients pool * When client with such "id" exists: * Will replace the current client with a new one * @param client
redisinsight/api/src/modules/rdi/providers/rdi.client.storage.ts:99
↓ 13 callers
Function
setSelectedKey
( data: { name: typeof KEY_BUFFER; vectorDim?: number } | null, )
redisinsight/ui/src/pages/browser/modules/key-details/components/vector-set-details/hooks/useSimilaritySearch/useSimilaritySearch.spec.ts:60
↓ 13 callers
Function
stringToSerializedBufferFormat
( format: KeyValueFormat, value: string, )
redisinsight/ui/src/utils/formatters/valueFormatters.tsx:329
↓ 13 callers
Method
switchToListView
* Switch to list view
tests/e2e-playwright/pages/browser/components/KeyList.ts:162
↓ 13 callers
Function
truncateText
(text = '', maxLength = 0, separator = '...')
redisinsight/ui/src/utils/longNames.tsx:50
↓ 13 callers
Function
useDatabaseEnvironment
()
redisinsight/ui/src/components/hooks/useDatabaseEnvironment.ts:15
↓ 13 callers
Function
useDatabaseListData
()
redisinsight/ui/src/pages/home/components/databases-list/hooks/useDatabaseListData.ts:18
↓ 13 callers
Function
useQuery
()
redisinsight/ui/src/pages/vector-search/pages/VectorSearchQueryPage/hooks/useQuery.ts:30
↓ 13 callers
Function
useRdiInstancesListData
()
redisinsight/ui/src/pages/rdi/home/components/rdi-instances-list/hooks/useRdiInstancesListData.ts:18
↓ 13 callers
Function
vectorSetTestKeyName
()
redisinsight/ui/src/mocks/factories/browser/vectorSet/vectorSetElement.factory.ts:108
↓ 12 callers
Function
JSONViewer
(props: Props)
redisinsight/ui/src/components/json-viewer/JSONViewer.tsx:17
↓ 12 callers
Function
buildVsimCommand
( dto: SimilaritySearchDto, options: VsimWithAttribsOption = {}, )
redisinsight/api/src/modules/browser/vector-set/vector-set.utils.ts:248
↓ 12 callers
Function
createMockAccount
()
redisinsight/api/src/modules/azure/auth/azure-auth.service.spec.ts:22
↓ 12 callers
Function
decompressingBuffer
( reply: RedisResponseBuffer, compressorInit: Nullable<KeyValueCompressor> = null, )
redisinsight/ui/src/utils/decompressors/decompressors.ts:27
↓ 12 callers
Method
dispose
* Cleanup resources
tests/e2e-playwright/helpers/api.ts:544
↓ 12 callers
Function
endpoint
(id = constants.TEST_INSTANCE_ID)
redisinsight/api/test/api/database/POST-databases-test-id.test.ts:26
↓ 12 callers
Method
export
* Export many databases by ids. * Get full database model. With or without passwords and certificates bodies. * @param sessionMetadata * @par
redisinsight/api/src/modules/database/database.service.ts:439
↓ 12 callers
Function
extractAttributeKeys
( raw: string | undefined | null, )
redisinsight/ui/src/utils/vectorSet/attributeKeys.ts:1
↓ 12 callers
Function
fetchReJSON
( key: RedisResponseBuffer, path = '$', length?: number, resetData?: boolean, )
redisinsight/ui/src/slices/browser/rejson.ts:171
↓ 12 callers
Method
fillKeyName
(name: string)
tests/e2e-playwright/pages/browser/components/AddKeyDialog.ts:129
↓ 12 callers
Function
getParsedAttributes
( match: VectorSetSimilarityMatch, )
redisinsight/ui/src/pages/browser/modules/key-details/components/vector-set-details/similarity-search-results/utils/parseAttributes.ts:48
↓ 12 callers
Function
getStoreWith
({ instances, loading = false, shownColumns = [ DatabaseListColumn.Name, DatabaseListColumn.Host
redisinsight/ui/src/pages/home/components/databases-list/hooks/useDatabaseListData.spec.ts:17
↓ 12 callers
Function
getStoreWith
({ instances, loading = false, shownColumns, }: { instances: RdiInstance[] loading?: boolean shown
redisinsight/ui/src/pages/rdi/home/components/rdi-instances-list/hooks/useRdiInstancesListData.spec.ts:16
↓ 12 callers
Function
getWbTsResultPreferences
( instanceId: string, )
redisinsight/ui/src/pages/workbench/utils/tsResultPreferences.ts:62
↓ 12 callers
Method
gotoDatabaseAnalysis
* Navigate to Database Analysis page via UI
tests/e2e-playwright/pages/analytics/AnalyticsPage.ts:213
↓ 12 callers
Function
isArray
(data: any)
redisinsight/ui/src/packages/clients-list/src/components/json-view/utils.ts:3
↓ 12 callers
Function
isLz4SizeMarker
(value: unknown)
redisinsight/ui/src/utils/formatters/msgpack/lz4.ts:22
↓ 12 callers
Method
merge
( database: Database, dto: UpdateDatabaseDto, )
redisinsight/api/src/modules/database/database.service.ts:88
↓ 12 callers
Function
pubSubSelector
(state: RootState)
redisinsight/ui/src/slices/pubsub/pubsub.ts:115
↓ 12 callers
Function
recommendationsSelector
(state: RootState)
redisinsight/ui/src/slices/recommendations/recommendations.ts:151
↓ 12 callers
Function
renderComponent
(propsOverride?: Partial<CopyButtonProps>)
redisinsight/ui/src/components/copy-button/CopyButton.spec.tsx:23
↓ 12 callers
Function
renderComponent
( props?: Partial<Props>, formikValues?: DbConnectionInfo, )
redisinsight/ui/src/pages/home/components/form/DatabaseForm.spec.tsx:41
↓ 12 callers
Function
renderComponent
( props: Partial<React.ComponentProps<typeof TagInputField>> = {}, )
redisinsight/ui/src/pages/home/components/database-manage-tags-modal/TagInputField.spec.tsx:29
↓ 12 callers
Function
renderComponent
(props?: Partial<PickSampleDataModalProps>)
redisinsight/ui/src/pages/vector-search/components/pick-sample-data-modal/PickSampleDataModal.spec.tsx:16
↓ 12 callers
Function
renderInspector
( command: string, response: unknown, status = 'success', )
redisinsight/ui/src/packages/geodata/src/components/GeoInspector/GeoInspector.spec.tsx:6
↓ 12 callers
Function
renderUploadModal
(props: Partial<Props> = {})
redisinsight/ui/src/pages/rdi/pipeline-management/components/upload-modal/UploadModal.spec.tsx:102
↓ 12 callers
Function
toSubmitElement
( el: IVectorSetElementState, vectorDim?: number, )
redisinsight/ui/src/pages/browser/modules/key-details/components/vector-set-details/vector-set-element-form/utils.ts:125
↓ 12 callers
Function
transformMetricsCollectionResponse
( data: GetMetricsCollectionResponse, statusData?: GetStatusResponse | null, )
redisinsight/api/src/modules/rdi/client/api/v2/transformers/metrics-collections.transformer.ts:97
↓ 12 callers
Function
truncateNumberToFirstUnit
(number: number)
redisinsight/ui/src/utils/transformers/truncateTTL.ts:82
↓ 12 callers
Function
updateUserConfigSettingsAction
( settings: any, onSuccessAction?: () => void, onFailAction?: () => void, )
redisinsight/ui/src/slices/user/user-settings.ts:179
↓ 12 callers
Function
useConnectivityOptions
({ onClickOption, }: UseConnectivityOptionsProps)
redisinsight/ui/src/pages/home/components/add-database-screen/hooks/useConnectivityOptions.ts:20
↓ 12 callers
Function
useCreateIndexFlow
()
redisinsight/ui/src/pages/vector-search/hooks/useCreateIndexFlow/useCreateIndexFlow.ts:42
↓ 12 callers
Function
useIsKeyIndexed
(keyName: string)
redisinsight/ui/src/pages/vector-search/hooks/useIsKeyIndexed/useIsKeyIndexed.ts:21
↓ 12 callers
Function
userSettingsSelector
(state: RootState)
redisinsight/ui/src/slices/user/user-settings.ts:94
↓ 12 callers
Function
validateSchema
( parsed: any, schema: any, config: ValidationConfig = {}, )
redisinsight/ui/src/components/yaml-validator/validateYamlSchema.ts:16
↓ 12 callers
Function
vectorSetSelector
(state: RootState)
redisinsight/ui/src/slices/browser/vectorSet.ts:326
↓ 12 callers
Function
workbenchResultsSelector
(state: RootState)
redisinsight/ui/src/slices/workbench/wb-results.ts:297
↓ 12 callers
Function
wrapConvAiError
( error: AxiosError, message?: string, )
redisinsight/api/src/modules/ai/chat/exceptions/conv-ai.error.handler.ts:11
↓ 11 callers
Method
calculateMaxCpuPercentage
* Calculates maximum CPU percentage based on number of nodes/shards * For clusters: sum of io-threads across all primary nodes * 100% * For stan
redisinsight/api/src/modules/database/providers/database-overview.provider.ts:332
↓ 11 callers
Method
callback
* Process oauth callback * Exchanges code and modify user session * Generates proper errors * @param query OAuth callback query parameters
redisinsight/api/src/modules/cloud/auth/cloud-auth.service.ts:212
↓ 11 callers
Function
checkUnsupportedCommand
( unsupportedCommands: string[], commandLine: string, )
redisinsight/ui/src/utils/cliHelper.tsx:148
↓ 11 callers
Method
createDatabaseModel
* Create model * @param sessionMetadata * @param database * @param options
redisinsight/api/src/modules/database/providers/database.factory.ts:47
↓ 11 callers
Method
destroy
* Remove file and delete write stream after finish
redisinsight/api/src/modules/profiler/models/log-file.ts:142
↓ 11 callers
Function
endPoint
(radius: number, displacement: number)
redisinsight/ui/src/packages/redisgraph/src/graphd3.ts:100
↓ 11 callers
Function
endpoint
(id = constants.TEST_INSTANCE_ID)
redisinsight/api/test/api/database/POST-databases-clone-id.test.ts:27
↓ 11 callers
Function
endpoint
(instanceId = constants.TEST_INSTANCE_ID)
redisinsight/api/test/api/rejson-rl/POST-databases-id-rejson_rl-get.test.ts:14
↓ 11 callers
Method
ensureReportGenerated
* Ensure a report is loaded and the Data Summary tab content is visible. * * Prefer pre-generating the report via {@link ApiHelper.createDatabas
tests/e2e-playwright/pages/analytics/AnalyticsPage.ts:289
↓ 11 callers
Method
expectKeyInList
(keyName: string)
tests/e2e-playwright/pages/browser/BrowserPage.ts:95
↓ 11 callers
Method
get
* @inheritDoc
redisinsight/api/src/modules/certificate/repositories/local.ca-certificate.repository.ts:40
↓ 11 callers
Method
getAuthorizationUrl
* Generate authorization URL for OAuth flow. * Returns URL to redirect user to Microsoft login. * @param prompt - Optional prompt parameter to c
redisinsight/api/src/modules/azure/auth/azure-auth.service.ts:157
↓ 11 callers
Method
getFields
( clientMetadata: ClientMetadata, dto: GetHashFieldsDto, )
redisinsight/api/src/modules/browser/hash/hash.service.ts:122
← previous
next →
301–400 of 7,801, ranked by callers