You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2024. It is now read-only.
This will allow us to get the Redis store key count efficiently, because currently the size method of CacheStores is not used by Infinispan; the process key iteration routine gets called instead, which is killing performance. A while ago I had a chat with William Burns in the forum, and he mentioned this may get revised in a future version of Infinispan. In the meantime the static method can help us work around this.
public static Map<String,RedisStore> getInstances()
I'll try to get a patch for that.
The text was updated successfully, but these errors were encountered:
vdzhuvinov
added a commit
to vdzhuvinov/infinispan-cachestore-redis
that referenced
this issue
Nov 10, 2016
This will allow us to get the Redis store key count efficiently, because currently the size method of CacheStores is not used by Infinispan; the process key iteration routine gets called instead, which is killing performance. A while ago I had a chat with William Burns in the forum, and he mentioned this may get revised in a future version of Infinispan. In the meantime the static method can help us work around this.
I'll try to get a patch for that.
The text was updated successfully, but these errors were encountered: