项目作者: Xe

项目描述 :
OlegDB: Enterprise Edition
高级语言: Go
项目地址: git://github.com/Xe/olegdb-ee.git
创建时间: 2016-10-15T00:24:49Z
项目社区:https://github.com/Xe/olegdb-ee

开源协议:MIT License

下载


OlegDB: Enterprise Edition

One of the major concerns blocking enterprise adoption of OlegDB is the lack of
integration with existing enterprise workloads and toolsets. This project aims
to fix this, allowing anyone desiring a MAYO redundant parallel uptime galaxy-scale
supercluster to have OlegDB: Enterprise Edition as a Marginally Available option.

License is MIT. For consulting services, please contact me@christine.website.

  1. $ redis-cli -p 6660
  2. 127.0.0.1:6660> jar foo bar
  3. OK
  4. 127.0.0.1:6660> unjar foo
  5. bar

Usage

JAR

  1. JAR <key> <value>

This is OlegDB’s canonical ‘set’ function. Put a value into the mayo (the database). It’s easy to piss in a bucket, it’s not easy to piss in 19 jars.

UNJAR

  1. UNJAR <key>

This function retrieves a value from the database.

SCOOP

  1. SCOOP <key>

Removes an object from the database. Get that crap out of the mayo jar.

MEBBE

  1. MEBBE <prefix>

Return keys that match a given prefix.

DUMP

  1. DUMP

Like MEBBE, except that it takes no prefix and just dumps the entire tree.

SPOIL

  1. SPOIL <key> <duration>

Sets the expiration value of a key. Will fail if no value under the chosen key exists.

SNIFF

  1. SNIFF <key>

Retrieves the expiration time (RFC 3339) for a given key from the database.

SQUISH

  1. SQUISH

Compacts both the aol file (if enabled) and the values file. This is a blocking operation.

CANHAS

  1. CANHAS <key>

Returns whether the given key exists on the database.

UPTIME

  1. UPTIME

Gets the time, in seconds, that a database has been up.