cbd / edis

An Erlang implementation of Redis
http://inaka.github.com/edis/
Apache License 2.0
468 stars 37 forks source link

MSET(NX) performance #4

Closed elbrujohalcon closed 12 years ago

elbrujohalcon commented 12 years ago

Related to Issue #2, MSET and MSETNX performances are awful, too.

cbd commented 12 years ago

I think there's no way to speed this up as we're bounded by leveldb here. Let's close this one.