GithubHelp home page GithubHelp logo

Selecting a Database about redis-commander HOT 8 CLOSED

joeferner avatar joeferner commented on August 17, 2024
Selecting a Database

from redis-commander.

Comments (8)

joeferner avatar joeferner commented on August 17, 2024

This is not currently supported. You can run the command in the prompt at the bottom for now until I add support for that.

from redis-commander.

evantahler avatar evantahler commented on August 17, 2024

I wanted this too! Once this is merged in #51 you can do that at boot

from redis-commander.

joeferner avatar joeferner commented on August 17, 2024

Keeping this open because I would like to also do this in the UI

from redis-commander.

joeferner avatar joeferner commented on August 17, 2024

In v0.0.5 you can now select DB and password from GUI as well.

from redis-commander.

chrismcv avatar chrismcv commented on August 17, 2024

Awesome, thanks :)

On Tue, Oct 23, 2012 at 2:44 PM, Joe Ferner [email protected]:

In v0.0.5 you can now select DB and password from GUI as well.


Reply to this email directly or view it on GitHubhttps://github.com//issues/50#issuecomment-9702148.

from redis-commander.

chrismcv avatar chrismcv commented on August 17, 2024

Hi,
Just tried this but the browser interface doesn't seem to quite work... When I select index 2 it is posting

hostname:localhost
port:6379
password:
dbIndex:1

which is incorrect. Any ideas?

from redis-commander.

chrismcv avatar chrismcv commented on August 17, 2024

Problem in home.ejs

 <select name="dbIndex" id="dbIndex">
          <option value="0" selected="selected">0</option>
          <option value="1">1</option>
          <option value="1">2</option>
          <option value="1">3</option>
          <option value="1">4</option>
          <option value="1">5</option>
          <option value="1">6</option>
          <option value="1">7</option>
          <option value="1">8</option>
          <option value="1">9</option>
          <option value="1">10</option>
          <option value="1">11</option>
          <option value="1">12</option>
          <option value="1">13</option>
          <option value="1">14</option>
          <option value="1">15</option>
        </select>

should be

<select name="dbIndex" id="dbIndex">
          <option value="0" selected="selected">0</option>
          <option value="1">1</option>
          <option value="2">2</option>
          <option value="3">3</option>
          <option value="4">4</option>
          <option value="5">5</option>
          <option value="6">6</option>
          <option value="7">7</option>
          <option value="8">8</option>
          <option value="9">9</option>
          <option value="10">10</option>
          <option value="11">11</option>
          <option value="12">12</option>
          <option value="13">13</option>
          <option value="14">14</option>
          <option value="15">15</option>
        </select>

from redis-commander.

joeferner avatar joeferner commented on August 17, 2024

Wow, that's embarrassing. Made the fix. You should be good to go now.

from redis-commander.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.