mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-25 16:35:59 +00:00
Implement saveRedisData functionality and update API call in DbKeyDetailTab
This commit is contained in:
@@ -198,7 +198,7 @@
|
||||
|
||||
async function saveAll() {
|
||||
console.log('Saving all changes:', changeSetRedis);
|
||||
await apiCall('database-connections/apply-redis-change-set', {
|
||||
await apiCall('database-connections/save-redis-data', {
|
||||
conid,
|
||||
database,
|
||||
changeSet: changeSetRedis,
|
||||
|
||||
Reference in New Issue
Block a user