[ 
https://issues.apache.org/jira/browse/GEODE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15943655#comment-15943655
 ] 

Hitesh Khamesra commented on GEODE-2658:
----------------------------------------

Hi Shrumit:

Geode java server can be connected through Geode java client(or c++, .NET 
client). Look this 
http://geode.apache.org/docs/guide/topologies_and_comm/cs_configuration/chapter_overview.html
  for more info.

1. Think about api for above list like "boolean updateCounterAtomically(String 
regionName, Object key)"
2. RedisAdapter is only for redisClient. But we need these apis for all other 
clients, specially java client. 

Thanks.
Hitesh



> Provide Developer friendly api on Geode
> ---------------------------------------
>
>                 Key: GEODE-2658
>                 URL: https://issues.apache.org/jira/browse/GEODE-2658
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Hitesh Khamesra
>              Labels: GSoC2017
>
> Geode provides basic java concurrent map apis in distributed environment.
> These apis are not enough for application. Thus we need some utility api 
> based on Redis.
> 1. Update Counter Atomically.
> 2. Update object field atomically
> 3. Append new field to object
> 4. Fetch object field
> 5. Append new event to list (pop, push, range)
> 6. Append new member to set
> 7. Atomic Get and set
> 8. Atomic bit operations on value objects   
> 9. Set expiration on key
> 10. Merge objects  
> I will add more description later.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to