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