The Twisted Server project announces the release of its distributed key-value server, called TSnosql.
TSnosql is a portable, distributed "NoSql" key-value server appropriate for any environment that needs to support more than just string data types. TSnosql supports strings, list and sets in which each individual item can be up to 1MB long and contain any type of data including binary.
TSnosql includes features necessary for the complex environments of today. TSnosql support multiple, isolated name spaces. Key-values can be aged, limiting their lifetime. And the various key-values can also be written to disk and restored as necessary.
Finally TSnosql supports multiple servers working as one. Today it supports one master and multiple slaves. Newer versions of TSnosql will support multiple master mode.
TSnosql is part of the newest release of Twisted Storage.