[
https://issues.apache.org/jira/browse/OFBIZ-9829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16200456#comment-16200456 ]
Shi Jinghai commented on OFBIZ-9829:
------------------------------------
Hi Michael,
Thank you for your concern!
Redis is a key-value db in memory, which makes it's the fastest way to get/set info. In CRM, we can get the customer info when a call in by phone number as Redis key, a chat in by openid and etc. In ecommerce systems of China, Redis is heavily used in Alibaba, JingDong, 12306, Qunar and many others to support rush-hour requests on products, tickets, caches and etc.
I think a Redis plugin would be very helpful to OFBiz. Please see Redis project on
https://github.com/antirez/redis, it's very popular, over 25,000 stars and almost 10,000 forks.
Redis has become an important part of modern infrastructures, Amazon, Azure, Twitter, Youtube, SAP, I have to say, almost everybody are supporting it.
I'm sure you'll like it.
Kind Regards,
> Add a new plugin for the redis
> ------------------------------
>
> Key: OFBIZ-9829
> URL:
https://issues.apache.org/jira/browse/OFBIZ-9829> Project: OFBiz
> Issue Type: Improvement
> Affects Versions: Trunk
> Reporter: Hadwin Dai
> Assignee: Shi Jinghai
> Labels: redis
> Attachments: OFBIZ-9829_redis-plugins.patch
>
>
> Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.
> Included services: get data, set data and delete data.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)