Skip to content

Commit

Permalink
Add version note. luin#9
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Jan 13, 2016
1 parent 8758767 commit 6183d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ It also supports many advanced features:
* Working with millions keys and key members without blocking the redis server
* Pattern manager for easy selecting a sub group of keys.

**Note**: Medis only supports Redis >= 2.8 version because `SCAN` command was introduced since 2.8. `SCAN` is very useful to get key list without blocking the server, which is crucial to the production environment. Because the latest stable is 3.0 and 2.6 is a very old version, Medis doesn't support it at this time.

## Download Medis

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.
Expand Down
28 changes: 0 additions & 28 deletions client/components/main/Main/ConnectionSelector/Config.scss

This file was deleted.

0 comments on commit 6183d2d

Please sign in to comment.