Class RedisOutOfMemoryException

  • All Implemented Interfaces:
    Serializable

    public class RedisOutOfMemoryException
    extends RedisException
    This error occurs in case when Redis server free memory has been exhausted.
    Author:
    Nikita Koksharov
    See Also:
    Serialized Form
    • Constructor Detail

      • RedisOutOfMemoryException

        public RedisOutOfMemoryException​(String message)