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
Method
seed
( databaseId: string, items: SeedQueryLibraryItem[], )
redisinsight/ui/src/services/query-library/QueryLibraryService.ts:108
Method
seed
( databaseId: string, items: SeedQueryLibraryItem[], )
redisinsight/ui/src/services/query-library/database/QueryLibraryIndexedDB.ts:159
Method
seed
( databaseId: string, items: SeedQueryLibraryItem[], )
redisinsight/ui/src/services/query-library/database/QueryLibrarySQLite.ts:123
Function
selectAll
(checked: boolean)
redisinsight/ui/src/components/consents-settings/ConsentsSettings.tsx:84
Function
selectOnFocus
( e: React.FocusEvent, callback?: (e: React.FocusEvent) => void, )
redisinsight/ui/src/utils/events/selectOnFocus.ts:1
Function
selectTab
(tab: string)
redisinsight/ui/src/components/side-panels/panels/ai-assistant/components/chats-wrapper/ChatsWrapper.tsx:84
Function
selectValueRender
({ option, isOptionValue, }: SelectValueRenderParams)
redisinsight/ui/src/pages/browser/components/redisearch-key-list/RediSearchIndexesList.tsx:212
Method
selectVectorSetManualMode
()
tests/e2e-playwright/pages/browser/components/AddKeyDialog.ts:178
Function
selectedBulkActionsSelector
(state: RootState)
redisinsight/ui/src/slices/browser/bulkActions.ts:210
Function
selectedConsumerSelector
(state: RootState)
redisinsight/ui/src/slices/browser/stream.ts:463
Function
selectedGroupSelector
(state: RootState)
redisinsight/ui/src/slices/browser/stream.ts:461
Function
selectedKeyDataSelector
(state: RootState)
redisinsight/ui/src/slices/browser/keys.ts:609
Function
selectedKeySelector
(state: RootState)
redisinsight/ui/src/slices/browser/keys.ts:607
Method
sendClusterCommand
( @CliClientMetadata() clientMetadata: ClientMetadata, @Body() dto: SendCommandDto, )
redisinsight/api/src/modules/cli/controllers/cli.controller.ts:82
Function
sendCommand
( command: RedisClientCommand, options?: IRedisClientCommandOptions, )
redisinsight/api/src/modules/redis/client/ioredis/ioredis.client.ts:103
Method
sendCommand
( @WorkbenchClientMetadata() clientMetadata: ClientMetadata, @Body() dto: CreateCommandExecutionDto,
redisinsight/api/src/modules/workbench/plugins.controller.ts:42
Method
sendCommands
( @WorkbenchClientMetadata() clientMetadata: ClientMetadata, @Body() dto: CreateCommandExecutionsDto,
redisinsight/api/src/modules/workbench/workbench.controller.ts:44
Function
sendEvent
( sessionMetadata: SessionMetadata, event: string, eventData: object = {}, )
redisinsight/api/src/modules/analytics/telemetry.base.service.ts:11
Method
sendEvent
( @Body() dto: SendEventDto, @RequestSessionMetadata() sessionMetadata: SessionMetadata, )
redisinsight/api/src/modules/analytics/analytics.controller.ts:31
Function
sendFailedEvent
( sessionMetadata: SessionMetadata, event: string, exception: HttpException, eventData: object
redisinsight/api/src/modules/analytics/telemetry.base.service.ts:31
Method
sendPage
( @Body() dto: SendEventDto, @RequestSessionMetadata() sessionMetadata: SessionMetadata, )
redisinsight/api/src/modules/analytics/analytics.controller.ts:48
Function
sendPageView
(page: TelemetryPageView, instanceId: string)
redisinsight/ui/src/telemetry/usePageViewTelemetry.ts:38
Function
sendPipeline
( commands: RedisClientCommand[], options?: IRedisClientCommandOptions, )
redisinsight/api/src/modules/redis/client/ioredis/ioredis.client.ts:84
Method
sendPipeline
* @inheritDoc
redisinsight/api/src/modules/redis/client/node-redis/standalone.node-redis.client.ts:25
Function
sendRedisCommand
({ command = '', requestId = '', }: { command: string requestId: string })
redisinsight/ui/src/components/query/query-card/QueryCardCliPlugin/QueryCardCliPlugin.tsx:113
Function
sendTelemetry
(databaseId: string, step: string, action: string)
redisinsight/ui/src/components/onboarding-features/OnboardingFeatures.tsx:49
Function
setAclUserRules
(rules: string)
redisinsight/api/test/helpers/data/redis.ts:82
Function
setAgreements
(agreements = {})
redisinsight/api/test/helpers/local-db.ts:734
Function
setAppSettings
(data: object)
redisinsight/api/test/helpers/local-db.ts:793
Method
setCurrentAccount
* Select current account to work with * @param sessionMetadata * @param accountId
redisinsight/api/src/modules/cloud/user/cloud-user.api.service.ts:281
Function
setCursorPositionAtTheEnd
( editor: monacoEditor.editor.IStandaloneCodeEditor, )
redisinsight/ui/src/pages/workbench/utils/monaco.ts:8
Method
setCustomDateFormat
* Set custom date format
tests/e2e-playwright/pages/settings/SettingsPage.ts:234
Function
setDataSelector
(state: RootState)
redisinsight/ui/src/slices/browser/set.ts:172
Method
setElementAttribute
( @BrowserClientMetadata() clientMetadata: ClientMetadata, @Body() dto: SetVectorSetElementAttributeDt
redisinsight/api/src/modules/browser/vector-set/vector-set.controller.ts:130
Function
setEscapedSuggestions
(value: boolean)
redisinsight/ui/src/components/query/hooks/useRedisCompletions.ts:307
Function
setLastBatchKeys
( keys: GetKeyInfoResponse[], searchMode: SearchMode, )
redisinsight/ui/src/slices/browser/keys.ts:1487
Function
setLastUsed
()
redisinsight/api/src/modules/redis/client/redis.client.ts:102
Function
setLastUsed
()
redisinsight/api/src/modules/rdi/client/rdi.client.ts:73
Method
setMemberExists
(memberName: string)
tests/e2e-playwright/pages/browser/components/KeyDetails.ts:521
Function
setRedisearchConfig
( rule: string, value: string, )
redisinsight/api/test/helpers/data/redis.ts:808
Method
setSlowLogThreshold
* Set slowlog-log-slower-than threshold value
tests/e2e-playwright/pages/analytics/AnalyticsPage.ts:400
Method
setString
( @BrowserClientMetadata() clientMetadata: ClientMetadata, @Body() dto: SetStringWithExpireDto, )
redisinsight/api/src/modules/browser/string/string.controller.ts:44
Function
setSuggestionsData
( data: monacoEditor.languages.CompletionItem[], )
redisinsight/ui/src/components/query/hooks/useRedisCompletions.ts:301
Function
setXFrameOptionsHeader
(res: Response)
redisinsight/api/src/modules/statics-management/statics-management.module.ts:14
Function
setupDslCommands
( editor: monacoEditor.editor.IStandaloneCodeEditor, monaco: typeof monacoEditor, )
redisinsight/ui/src/components/query/hooks/useDslSyntax.ts:202
Function
setupProviders
(monaco: typeof monacoEditor)
redisinsight/ui/src/components/query/hooks/useRedisCompletions.ts:95
Function
setupSuggestionWidgetListener
( editor: monacoEditor.editor.IStandaloneCodeEditor, )
redisinsight/ui/src/components/query/hooks/useRedisCompletions.ts:284
Function
showDeletePopover
()
redisinsight/ui/src/pages/home/components/databases-list/components/DatabasesListCellControls/DatabasesListCellControls.tsx:43
Function
showDrop
()
redisinsight/ui/src/components/base/forms/file-picker/RiFilePicker.tsx:91
Function
showPopover
(member = '')
redisinsight/ui/src/pages/browser/modules/key-details/components/set-details/set-details-table/SetDetailsTable.tsx:120
Function
showPopover
()
redisinsight/ui/src/pages/browser/modules/key-details/components/list-details/remove-list-elements/RemoveListElements.tsx:130
Function
showPopover
(consumer = '')
redisinsight/ui/src/pages/browser/modules/key-details/components/stream-details/consumers-view/ConsumersViewWrapper.tsx:67
Function
showPopover
()
redisinsight/ui/src/pages/redis-cluster/RedisClusterDatabases.tsx:87
Function
showPopover
(id: string)
redisinsight/ui/src/pages/home/components/form/TlsDetails.tsx:80
Function
showPopover
()
redisinsight/ui/src/pages/autodiscover-sentinel/sentinel-databases/components/SentinelDatabases/SentinelDatabases.tsx:61
Function
showPopover
()
redisinsight/ui/src/pages/autodiscover-cloud/redis-cloud-databases/RedisCloudDatabases/RedisCloudDatabases.tsx:88
Function
showPopover
()
redisinsight/ui/src/pages/autodiscover-cloud/redis-cloud-subscriptions/RedisCloudSubscriptions/RedisCloudSubscriptions.tsx:95
Function
showPopover
()
redisinsight/ui/src/pages/rdi/home/components/rdi-instances-list/components/RdiInstancesListCellControls/RdiInstancesListCellControls.tsx:32
Function
showPopoverDelete
()
redisinsight/ui/src/pages/browser/modules/key-details-header/components/key-details-header-delete/KeyDetailsHeaderDelete.tsx:50
Method
shutdown
()
redisinsight/desktop/src/lib/auth/tcp.auth.strategy.ts:79
Method
shutdown
()
redisinsight/desktop/src/lib/auth/service.auth.strategy.ts:72
Method
shutdown
()
redisinsight/desktop/src/lib/auth/auth.interface.ts:3
Method
similaritySearch
( @BrowserClientMetadata() clientMetadata: ClientMetadata, @Body() dto: SimilaritySearchDto, )
redisinsight/api/src/modules/browser/vector-set/vector-set.controller.ts:225
Function
size
()
redisinsight/ui/src/packages/redisgraph/src/graphd3.ts:1273
Function
slowLogConfigSelector
(state: RootState)
redisinsight/ui/src/slices/analytics/slowlog.ts:70
Method
sortByColumn
* Click on a table column header to sort
tests/e2e-playwright/pages/pubsub/PubSubPage.ts:196
Method
sortByColumn
* Sort by column
tests/e2e-playwright/pages/databases/components/DatabaseList.ts:334
Function
sortModulesByName
(modules: AdditionalRedisModule[] = [])
redisinsight/ui/src/utils/modules.ts:51
Function
sortingFunc
(ins)
redisinsight/ui/src/utils/instance/instanceNavigation.ts:17
Function
sourceValueSubmit
( value: string = script, commandId?: Nullable<string>, executeParams: CodeButtonParams = { clearE
redisinsight/ui/src/pages/workbench/components/wb-view/WBViewWrapper.tsx:266
Method
startPipeline
( @RequestRdiClientMetadata() rdiClientMetadata: RdiClientMetadata, )
redisinsight/api/src/modules/rdi/rdi-pipeline.controller.ts:97
Method
stopPipeline
( @RequestRdiClientMetadata() rdiClientMetadata: RdiClientMetadata, )
redisinsight/api/src/modules/rdi/rdi-pipeline.controller.ts:86
Function
strToKey
(name: string)
redisinsight/ui/src/slices/tests/browser/keys.spec.ts:441
Function
streamDataSelector
(state: RootState)
redisinsight/ui/src/slices/browser/stream.ts:453
Function
streamGroupsDataSelector
(state: RootState)
redisinsight/ui/src/slices/browser/stream.ts:459
Function
streamGroupsSelector
(state: RootState)
redisinsight/ui/src/slices/browser/stream.ts:457
Method
streamQuestion
( @RequestSessionMetadata() sessionMetadata: SessionMetadata, @Param('id') databaseId: string, @Bo
redisinsight/api/src/modules/ai/query/ai-query.controller.ts:38
Method
submit
()
tests/e2e-playwright/pages/databases/components/CloneDatabaseDialog.ts:95
Function
submitCreate
({ file, link }: FormValues)
redisinsight/ui/src/components/side-panels/panels/enablement-area/EnablementArea/components/Navigation/Navigation.tsx:104
Function
submitData
()
redisinsight/ui/src/pages/browser/modules/key-details/components/set-details/add-set-members/AddSetMembers.tsx:132
Function
submitData
()
redisinsight/ui/src/pages/browser/modules/key-details/components/hash-details/add-hash-fields/AddHashFields.tsx:147
Function
submitData
()
redisinsight/ui/src/pages/browser/modules/key-details/components/list-details/add-list-elements/AddListElements.tsx:117
Function
submitData
()
redisinsight/ui/src/pages/browser/modules/key-details/components/stream-details/add-stream-group/AddStreamGroup.tsx:75
Function
submitData
()
redisinsight/ui/src/pages/browser/modules/key-details/components/stream-details/add-stream-entity/AddStreamEntries.tsx:120
Function
submitData
()
redisinsight/ui/src/pages/browser/modules/key-details/components/zset-details/add-zset-members/AddZsetMembers.tsx:171
Function
submitUpdate
()
redisinsight/ui/src/pages/browser/modules/key-details/components/rejson-details/monaco-editor/MonacoEditor.tsx:64
Function
subscribe
* @inheritDoc
redisinsight/api/src/modules/redis/client/node-redis/node-redis.client.ts:62
Function
subscribe
* @inheritDoc
redisinsight/api/src/modules/redis/client/ioredis/ioredis.client.ts:153
Function
subscribe
(listener: () => void)
redisinsight/ui/src/utils/test-store.ts:36
Method
subscribe
( @Client() client: UserClient, @WSSessionMetadata() sessionMetadata: SessionMetadata, @Body() dto
redisinsight/api/src/modules/pub-sub/pub-sub.gateway.ts:49
Method
subscribe
* Subscribe to multiple channels * @param sessionMetadata * @param userClient * @param dto
redisinsight/api/src/modules/pub-sub/pub-sub.service.ts:30
Method
subscribe
* Subscribe to a Pub/Sub channel and create Redis client connection if needed * Also add subscription to the subscriptions list * @param subscri
redisinsight/api/src/modules/pub-sub/model/user-session.ts:55
Method
subscribe
(client: RedisClient)
redisinsight/api/src/modules/pub-sub/model/simple.subscription.ts:5
Method
subscribe
(client: RedisClient)
redisinsight/api/src/modules/pub-sub/model/pattern.subscription.ts:5
Method
subscribe
* Create "monitor" clients for each shard if not exists * Subscribe profiler client to each each shard * Ignore when profiler client with such i
redisinsight/api/src/modules/profiler/models/redis.observer.ts:60
Method
subscribe
* Subscribe to a pattern
tests/e2e-playwright/pages/pubsub/PubSubPage.ts:104
Method
sync
* Sync db analysis recommendations with live recommendations * @param clientMetadata * @param dbAnalysisRecommendations
redisinsight/api/src/modules/database-recommendation/repositories/local.database.recommendation.repository.ts:299
Method
syncClients
* Disconnects and removes all clients with exceeded idle threshold * @private
redisinsight/api/src/modules/redis/redis.client.storage.ts:38
Method
syncClients
* Removes all clients with exceeded idle threshold * @private
redisinsight/api/src/modules/rdi/providers/rdi.client.storage.ts:30
Function
syncEndpoint
()
redisinsight/api/test/api/feature/GET-features.test.ts:21
← previous
next →
7,501–7,600 of 7,801, ranked by callers