Phpredis: about cluster slots

Created on 20 Mar 2017  路  2Comments  路  Source: phpredis/phpredis

redis commandstat:

cmdstat_cluster:calls=31915701,usec=11868451320,usec_per_call=371.87

The cluster slots command seems waste a lot cpu time, in most of time, the slots info is stable, I think cache the slots info is good idea. Is there a plan to merge cache-slots to develop branch?

Most helpful comment

I think we should plan on getting this up for the 3.2.0 release which also has a variety of other improvements (using the object store vs. hash table lookup per method call).

All 2 comments

I think we should plan on getting this up for the 3.2.0 release which also has a variety of other improvements (using the object store vs. hash table lookup per method call).

This has been implemented and will be released in 5.0.0

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pb66 picture pb66  路  3Comments

michael-grunder picture michael-grunder  路  4Comments

schtirlizzz picture schtirlizzz  路  6Comments

galves picture galves  路  6Comments

koleo picture koleo  路  4Comments