redis_dashboard icon indicating copy to clipboard operation
redis_dashboard copied to clipboard

Sinatra app to monitor Redis servers.

Results 6 redis_dashboard issues
Sort by recently updated
recently updated
newest added

Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.3.1. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.1.0 to 2.2.0. Changelog Sourced from sinatra's changelog. 2.2.0 / 2022-02-15 Handle EOFError raised by Rack and return Bad Request 400 status. #1743 by tamazon Minor refactors...

dependencies

Accessing menu `config` or `sloglog`: Redis: `4.1.3` ``` Redis::CommandError - ERR unknown command `config`, with args beginning with: `get`, `*`,: /usr/local/ruby/gem/gems/redis-4.1.3/lib/redis/client.rb:126:in `call' /usr/local/ruby/gem/gems/redis-4.1.3/lib/redis.rb:206:in `block in config' /usr/local/ruby/gem/gems/redis-4.1.3/lib/redis.rb:52:in `block in synchronize'...

See stack trace ```ruby Started GET "/redis_dashboard/" for ::1 at 2018-04-05 21:58:27 -0400 Errno::ENOENT - No such file or directory @ rb_sysopen - ./views/index.erb: /Users/josh/.rvm/gems/ruby-2.4.0/gems/tilt-1.4.1/lib/tilt/template.rb:91:in `initialize' /Users/josh/.rvm/gems/ruby-2.4.0/gems/tilt-1.4.1/lib/tilt/template.rb:91:in `open' /Users/josh/.rvm/gems/ruby-2.4.0/gems/tilt-1.4.1/lib/tilt/template.rb:91:in `read_template_file'...

Bumps [rack](https://github.com/rack/rack) from 2.2.6.2 to 2.2.6.4. Commits 27addc7 bump version ee7919e Avoid ReDoS problem d6b5b2b bump version 9aac375 Limit all multipart parts, not just files See full diff in compare...

dependencies

Right now the redis client will not work with `rediss` urls if the redis server presents a self-signed certificate. This is the case for e.g. Heroku Redis. The following error...