Replica Key Value

This module provides a replica database keyvalue backend.

KeyValue gets will attempt to use the replica database connection if available.
Otherwise, the primary database will be used as normal.

KeyValue sets will trigger the 'replica kill switch' forcing the primary database
to be used for the remainder of the current request.