Skip to main content

On-Disk data-structures store with redis-like API.

Project description

Build Status Code Quality Grade Code Quality Score

CLODSS: Close* Data-Structures Store

clodss is a data-structures on-disk store with an API largly compatible with redis. The goal is to develop a store with the simplicity of the redis API which scales beyond memory capacity, allows harnessing multi-core processors, and does not burden accesses with network latency.

clodss is a product of Codoma.tech.


* "Close" as opposed to "Remote".

Roadmap:

Features will be implemented in the order of demand by the community. Please use The issues section to vote for the next functionality to be developed.

  • get
  • set
  • del
  • incr
  • incrby
  • decr
  • decrby
  • keys
  • scan
  • flushdb
  • expire
  • persist
  • lists
    • llen
    • lpop
    • lpush
    • rpop
    • rpush
    • lindex
    • lset
    • lrange
    • linsert
    • ltrim
    • lrem
  • hashmaps
    • hset
    • hget
    • hdel
    • hkeys
    • hvalues
    • hgetall
    • hmset
    • hmget

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clodss-0.0.6.tar.gz (9.7 kB view hashes)

Uploaded Source

Built Distribution

clodss-0.0.6-py3-none-any.whl (13.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page