You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have a DB with some items in it, sometimes it takes redis too long to load them, and redislite fails with:
Traceback (most recent call last):
File "temp.py", line 17, in <module>
db = redislite.StrictRedis('testdb.redis')
File "/home/fxkr/.local/lib/python2.7/site-packages/redislite/client.py", line 338, in __init__
self.ping()
File "/usr/lib/python2.7/site-packages/redis/client.py", line 674, in ping
return self.execute_command('PING')
File "/usr/lib/python2.7/site-packages/redis/client.py", line 571, in execute_command
return self.parse_response(connection, command_name, **options)
File "/usr/lib/python2.7/site-packages/redis/client.py", line 577, in parse_response
response = connection.read_response()
File "/usr/lib/python2.7/site-packages/redis/connection.py", line 569, in read_response
response = self._parser.read_response()
File "/usr/lib/python2.7/site-packages/redis/connection.py", line 241, in read_response
raise error
redis.exceptions.BusyLoadingError: Redis is loading the dataset in memory
If I have a DB with some items in it, sometimes it takes redis too long to load them, and redislite fails with:
To reproduce, generate a DB:
Then try to load it again. This will fail in most cases (on my machine):
The text was updated successfully, but these errors were encountered: