Represents the base class of all readers.
Represents the base class of all writers.
Represents the base class of all writers. You can define new writers by extending this class and
implementing the writeImpl method.
All reader exceptions will be wrapped into a scredis.exceptions.RedisWriterException.
Represents the base class of all readers. You can define new readers by extending this class and implementing the
readImplmethod.All reader exceptions will be wrapped into a scredis.exceptions.RedisReaderException.