Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-344

NotImplementedException when storing against MemcachedClient in v1.3 client

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.3.1
    • 1.3.0
    • None
    • None

    Description

      When performing a simple Store operation against a MemcachedClient however, I get a NotImplementedException

      Sample code:

      var config = new MemcachedClientConfiguration();
      config.AddServer("127.0.0.1", 11219);
      var client = new MemcachedClient(config);

      var res = client.Store(StoreMode.Set, "key", "value");
      Console.WriteLine("result: " + res);

      var value = client.Get("key");
      Console.WriteLine("value: " + value);

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jmorris Jeff Morris
            simonthorogood Simon Thorogood
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty