-
Notifications
You must be signed in to change notification settings - Fork 31
Add Redis provider with batching support #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
8fa038c
Added Redis cache provider
maca88 fe9b9e0
Added cancellation tokens to the missing AbstractRegionStrategy members
maca88 a0f070b
Used IObjectsFactory for creating type instances.
maca88 97238c4
Fixed typos
maca88 e61468a
Added a retry policy used for locking
maca88 d8f8102
Moved lua scripts to embedded resources
maca88 c0cc960
Added serialization tests for NHibernate types
maca88 feeb44c
Updated Appveyor for running redis tests
maca88 c6642a4
Added a configuration option to control the appending of the hash cod…
maca88 20da5f8
Added test for concurrent locking
maca88 2350ae7
Added performance tests
maca88 e6653bb
Disabled using hash codes in cache keys by default
maca88 b05fba4
Renamed UseHashCode option to AppendHashcode to align with CoreDistri…
maca88 2c4cafa
Updated the IRedisSerializer methods to be easier replaced with Cache…
maca88 1fd0a3b
Added logging to region strategies
maca88 91669a9
Removed the dictionary of locked keys as it will not be needed with N…
maca88 54371f2
Added the ability to provide a custom IDatabase and IConnectionMultip…
maca88 a6b7851
Added the ability to set the default configuration options by a stati…
maca88 832b216
Update to NH5.2
fredericDelaporte 094256d
Implemented TODOs
maca88 644dedd
Updated StackExchange.Redis package to version 2
maca88 4db42a5
Renamed project to NHibernate.Caches.StackExchangeRedis
maca88 2fb32ab
Replaced project name in missed files and added a build file
maca88 d361edf
Clean RemoveMany remnants
fredericDelaporte File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.