Releases: cpsubrian/redis-explorer
Releases · cpsubrian/redis-explorer
v0.0.6
- Adds a simple UI for reading sorted set values.
- Adds simple UI for reading set values.
- Adds simple UI for reading list items.
- Adds app menu and fixes typo that broke the release.
- Fixes for latest electron-packager.
- Don't automatically open devtools in production.
- Update electron.
v0.0.5
- Remember last search and active host and apply them when you reopen the app.
- Exposes
React.addons.Perf
(but only in development i.e.make
) assrc/utils/perf
.- This was required in order to successfully run the perf tools.
- Converts all objects and arrays in stores to use Immutable.js.
- Converts many components to use the
@pureRender
decorator.- This avoids tons of wasted re-rendering.
v0.0.4
v0.0.3
v0.0.2
v0.0.1
0.0.0-alpha1
Super incomplete release for testing and show-and-tell.
Working:
- Browse keys
- Search via glob pattern
- Connect to localhost or remote hosts
- Available remote hosts pulled from
~/.ssh/config
- Only the Host, Hostname, and User are respected at the moment.
- Connects via an ssh tunnel and assumes redis is running on the default port on the remote.
- Only key-based auth via ssh-agent is supported at the moment.
- Available remote hosts pulled from
TODO:
- Innumerable 😄
App Skeleton with React & Less
react-less-skeleton Adds LESS stylesheets.
Very Basic OSX Compatible App Skeleton
This is a very basic electron app with working release building with icons, signing etc.