You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed DB specific get api's from Selectable class (#378)
* Address Review comments
#376
to remove DB specific API from selectable class
which is generic.
However to access to the Derviced Class Redis Select
API via python we need to downcast the the Selectable Object.
Added Helpfer function to do same.
Ref: http://www.swig.org/Doc3.0/Python.html
Signed-off-by: Abhishek Dosi <[email protected]>
* Align the code properly
Signed-off-by: Abhishek Dosi <[email protected]>
* Address Review Comments. Return the DBConnector Pointer.
Since the DBConnector is unique_ptr return the
reference to the contained object, or a non owning pointer
Signed-off-by: Abhishek Dosi <[email protected]>
0 commit comments