|
|
|
|
|
by lethain
5761 days ago
|
|
Seeing that Redis is a datastructure storage mechanism, I guess it shouldn't shock anyone that it maps well to existing datastructure interfaces. Maybe the more interesting aspect here is the power of having datastructure-aware datastores as opposed to trying to hide the implementation details behind (potentially) leaky abstractions. |
|
However, doesn't this turn it into the mother-of-all global variables? (Actually, if it's outside of the globe, and outside of the system, can we call them galactic variables?) With in-memory lists, the scoping is relatively well defined. It seems like the temptation to take this too far would be great.