Dmitriy Kruglyak

Results 8 issues of Dmitriy Kruglyak

I've been benchmarking Koloboke against several alternatives and have been very pleased with performance. Would like to standardize all our code on it but see that right now there are...

question
new functionality

It would be excellent to have a feature similar to what GitHub offers - https://github.com/blog/612-introducing-github-compare-view Additionally it would be nice to be able to compare a file with an entirely...

feature

We have some Redis DBs that use binary keys and values For these DBs we should like to turn off grouping by separator (or customize it into grouping by a...

enhancement

Throughout the entire code base redisco requires that keys and indexed attributes be unicode. This makes absolutely no sense since Redis supports any binary strings and redisco cannot be used...

Right now object loading generates an unnecessary EXISTS command. It is wasteful because the subsequent call to HGETALL can be interpreted to ascertain object's existence. I've made a change to...

I've done some tracing of Redis calls and was very unpleasantly surprised with the number of queries generated by Redisco and the resulting latency increase. One of the root causes...

A few comments - 1) Not clear what is the full list of supported meta options. I've seen "key", "indices" and "db". This should be documented 2) "db" meta option...

I seeing in the doc / description of v0.2 some form of interoperability is implied as a goal. Was there much testing yet of how well it works? I have...