question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support Redis 3.x

See original GitHub issue

Getting the following error when using Redis 3.2

Traceback (most recent call last):
  File "/usr/bin/rdb", line 9, in <module>
    load_entry_point('rdbtools==0.1.6', 'console_scripts', 'rdb')()
  File "/usr/lib/python2.7/site-packages/rdbtools/cli/rdb.py", line 82, in main
    parser.parse(dump_file)
  File "/usr/lib/python2.7/site-packages/rdbtools/parser.py", line 274, in parse
    self.verify_version(f.read(4))
  File "/usr/lib/python2.7/site-packages/rdbtools/parser.py", line 612, in verify_version
    raise Exception('verify_version', 'Invalid RDB version number %d' % version)
Exception: ('verify_version', 'Invalid RDB version number 7')

with the dump file

REDIS0007�    redis-ver3.2.0�
redis-bits�@�ctime�d�2W�used-mem�ؔ������helloworld��w9�=Z��

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:7
  • Comments:8

github_iconTop GitHub Comments

2reactions
shaneogcommented, Jul 14, 2016

@mihu Agreed. However, this still remains the primary repo for this tool. When people come here with issues they check the PR list to see if their issue has been fixed by someone else. Opening a PR for RDB v7/Redis 3.x support will help others.

Furthermore, if another committer takes over maintenance, having the PR open will help to quickly get this tool in good shape again.

1reaction
ghostcommented, Jul 14, 2016

it’s not perfect, but it works for my usecase https://github.com/mihu/redis-rdb-tools

Read more comments on GitHub >

github_iconTop Results From Across the Web

Redis release cycle
The latest stable release is always fully supported and maintained. Two additional versions receive maintenance only, meaning that only fixes for critical bugs ......
Read more >
Supported ElastiCache for Redis versions
ElastiCache for Redis 7.0 adds a number of improvements and support for new ... Ability to rename commands: ElastiCache for Redis 5.0.3 includes...
Read more >
Redis Enterprise Software product lifecycle
Sizing and scaling · Node selection · Pod stability · Reference · Supported distributions · REC options · REDB options · Release notes...
Read more >
Support v3 of redis package #5178 - celery/ ...
The python redis package has released version 3, which contains a ... (this is purely an information request, and not a rhetoric criticism) ......
Read more >
redis3
X to 3.0. Python Version Support. redis-py 3.0 supports Python 2.7 and Python 3.5+. Client Classes: Redis and StrictRedis.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found