Open
Description
The RedisMessageListenerContainer uses a SimpleAsyncTaskExecutor to dispatch the messages. This causes problems regarding thread creation and repletion, see issue #483.
It makes sense to make spring-session inject a Pooled TaskExecutor into spring-data-redis. We use a pool size of 10.