Oran Agra

Results 512 comments of Oran Agra

@alokch18 yes, you need to install the tool, the `rdb` command you run isn't executed from the current directory.. do `which rdb` and you'll see. maybe you just need to...

@alokch18 i don't know what's wrong with your pip. when i try to install rdbtools i get the right version, which is 0.1.14 (see https://pypi.org/project/rdbtools/)

Hi, sorry for the delay. it looks like we need to add automatic quoting, or maybe another option for the -e option. feel free to issue a pull request.

great.. i was waiting for a chance we'll add that feature to rdbtools. p.s. you may want to take a look at these: https://github.com/happybits/redisimp https://github.com/antirez/redis/pull/5045

Hi, i haven't seen that problem before. Is your python installation healthy? do other packages work? Can you try upgrading to python2.7?

@farhad-tarapore do you mean to say it's a regression? do you have a release version or commit SHA which this fork is based on? can you please test python2.7? can...

@topilski can you elaborate on what exactly you have in mind? what are features such integration will offer? and also how you intend to achieve that integration?

So if i understand correctly this does not really consist of any integration between the redis client features and the offline rdb parsing features, but rather just having GUI for...

regarding 1) redis-rdb-tools has a tool that converts the RDB file into a stream of redis commands. if you send these commands to a redis server via a client connection,...

There may be some small differences in how each is calculating the size and what extra overheads it sums in or not. For instance, the MEMORY command doesn't take internal...