Hello Everybody,
I'm sure that this topic has been discussed when you architect the core but I'm wondering why we do not have ability to change the variable system?
I mean why we should not be able to override the variable_get, variable_set and variable_initialize functions? For example if I want to use a Redis server for storing the variables it is not possible currently.
I'm think of a way to load the configurations on demand.