aminjam / Redis.AspNet.Identity

ASP.NET Identity provider that uses Redis for storage
MIT License
40 stars 14 forks source link

Migrate ServiceStack.Redis Dependency to StackExchange.Redis #2

Open simonpbond opened 9 years ago

simonpbond commented 9 years ago

Since ServiceStack.Redis now requires a commercial license, it would be good if Redis.AspNet.Identity was migrated to use StackExchange.Redis instead.

This seems to be where everyone is heading.

aminjam commented 9 years ago

Sure. Let me know if you have a pull request, and I will merge it.

simonpbond commented 9 years ago

I am just starting to learn Identity/Redis/StackExchange.Redis , so not sure if I would be the best person to contribute at the moment.

I just noticed recently there's a movement towards StackExchange.Redis (especially since Booksleeve was dropped in SignalR.Redis 2.2).

Just thought I would mention it.

Happy to contribute once I have further experience!