MCPcopy Create free account
hub / github.com/bytebase/bytebase / setRedisCommandOption

Function setRedisCommandOption

frontend/src/react/stores/sqlEditor/editor.ts:129–134  ·  view source on GitHub ↗
(option)

Source from the content-addressed store, hash-verified

127 safeWrite(STORAGE_KEY_SQL_EDITOR_RESULT_LIMIT, limit);
128 },
129 setRedisCommandOption(option) {
130 set((s) => {
131 s.redisCommandOption = option;
132 });
133 safeWrite(STORAGE_KEY_SQL_EDITOR_REDIS_NODE, option);
134 },
135 setShowExecutingHint(show) {
136 set((s) => {
137 s.isShowExecutingHint = show;

Callers

nothing calls this directly

Calls 2

setFunction · 0.85
safeWriteFunction · 0.70

Tested by

no test coverage detected