aviggiano / redis-roaring

Roaring Bitmaps for Redis
MIT License
345 stars 55 forks source link

if the redis restart,Is the data still there #74

Closed sunyaf closed 3 years ago

aviggiano commented 3 years ago

Hello,

Yes, if you issue the SAVE command the data will be stored on disk and will be retrieved upon restart. This is tested right here: https://github.com/aviggiano/redis-roaring/blob/master/test.sh#L76

aviggiano commented 3 years ago

Closing this since it seems it is already resolved. If you still have problems, feel free to open a new issue.