Search found 1 match

by ryszard.sikora
Fri Apr 10, 2020 9:35 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Implementing IComposerItemStore Obsolete Methods
Replies: 1
Views: 4054

Implementing IComposerItemStore Obsolete Methods

Hello I'd like to implement IComposerItemStore using redis. I can see in the docs that the methods Clear() and GetAll() are deprecated. Does it mean I don't need to implement them in custom ComposerItemStore? (just throw NotImplementedException) Moreover, I'd like to know whether I need to handle ti...