Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Add Redis XmlRepository #173

Merged
merged 1 commit into from
Sep 2, 2016
Merged

Add Redis XmlRepository #173

merged 1 commit into from
Sep 2, 2016

Conversation

pakrym
Copy link
Contributor

@pakrym pakrym commented Aug 11, 2016

@pranavkm
Copy link
Contributor

cc @kichalla

@@ -0,0 +1,2 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐮

@pakrym pakrym force-pushed the pakrym/redis-repo branch 2 times, most recently from abe4baf to 7e46dfe Compare August 11, 2016 21:47
_key = key;
}

public IReadOnlyCollection<XElement> GetAllElements()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: inheritdoc

@kichalla
Copy link
Member

:shipit:

@pakrym pakrym force-pushed the pakrym/redis-repo branch 2 times, most recently from 5b6b76b to e76fd90 Compare August 11, 2016 22:04
},
"dependencies": {
"Microsoft.AspNetCore.DataProtection": "1.1.0-*",
"StackExchange.Redis": "1.1.604-alpha"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh BTW, we do not want to refer to pre-release versions of packages. So for now you can refer to an older version. Yeah this will force you to use net451 only. Following PR is keeping track of it: aspnet/Caching#147

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@pakrym pakrym force-pushed the pakrym/redis-repo branch from e76fd90 to 529ecf4 Compare August 11, 2016 22:17
@pakrym pakrym force-pushed the pakrym/redis-repo branch 2 times, most recently from 24dc932 to e144721 Compare September 2, 2016 17:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants