Re: How to achive Ignite cache counter atomic operation

2023-09-21 Thread Stephen Darlington
I think this question would be better suited to this user mailing list. On Thu, 21 Sept 2023 at 10:09, Neeraj Mukati wrote: > I am creating a site visitor counter. > > site visitor counter per day by geographic location > previous day counter to be expired automatically and new counter > initial

How to achive Ignite cache counter atomic operation

2023-09-21 Thread Neeraj Mukati
I am creating a site visitor counter. site visitor counter per day by geographic location previous day counter to be expired automatically and new counter initialised at 00 hour or first call for the day. values to be store in the bucket where geo location is the key and counter is the value. coun