Support Redis 3.x
See original GitHub issueGetting 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:
- Created 7 years ago
- Reactions:7
- Comments:8
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.
it’s not perfect, but it works for my usecase https://github.com/mihu/redis-rdb-tools