SYMBOL INDEX (190 symbols across 33 files) FILE: src/actions/browseActions.js class BrowseActions (line 8) | class BrowseActions { method resetKeys (line 12) | resetKeys () { method setOffset (line 16) | setOffset (offset) { method setMatch (line 20) | setMatch (match) { method toggleSelectedKey (line 24) | toggleSelectedKey (key) { method toggleSelectedIndex (line 28) | toggleSelectedIndex (index) { method toggleSelected (line 33) | toggleSelected (item) { method fetchKeys (line 39) | fetchKeys (options = {}) { method fetchKeysNext (line 54) | fetchKeysNext () { method fetchKeysAdd (line 68) | fetchKeysAdd (keys) { method fetchKeysFailed (line 73) | fetchKeysFailed (err) { method fetchKeysFinished (line 77) | fetchKeysFinished () { method fetchValues (line 83) | fetchValues (keys) { method fetchValuesAdd (line 96) | fetchValuesAdd (values) { method fetchValuesFailed (line 100) | fetchValuesFailed (err) { FILE: src/actions/hostsActions.js class HostsActions (line 4) | class HostsActions { method connectToHost (line 8) | connectToHost (host) { method connectToHostFailed (line 20) | connectToHostFailed (err) { method connectedToHost (line 24) | connectedToHost () { method fetchHostInfo (line 30) | fetchHostInfo (isRefresh) { method fetchHostInfoFinished (line 42) | fetchHostInfoFinished (info) { method fetchHostInfoFailed (line 46) | fetchHostInfoFailed (err) { FILE: src/app.js constant CMDORCTRL (line 11) | const CMDORCTRL = (process.platform === 'win32') ? 'Ctrl' : 'Command' FILE: src/components/Header.js class Header (line 11) | @autobind method onClickHostButton (line 21) | onClickHostButton (e) { method getHostButtonClass (line 26) | getHostButtonClass () { method render (line 36) | render () { FILE: src/components/Highlight.js class Highlight (line 5) | @autobind method componentDidMount (line 19) | componentDidMount () { method componentDidUpdate (line 23) | componentDidUpdate () { method highlightCode (line 27) | highlightCode () { method render (line 36) | render () { FILE: src/components/HostInfo.js class HostInfo (line 6) | @pureRender method getInfo (line 116) | getInfo () { method renderGroup (line 160) | renderGroup (group) { method render (line 182) | render () { FILE: src/components/HostsNav.js class HostsNav (line 9) | @autobind method shouldComponentUpdate (line 17) | shouldComponentUpdate (nextProps, nextState) { method toggle (line 24) | toggle () { method onChangeHost (line 28) | onChangeHost (e, i, menuItem) { method render (line 35) | render () { FILE: src/components/Icon.js class Icon (line 3) | class Icon extends React.Component { method render (line 16) | render () { FILE: src/components/KeyDetails.js class KeyDetails (line 10) | @pureRender method render (line 17) | render () { FILE: src/components/LoadingRow.js class LoadingRow (line 3) | class LoadingRow extends React.Component { method render (line 13) | render () { FILE: src/components/ScrollList.js class ScrollList (line 6) | @pureRender method componentDidMount (line 45) | componentDidMount () { method onScroll (line 49) | onScroll (e) { method getDisplayOffset (line 63) | getDisplayOffset () { method ensureVisible (line 68) | ensureVisible (index) { method renderItems (line 83) | renderItems () { method render (line 121) | render () { FILE: src/components/SidePanel.js method getDefaultProps (line 36) | getDefaultProps () { method getInitialState (line 42) | getInitialState () { method componentDidMount (line 50) | componentDidMount () { method componentDidUpdate (line 54) | componentDidUpdate (prevProps, prevState) { method componentWillUnmount (line 58) | componentWillUnmount () { method toggle (line 62) | toggle () { method close (line 67) | close () { method open (line 73) | open () { method getThemePalette (line 79) | getThemePalette () { method getTheme (line 83) | getTheme () { method getWidth (line 87) | getWidth () { method getStyles (line 91) | getStyles () { method render (line 114) | render () { method _onOverlayTouchTap (line 147) | _onOverlayTouchTap () { method _onWindowKeyUp (line 151) | _onWindowKeyUp (e) { method _getMaxTranslateX (line 159) | _getMaxTranslateX () { method _getTranslateMultiplier (line 163) | _getTranslateMultiplier () { method _enableSwipeHandling (line 167) | _enableSwipeHandling () { method _disableSwipeHandling (line 175) | _disableSwipeHandling () { method _onBodyTouchStart (line 179) | _onBodyTouchStart (e) { method _onBodyTouchMove (line 193) | _onBodyTouchMove (e) { method _onBodyTouchEnd (line 230) | _onBodyTouchEnd () { FILE: src/components/TypeIcon.js class TypeIcon (line 5) | class TypeIcon extends React.Component { method render (line 12) | render () { FILE: src/components/ValuesRow.js class ValuesRow (line 8) | @pureRender method onClick (line 19) | onClick (e) { method renderKey (line 26) | renderKey () { method renderValue (line 46) | renderValue () { method render (line 81) | render () { FILE: src/components/ValuesTable.js class ValuesTable (line 14) | @pureRender method componentDidUpdate (line 35) | componentDidUpdate (prevProps) { method getHotKeys (line 43) | getHotKeys () { method onSearchChange (line 69) | onSearchChange (e) { method onScroll (line 73) | onScroll (e, newOffset) { method renderRoot (line 90) | renderRoot (props, children) { method renderItem (line 94) | renderItem (props, item, index) { method renderPlaceholder (line 98) | renderPlaceholder (props) { method render (line 102) | render () { FILE: src/components/details/Details.js class Details (line 5) | class Details extends React.Component { method render (line 14) | render () { FILE: src/components/details/HashDetails.js class HashDetails (line 6) | @pureRender method render (line 13) | render () { FILE: src/components/details/ListDetails.js class ListDetails (line 9) | @pureRender method renderValue (line 22) | renderValue () { method renderButtons (line 54) | renderButtons () { method render (line 83) | render () { FILE: src/components/details/SetDetails.js class SetDetails (line 9) | @pureRender method renderValue (line 22) | renderValue () { method renderButtons (line 53) | renderButtons () { method render (line 82) | render () { FILE: src/components/details/SortedSetDetails.js class SortedSetDetails (line 9) | @pureRender method renderValue (line 22) | renderValue () { method renderButtons (line 54) | renderButtons () { method render (line 83) | render () { FILE: src/components/details/StringDetails.js class KeyDetails (line 8) | @pureRender method renderValue (line 21) | renderValue () { method renderButtons (line 40) | renderButtons () { method render (line 75) | render () { FILE: src/components/handlers/BrowseHandler.js class BrowseHandler (line 18) | @pureRender method willTransitionTo (line 21) | static willTransitionTo () { method render (line 29) | render () { class Browse (line 37) | @connectToStores method getStores (line 49) | static getStores () { method getPropsFromStores (line 53) | static getPropsFromStores () { method componentWillReceiveProps (line 61) | componentWillReceiveProps (nextProps) { method fetchKeys (line 80) | @throttle(250) method toggleKeyDetails (line 85) | toggleKeyDetails () { method onClickClose (line 92) | onClickClose (e) { method render (line 96) | render () { FILE: src/components/handlers/InfoHandler.js class InfoHandler (line 14) | @pureRender method willTransitionTo (line 17) | static willTransitionTo () { method render (line 24) | render () { class Info (line 32) | @connectToStores method getStores (line 43) | static getStores () { method getPropsFromStores (line 47) | static getPropsFromStores () { method componentDidMount (line 51) | componentDidMount () { method componentWillUnmount (line 55) | componentWillUnmount () { method componentWillReceiveProps (line 59) | componentWillReceiveProps (nextProps) { method fetchHostInfo (line 66) | @throttle(250) method render (line 71) | render () { FILE: src/components/handlers/MainHandler.js class MainHandler (line 16) | class MainHandler extends React.Component { method willTransitionTo (line 18) | static willTransitionTo () { method render (line 22) | render () { class Main (line 30) | @connectToStores method getStores (line 38) | static getStores () { method getPropsFromStores (line 42) | static getPropsFromStores () { method getChildContext (line 50) | getChildContext () { method render (line 56) | render () { FILE: src/components/handlers/NotFoundHandler.js class NotFoundHandler (line 3) | class NotFoundHandler extends React.Component { method render (line 5) | render () { FILE: src/stores/browseStore.js class BrowseStore (line 9) | @immutable method constructor (line 12) | constructor () { method onResetKeys (line 32) | onResetKeys () { method onSetOffset (line 47) | onSetOffset (offset) { method onSetMatch (line 51) | onSetMatch (match) { method onToggleSelectedKey (line 61) | onToggleSelectedKey (key) { method onToggleSelectedIndex (line 70) | onToggleSelectedIndex (index) { method onToggleSelected (line 75) | onToggleSelected (item = {}) { method onFetchKeys (line 97) | onFetchKeys () { method onFetchKeysAdd (line 114) | onFetchKeysAdd (newKeys) { method onFetchKeysFailed (line 129) | onFetchKeysFailed (err) { method onFetchKeysFinished (line 135) | onFetchKeysFinished () { method onFetchValues (line 143) | onFetchValues (keys) { method onFetchValuesAdd (line 147) | onFetchValuesAdd (values) { method onFetchValuesFailed (line 155) | onFetchValuesFailed (err) { FILE: src/stores/hostsStore.js class HostsStore (line 11) | @immutable method constructor (line 14) | constructor () { method onConnectToHost (line 60) | onConnectToHost (host) { method onConnectToHostFailed (line 72) | onConnectToHostFailed (err) { method onConnectedToHost (line 77) | onConnectedToHost () { method onFetchHostInfo (line 84) | onFetchHostInfo (isRefresh) { method onFetchHostInfoFailed (line 92) | onFetchHostInfoFailed (err) { method onFetchHostInfoFinished (line 97) | onFetchHostInfoFinished (info) { FILE: src/utils/db.js constant DST_PORT (line 6) | const DST_PORT = 6379 constant LOCAL_PORT (line 7) | const LOCAL_PORT = 8379 constant DEFAULT_COUNT (line 8) | const DEFAULT_COUNT = 250 class DB (line 11) | class DB { method connect (line 14) | connect (host, cb) { method connectToHost (line 29) | connectToHost (host, cb) { method connectToRemoteHost (line 43) | connectToRemoteHost (host, cb) { method scan (line 61) | scan (options = {}) { method fetchInfo (line 138) | fetchInfo (cb) { method fetchValues (line 151) | fetchValues (keys, cb) { method fetchStringValues (line 185) | fetchStringValues (keys) { method fetchListValues (line 200) | fetchListValues (keys) { method fetchSetValues (line 215) | fetchSetValues (keys) { method fetchSortedSetValues (line 230) | fetchSortedSetValues (keys) { method fetchHashValues (line 253) | fetchHashValues (keys) { FILE: src/utils/keys.js method getTypeName (line 3) | getTypeName (type) { FILE: src/utils/regex.js method escape (line 3) | escape (s) { method fromGlob (line 7) | fromGlob (s) { FILE: src/utils/settings.js method get (line 27) | get (key, fallback) { method set (line 31) | set (key, value) { method write (line 36) | @throttle(1000) FILE: src/utils/spawn.js function spawn (line 5) | function spawn (genF) { FILE: src/utils/throttle.js function throttle (line 13) | function throttle (delay, options = {}) {