Closed bracki closed 7 years ago
Any explanation why this got removed? I have some gauges that I don't really need to store in redis/apc, InMemory would be just fine for the job. I just need the renderer (RenderTextFormat), which I can't seem to use without a valid redis or apc adapter.
Ok I seem to have just implemented my ReactHTTP server with this package and only just realised that there is no stats because of no code in the in memory adaptor. Any idea on getting this in?
I have a pull request that implements the in memory adapter, but I haven't received any feedback on it for a while now. You can use my fork until we get some comment on the PR
Will be fixed by merging #36.
Done.
With #18 we removed all usages of the InMemory adapter. Either remove it altogether or rewrite it.