Git Product home page Git Product logo

Comments (24)

p3x-robot avatar p3x-robot commented on May 10, 2024 3

anyone who know, tell me if this current version if allows azure/google/amazon redis the get databases works. if it works, for the one it works i can enable and you will get a database selector, like the real redis.

from redis-ui.

SeriousM avatar SeriousM commented on May 10, 2024 1

My Azure-Redis doesn't know get databases but regarding to https://stackoverflow.com/questions/12802726/how-to-list-all-redis-databases I can list them with info keyspace.

> info keyspace
# Keyspace
db0:keys=18,expires=15,avg_ttl=40394742
db3:keys=3,expires=0,avg_ttl=0
db4:keys=24,expires=24,avg_ttl=627746
db5:keys=2275,expires=2275,avg_ttl=21484170907
db8:keys=262,expires=0,avg_ttl=0

The desktop tool "Redis Desktop Manager" checks for all available redis databases via iterating them until an error.

Startup log

2020-10-06 13:27:21 : App log init: OK
2020-10-06 13:27:30 : Connection: AUTH
2020-10-06 13:27:30 : Connection: Scan2Lead Azure > connected
2020-10-06 13:27:30 : Connection: Scan2Lead Azure > [runCommand] AUTH n1Nuh4uLUB6icr1sqQbei0BRdpbVlmt+7Svosb+/CEA=
2020-10-06 13:27:30 : Connection: Scan2Lead Azure > Response received : +OK

2020-10-06 13:27:30 : Connection: Scan2Lead Azure > [runCommand] PING
2020-10-06 13:27:31 : Connection: Scan2Lead Azure > Response received : +PONG

2020-10-06 13:27:31 : Connection: Scan2Lead Azure > [runCommand] INFO ALL
2020-10-06 13:27:31 : Connection: Scan2Lead Azure > Response received : Bulk
2020-10-06 13:27:31 : Connection: AUTH OK
2020-10-06 13:27:31 : Connection: Scan2Lead Azure > [runCommand] select 9
2020-10-06 13:27:31 : Connection: Scan2Lead Azure > Response received : +OK

2020-10-06 13:27:31 : Connection: Scan2Lead Azure > [runCommand] select 10
2020-10-06 13:27:31 : Connection: Scan2Lead Azure > Response received : +OK

2020-10-06 13:27:31 : Connection: Scan2Lead Azure > [runCommand] select 11
2020-10-06 13:27:31 : Connection: Scan2Lead Azure > Response received : +OK

2020-10-06 13:27:31 : Connection: Scan2Lead Azure > [runCommand] select 12
2020-10-06 13:27:31 : Connection: Scan2Lead Azure > Response received : +OK

2020-10-06 13:27:31 : Connection: Scan2Lead Azure > [runCommand] select 13
2020-10-06 13:27:31 : Connection: Scan2Lead Azure > Response received : +OK

2020-10-06 13:27:31 : Connection: Scan2Lead Azure > [runCommand] select 14
2020-10-06 13:27:31 : Connection: Scan2Lead Azure > Response received : +OK

2020-10-06 13:27:31 : Connection: Scan2Lead Azure > [runCommand] select 15
2020-10-06 13:27:31 : Connection: Scan2Lead Azure > Response received : +OK

2020-10-06 13:27:31 : Connection: Scan2Lead Azure > [runCommand] select 16
2020-10-06 13:27:31 : Connection: Scan2Lead Azure > Response received : -ERR DB index is out of range

from redis-ui.

yangzhu6263736 avatar yangzhu6263736 commented on May 10, 2024

It is deployed on Kubernetes

from redis-ui.

p3x-robot avatar p3x-robot commented on May 10, 2024

i do not see your config, but i think aws/cloud memory store and azure is not allowed to switch database, please dump your config, it is not a redis it is some layer.

from redis-ui.

p3x-robot avatar p3x-robot commented on May 10, 2024

please use english i do not read chinese. (gui)

from redis-ui.

p3x-robot avatar p3x-robot commented on May 10, 2024

i cannot follow changes in the redis based storages (aws, azure, google). even the cluster was implemented by a guy.
i can take responsibility for the real redis app. please if something changed you could fix it, i am not responsible you know...

from redis-ui.

yangzhu6263736 avatar yangzhu6263736 commented on May 10, 2024

I'm using Google's Redis. It may be too restrictive. I will try to solve it myself. Thank you for your work.

from redis-ui.

sergeyshaykhullin avatar sergeyshaykhullin commented on May 10, 2024

@yangzhu6263736 I'am using ui with non-vendored standalone redis.
Changing database is working well.
My version is 2020.10.350 and schema is changing when i select this dropdown
image

from redis-ui.

SeriousM avatar SeriousM commented on May 10, 2024

The data on the left side didn't change when I chose DB.

you can open the console (top menu) and write select <db-index> to switch to another db.

from redis-ui.

p3x-robot avatar p3x-robot commented on May 10, 2024

weird, for me it works here:
https://p3x.redis.patrikx3.com/main/statistics

try switching db... works.

from redis-ui.

SeriousM avatar SeriousM commented on May 10, 2024

weird, for me it works here:
p3x.redis.patrikx3.com/main/statistics

try switching db... works.

switching db only changes the statistics below, not the keys explorer.

redisui

from redis-ui.

p3x-robot avatar p3x-robot commented on May 10, 2024

come on, that is the statistics from the server, to switch db, it is the DB select, or the console....

from redis-ui.

p3x-robot avatar p3x-robot commented on May 10, 2024

weird, for me it works here:
p3x.redis.patrikx3.com/main/statistics
try switching db... works.

switching db only changes the statistics below, not the keys explorer.

redisui

#44 (comment) - it shows where you switch db...

from redis-ui.

SeriousM avatar SeriousM commented on May 10, 2024

You're right, I was blind, my bad.
But look at my version, there is no switch:
image

from redis-ui.

p3x-robot avatar p3x-robot commented on May 10, 2024

i do not follow the azure/google/amazon redis versions and how they restricted. i tried, it works, now it changed it looks. i can take responsibility for the real redis. it looks like you are on azura, try if you can switch in the console... select X ...

but so far i know that azure/google/amazon only allows 1 database. or it probably changed...

from redis-ui.

SeriousM avatar SeriousM commented on May 10, 2024

try if you ca switch in the console... select X ...

that's what I did and it worked :)

from redis-ui.

p3x-robot avatar p3x-robot commented on May 10, 2024

i enable the databases selector, maybe it works.

from redis-ui.

p3x-robot avatar p3x-robot commented on May 10, 2024

can you tell me if in console get databases works? i can enable.

from redis-ui.

p3x-robot avatar p3x-robot commented on May 10, 2024

ok, i implemented it with probing on azure/google/amazon, so the db selector will always be enabled.

from redis-ui.

p3x-robot avatar p3x-robot commented on May 10, 2024

https://github.com/patrikx3/redis-ui/releases/tag/v2020.10.359

from redis-ui.

p3x-robot avatar p3x-robot commented on May 10, 2024

please anyone, can you verify if this solution works.

from redis-ui.

SeriousM avatar SeriousM commented on May 10, 2024

please anyone, can you verify if this solution works.

The db-dropdown is now displayed with 15 databases (0-14) but by azure redis has 16 dbs (0-15).
It's possible to run select 15 with an OK result.
Maybe there is somewhere an index-off problem?

Thank you anyway for the fast feature implementation!

from redis-ui.

p3x-robot avatar p3x-robot commented on May 10, 2024

please anyone, can you verify if this solution works.

The db-dropdown is now displayed with 15 databases (0-14) but by azure redis has 16 dbs (0-15).
It's possible to run select 15 with an OK result.
Maybe there is somewhere an index-off problem?

Thank you anyway for the fast feature implementation!

it was a loop index bug

from redis-ui.

p3x-robot avatar p3x-robot commented on May 10, 2024

https://github.com/patrikx3/redis-ui/releases/tag/v2020.10.361

from redis-ui.

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.