-
-
Notifications
You must be signed in to change notification settings - Fork 457
Closed
Description
I haven't updated/tested the implementation for Couchbase in a while and found that there are some things missing / not working as expected. They also added support for netstandard1.5, which means I can now finally cross target the package for net45 and netstandard.
- Configuration Features
- Add support for using
ClusterHelperwhich already handles configuration and such statically - Add overload to use already configured
IClusterorIBucket? - Add support for password protected buckets
- Add support for the new authentication features which are per cluster
- Add support for using
- Update to latest version with netstandard support and multi-target
- Sliding expiration is not always working
- Run all unit tests
- clear region not implemented (use same solution as for pure memcached handle)
Reactions are currently unavailable