Skip to content

Releases: cpsubrian/redis-explorer

v0.0.6

14 Jul 22:56
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release
  • 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

14 Jul 03:52
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
  • 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) as src/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

09 Jul 21:38
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • Converts components to ES6 classes.
  • Split up KeyDetails into components per type.
  • Adds copy button for string values.
  • More reusable button styles.
  • Flatter buttons.
  • Adds buttons to switch between json/raw for string values.

v0.0.3

30 Jun 06:39
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
  • Fixes some React warnings
  • Adds up and down arrow hotkeys to the browse list.

v0.0.2

29 Jun 06:18
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • Adds Info route to display server info.
  • Removes unused Pub/Sub route.

v0.0.1

29 Jun 03:25
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
  • Improvements to key-browsing.
  • Adds support for viewing string values.
    • Strings are attempted to be run through JSON.parse() and syntax-highlighted.

0.0.0-alpha1

25 Jun 07:17
Compare
Choose a tag to compare
0.0.0-alpha1 Pre-release
Pre-release

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.

TODO:

  • Innumerable 😄

App Skeleton with React & Less

20 Jun 05:14
Compare
Choose a tag to compare
Pre-release
react-less-skeleton

Adds LESS stylesheets.

Very Basic OSX Compatible App Skeleton

20 Jun 03:19
Compare
Choose a tag to compare
Pre-release

This is a very basic electron app with working release building with icons, signing etc.