If this finished, can we use it in APIManager? We want http<->redis. Best regards!
liuhf 2015-04-10 18:18 GMT+08:00 Naasheer Ali <[email protected]>: > Hi All, > I'm gonna implement the Redis connector for WSO2 ESB. > 1. Overview > > - Redis is an open source, BSD licensed, avanced* key-value cache *and* > store. *It is often referred to as a* data structure server *since > keys can contain *Strings, hashes, lists, sets, sorted sets bitmaps* > and *hyperloglogs.* > > 2. Advantages of Redis > > - Redis can contain more complex data types, with atomic operation > defined on those data types. > - Redis data types are closely related to fundamental data structure > and are exposed to the programmer as such, without additional abstraction > layers. > - Redis is an in-memory but persistent on disk database, so it > represents a different trade off where very high write and read speed is > achieved with the limitation of data sets that can't be lager than memory. > - The memory representation of complex data structures is much simpler > to manipulate compared to the same data structure on disk, so Redis can do > a lot, with little internal complexity. > > 3. Use Cases : > > - Queuing slow operations > - cross-language develoment, > - atomic counters and generating sequences > - dealing with temporary data in your application > - Redis as a cache > > > Please find my milestone plan. > > Regards, > -- > > *Naasheer Ali* | Associate Software Engineer > > WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka > > Email: [email protected] > > _______________________________________________ > Architecture mailing list > [email protected] > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture > >
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
