uniqush-push
uniqush-push copied to clipboard
uniqush-push should use a prefix for all keys in Redis
This is a non-trivial issue as we need to handle the ability to migrate old data.
It is best practice when using Redis to prefix keys made by your application with something. Like "un:" or "uniqush:" or something constant.
Is this related to issue #118 where migration seems to have become a problem? What about that issue?
@Uscher1 Completely unrelated. This is more of a wishlist item. The schema didn't change that much between 1.5.x and 2.x. The biggest change is adding a set of push service providers for the subscriptions API. Will have to look at #118 more.