Count-Min Sketch commands routed through Raft for replication.
Write commands (CMS.INITBYDIM, CMS.INITBYPROB, CMS.INCRBY, CMS.MERGE)
route through Raft via store.prob_write. Read commands (CMS.QUERY,
CMS.INFO) use stateless pread NIFs on local files.