- Fix error handling in couple places. Now pages don't return 500 errors if there's something bad going on with the redis connection.
- Remove key stats that came from
DEBUG OBJECT
(LRU, Address, Length etc). NowOBJECT [REFCOUNT|ENCODING|IDLETIME]
is used instead. BACKWARDS INCOMPATIBLE
- Exception handling for AWS ElastiCache Redis or any Redis that does not have DEBUG OBJECT command.
- Enabled Redis keys to be inspected despite not having details from DEBUG OBJECT command.
- Fixed a bug on Python 3 (no
xrange
). - Fixed some issues the
run_redisboard.py
bootstrapper had with virtualenv.
- Add
REDISBOARD_SOCKET_TIMEOUT
,REDISBOARD_SOCKET_CONNECT_TIMEOUT
,REDISBOARD_SOCKET_KEEPALIVE
andREDISBOARD_SOCKET_KEEPALIVE_OPTIONS
options.
- Fix broken slowlog display.
- Show slowlog and cpu usage and more memory stats (contributed by Rick van Hattem)
- Use pipelines to send commands for faster response (contributed by Rick van Hattem)
- Added Python 3.3 and 3.4 support.
- Added a test suite and other minor fixes.
- N/A.