Coder Social home page Coder Social logo

evereq / couchbase-aspnet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kendallb/couchbase-aspnet

5.0 5.0 3.0 47.98 MB

Couchbase Asp.Net infrastructure support (Session State and Output Caching Providers) with Extended functionality such as Compression and Logging

C# 79.11% C 20.89%

couchbase-aspnet's Introduction

Hi, I'm Ruslan (aka Evereq) ๐Ÿ’ป<->โค๏ธ

๐Ÿš€ About Me

Facebook Twitter LinkedIn

Building a Transparent IT agency Ever Tech and Everยฎ - Open Platform for Collaborative, On-Demand and Sharing Economies..

๐Ÿ† GitHub Awards

Github Trophy

โญ GitHub Stars

Evereq's github stats

Visitors


Made with โค๏ธ by Ruslan Konviser

couchbase-aspnet's People

Contributors

bitdeli-chef avatar evereq avatar jzablocki avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

couchbase-aspnet's Issues

compression always on

Hiello

I checked my project and found no matter what I've set in web.confg, compression will always turned "on", seems it is because the code didn't set the compressor to null even the compress = false.

Is there any work around on this issue? Thanks!

//code
var compress = ProviderHelper.GetAndRemove(config, "compress", false) ?? "false";
_compressData = (String.Compare(compress, "true", StringComparison.OrdinalIgnoreCase) == 0);

var compressionTypeString = ProviderHelper.GetAndRemove(config, "compressionType", false) ?? "quicklz";
_compressor = CompressorFactory.Create(compressionTypeString);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.