We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It is possible to observe the progress of the load opening a command line within the container and issuing Redis commands.
View the number of keys loaded so far.
redis-cli info keyspace
Once the database has completed loading it is recommended that the Redis database be persisted to disk.
redis-cli save
Monitor the database to determine if the save has completed.
redis-cli info persistence
There was an error while loading. Please reload this page.