redis key navigation

This commit is contained in:
SPRINX0\prochazka
2025-01-22 17:13:33 +01:00
parent 41e5089ab3
commit 4ea718b662
5 changed files with 62 additions and 7 deletions

View File

@@ -1,8 +1,7 @@
<script lang="ts">
import keycodes from '../utility/keycodes';
import _ from 'lodash';
import { sleep } from '../utility/common';
export let list;
export let selectedObjectStore;
export let getSelectedObject;