Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

Cachmanager how to d0 couchbase json bucket configuration

$
0
0

Hi , 

could you please help me , 

I am using cache manager from (http://cachemanager.michaco.net)  how to do json configuration for Couchbase , We are trying to connect couchbase buckets using dotnet core and json but it failed to read bucket details.

{

// "$schema": "http://cachemanager.michaco...",

"couchbase": {

"useSsl": "false",

"operationLifespan": "12000",

"servers": [ "http://Localhost:8091"" ],

"buckets": [

{

"name": "test",

"useSsl": "false",

"password": "test123",

"connectionPool": {

"name": "custom",

"maxSize": "10",

"minSize": "5"

}

}

]

},

"cacheManagers": [

{

"maxRetries": 1000,

"name": "cachename",

"retryTimeout": 100,

"updateMode": "None",

"handles": [

{

"key": "couchbase",

"knownType": "Couchbase",

"type": ""

}

],

"serializer": { "knownType": "Json" }

}

]

Please help me as soon as possible, we are struggling since 10 days.

Thanks 

Murali


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>