In some of my applications access to Redis seems to become a bottleneck. Currently there are two ways to make access more efficient. Pipelining and accessing Unix sockets instead of TCP.
But isn't there in even more efficient way to access it? More like a library, like when you are dealig with BDB or Toky Cabinet? Or maybe something else.