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
Hi!
I tried to get rid off from persistence for Redis by setting storageSpec: false
It helped, PVC don't creates, but I started to get this: 540:C 13 Sep 2023 17:11:08.008 # Failed opening the temp RDB file temp-540.rdb (in server root dir /data) for saving: Permission denied
Why Redis doesn't keep data in memory?
As I know, generally, Redis diskless db
Thank you in advance!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I tried to get rid off from persistence for Redis by setting
storageSpec: false
It helped, PVC don't creates, but I started to get this:
540:C 13 Sep 2023 17:11:08.008 # Failed opening the temp RDB file temp-540.rdb (in server root dir /data) for saving: Permission denied
Why Redis doesn't keep data in memory?
As I know, generally, Redis diskless db
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions