* Added multiple realm per request support. Thanks to beaugunderson for idea and use case!
* Added bulk realm registering/unregistering
* Deferred the Redis Connection check from module loading to instance initialization, giving time to the user to manually configure
* Now using copy.deepcopy to create a config from the default config
* Deprecated 'realm' kwarg on request methods in favor of the new 'realms' list