Hi liuhf, Yes it is possible, you have to make sure that you have utilized this connector in proxy web services of Wso2 ESB and expose that via api manager as you want
On Monday, April 13, 2015, ly h <[email protected]> wrote: > 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] > <javascript:_e(%7B%7D,'cvml','[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] >> <javascript:_e(%7B%7D,'cvml','[email protected]');>r >> >> _______________________________________________ >> Architecture mailing list >> [email protected] >> <javascript:_e(%7B%7D,'cvml','[email protected]');> >> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >> >> > -- Sent from Gmail Mobile
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
