Couchbase
  • Why NoSQL?
  • Couchbase Server
  • Download
  • Resources
  • Careers
Home | Forums | Membase | Membase Server 1.7.x

Inspect a value from the GUI

1 reply [Last post]
  • Login or register to post comments
Fri, 05/25/2012 - 17:19
tlianza
Offline
Joined: 10/16/2011
Groups: None

Hi,

I have two processes accessing the same instance of Membase and, bizarrely, getting different values out for the same key. I am fairly confident this is not a bug in Membase, but it would be useful if I could inspect it, via an authoritative interface, to see which of my processes is the misbehaving one.

Is there a GUI or CLI-based way to show the value for a key in the Membase server?

Thanks,
Tom

Top
  • Login or register to post comments
Mon, 06/04/2012 - 18:15
ingenthr
Offline
Joined: 03/16/2010
Groups:

There is not through the GUI.

You can use telnet and memcached protocol through the port associated with the bucket if set up that way. For example, with the default bucket on port 11211:

$ telnet localhost 11211
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
set foo 0 0 3
bar
STORED
get foo
VALUE foo 0 3
bar
END

Top
  • Login or register to post comments
  • Login or register to post comments
  • Login
  • Register

Company

  • About Us
  • Leadership
  • Customers
  • Partners
  • Contact Us

Product

  • Couchbase Server
  • Couchbase SDKs
  • Use Cases
  • Documentation
  • Forums

Open Source

  • Couchbase Project
  • Couchbase vs. CouchDB

Commercial

  • Subscriptions & Support
  • Training & Services

News

  • Blog
  • Newsletter
  • Press Releases
  • Buzz

Follow Us

    
  • Customer Login
  • Terms of Service
  • Privacy Policy
  • Trademark Policy
  • Site Map

© 2013 COUCHBASE All rights reserved.

Sign in to Couchbase Community

close
  • Create new account
  • Request new password
You are logging into the Forums, Wiki and Issue Tracker