maxmemory-policy=noeviction for Redis
Hi,
Wondering how can I set this setting in railway for my redis instance
Solution:Jump to solution
actually, just checked on a freshly deployed database,
maxmemory-policy
is set to noeviction
by default9 Replies
Project ID:
5fb259f3-d31a-4630-8acb-d9605dcad582
5fb259f3-d31a-4630-8acb-d9605dcad582
sorry you can't modify the redis plugin
I'm looking for the same option, isn't this still possible? @Brody
i made this statement when databases where plugins, you could not modify anything about a plugin, but today, databases are services the same as your app is, you can modify a whole lot more.
so can you tell me how you would typically go about setting that option and ill see if i can come up with a way to do the same on railway?
Solution
actually, just checked on a freshly deployed database,
maxmemory-policy
is set to noeviction
by defaultnice, how do you check that? I don't seem to be able to find that page on my Redis page
the query was ran with dbgate, i highly recommend using dbgate instead of the inbuilt ui
got it, thanks. will try out