Is it possible to start with one Redis instance and then proceed to a clustered architecture? Can the library work unobtrusively or are changes reqauired?
Yes it will work with a single redis instance just fine (obviously without any resiliency to failure of that instance, but locking will work nonetheless).
Is it possible to start with one Redis instance and then proceed to a clustered architecture? Can the library work unobtrusively or are changes reqauired?