Skip to content

Simplify import paths

Simplify import statements from blissdata.redis_engine and blissdata.streams.base modules.

Previous import paths will show a deprecation warning, until removal with blissdata 3.0.

List of modified paths:

DataStore:
-blissdata.redis_engine.store
+blissdata

Scan, ScanState:
-blissdata.redis_engine.scan
+blissdata

All blissdata exceptions:
-blissdata.redis_engine.exceptions
+blissdata.exceptions

Cursor, CursorGroup, BaseStream, BaseView, EventRange, StreamDefinition (general streaming classes/interfaces):
-blissdata.streams.base
+blissdata.streams

Stream, View, MissingPluginStream, BrokenPluginStream (default stream implementations):
-blissdata.streams.base
+blissdata.streams.default
Edited by Lucas Felix

Merge request reports

Loading