You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just write the redis enter the `host` and `port` or just leave it with the defaults. after that you can click on `Start` button to listen and recieve the message on default channels.
8
+
9
+
You can also `Stop` to recieving any message fron the channels.
10
+
11
+
There is another `Clear` button that help to remove and cleare recieved messages from redis channels.
12
+
13
+
You can find to `Up`/`Down` button, these help you to increase or decrase the font of console.
14
+
15
+
# Settings
16
+
17
+
The `Eye Button`, it helps you to follow the console logs and scroll down or up without any concern about news logs and auto scrolling issue.
18
+
19
+
The `Save` button save all things that you write in inputs or set on the switches.
20
+
21
+
The `Load` button also helps you to reload the saved settings.
22
+
23
+
Pay attention that you can save only one settings and use it for all of your channel pages.
24
+
25
+
# SSH Client
26
+
27
+
IF you need to connect the redis on another server with SSh, you can switch it `on` and write down your credentials. and then start the listener.
28
+
29
+
# Another huge SETTINGS
30
+
31
+
Default channel is `info`, if you want to listen on another channel, just write down the channel name before you click on `start` button.
32
+
33
+
Can you see the little buggy counter box with the silly plus/mines buttons? that helps you to set the logs stock size. the default set on 500, if you have strong and crazy system, just increase the number.
34
+
3
35
### Filter
4
36
5
37
To filter the response, just write your filter based on following pattern:
@@ -14,6 +46,8 @@ For example, I want to filter the response just if the `size` is `50`
14
46
size => size === 50
15
47
```
16
48
49
+
**Pay attentions: until you click on `Submit Filter`, there filter doesn't make any effect on logs, so whene you wrote down the filter, just click on _Submit Button_**
50
+
17
51
**For condition you can use any javascript methods that help you to filter the data.**
18
52
19
53
If you have more than one condition, just write another condition on the **Next Line**:
0 commit comments