0

I use editor sublime text 3

I usually run redis like this : enter image description here

I click redis-server. Then I click again redis-client

Seems like that, it's less efficient. Can I do that with an editor? Example sublime text 3 editor

samuel toh
  • 6,836
  • 21
  • 71
  • 108

1 Answers1

0

No you can not do that by using editor. In editors, you'll get option to open console window(or Terminal). But I think that will not help you because that will be same as you are using it currently(i.e by command prompt as shown in images shared by you).

Rest if you want to keep Redis to keep running, you can check this. On other hand if you want some GUI for Redis, then you can try Redis Desktop Manager. That will better help you out for your manipulations.

Mayank Jain
  • 369
  • 5
  • 21