Xixibase will provide users with a high performance, cross platform, distributed cache system. Xixibase server write in C++, based on Boost Asio.
Xixibase main highlights:
· Local Cache', when client enable 'Local Cache', Client can store the data both Server-side and local, and to ensure local data and Server-side data is consistent. This can greatly increase performance and reduce the pressure on Server and network overhead.
· virtualization', 'virtualization' can ensure that different service access the same cache erver, it will not conflict.
· MultiAPI', like multiGet, multeUpdate, multiDelete. 'MultiAPI' is a batch processing mode, can provide significant performance.
· High performance.
· Cross platform, Xixibase is based on the Boost Asio, in principle, as long as Boost Asio supported platforms, Xixibase can be supported. Like Windows, Linux, Mac.
· Support HTTP protocol, you can directly access the Xixibase Server with browser or JavaScript. Coupled Xixibase the Local Cache feature will greatly reduce the Server's pressure and improve the user experience.
Requirements:
· Java Runtime Environment
What's New in This Release: [ read full changelog ]
Xixibase Server:
· This bug happened after set one big value that size over item_size_max.
· HTTP GZIP support
· HTTP download from file
· HTTP Keep-Alive support
· Introduce Web page tt
· Update getBase format, do not compatible with old version
· Other changes
Xixibase Java Client:
· Update getBase format, do not compatible with old version