yannh / redis-dump-go

Backup & Restore your Redis server - FAST
MIT License
274 stars 58 forks source link

Redis with more than 16 db? #52

Closed ant31 closed 4 months ago

ant31 commented 5 months ago

Hi,

What's the reason for having this check:

        if dbIndex > 16 {
            return nil, fmt.Errorf("Error parsing INFO keyspace")
        }