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
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,28 @@ It also supports many advanced features:
19
19
* Working with millions keys and key members without blocking the redis server
20
20
* Pattern manager for easy selecting a sub group of keys.
21
21
22
+
## Download Medis
23
+
24
+
You can download compiled versions of Medis for Mac OS X from [the release page](https://github.com/luin/medis/releases). Support for Windows and Linux is coming soon.
25
+
22
26
## Running Locally
23
27
24
28
```shell
25
29
$ npm install
26
30
$ npm run dev
27
31
$ npm start
28
32
```
33
+
34
+
## Build Medis
35
+
36
+
```shell
37
+
$ npm run deploy
38
+
$ ./Medis.app
39
+
```
40
+
41
+
## I love this. How do I help?
42
+
43
+
* Simply star this repository :-)
44
+
* Help us spread the word on Facebook and Twitter
45
+
* Contribute Code! We're developers!
46
+
* Medis is available on the Mac App Store as a paid software. I'll be very grateful if you'd like to buy it to encourage me to continue maintaining Medis. There are no additional features comparing with the open-sourced version, except the fact that you can enjoy auto updating that brought by the Mac App Store.
0 commit comments