topcoderinc / TC-redis-manager

5 stars 15 forks source link

value not updated automatically after executing command #408

Open winterflame opened 5 years ago

winterflame commented 5 years ago

Reproduction Steps

  1. deploy with default test data and open the app

  2. select local server

  3. enter 'set x 100' in the cli panel to execute

  4. then select the key "x" , the value is shown as 100

  5. then enter 'set x 200' to execute, observe

Expected Result

Should show the value as 200, i.e. needs refresh the selected key after executing the command.

Actual Result

See screenshot.

Screenshots or screencast

If not attached, please check comment section.

Issue Information

Device: Mac Book Pro

OS: macOS High Sierra Version 10.14

Browser: Safari 12.0

winterflame commented 5 years ago

20