We are using ElastiCache with Redis as an ASP.NET Session Store like here - https://blogs.aws.amazon.com/net/post/TxMREMF0459SXT/ElastiCache-as-an-ASP-NET-Session-Store.
We are storing lot of data in Session and we would like to know if we can compress the data and store it like we do in say SQL Server Session state db (sessionState mode="SQLServer" compressionEnabled="true")