Have we written this connector? I can't seem to find it in the Store [1]. [1] https://store.wso2.com/store/pages/top-assets?q=%22_default%22%3A%22redis%22
Thanks. On Wed, Apr 15, 2015 at 4:00 PM, Vanjikumaran Sivajothy <[email protected]> wrote: > You have to forward this apim-> Esb > > > On Wednesday, April 15, 2015, ly h <[email protected]> wrote: > >> Can we use it as axis transport in apim, or we must forward data from >> apim to esb. >> >> 2015-04-15 10:39 GMT+08:00 Vanjikumaran Sivajothy <[email protected]>: >> >>> 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]>: >>>> >>>>> 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 >>>>> >>>>> >>>> >>> >>> -- >>> Sent from Gmail Mobile >>> >>> _______________________________________________ >>> Architecture mailing list >>> [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 > > -- *Kasun Gajasinghe*Associate Technical Lead, WSO2 Inc. email: kasung AT spamfree wso2.com linked-in: http://lk.linkedin.com/in/gajasinghe blog: http://kasunbg.org phone: +1 650-745-4499, 77 678 0813
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
