Giter Site home page Giter Site logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
updated for credis_delv

int credis_delv(REDIS rhnd, const char *key, size_t key_len);

Original comment by [email protected] on 9 May 2010 at 6:30

Attachments:

from credis.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
Thanks for the patch. I have received at least 3 different patches on how to 
add binary 
support. I'm trying to decided for the approach that is most appealing.

Original comment by [email protected] on 19 May 2010 at 8:10

from credis.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
hi. added a few alternatives to binary branch: 
http://code.google.com/p/credis/source/diff?
spec=svn32&r=32&format=side&path=/branches/binary-
support/credis.c&old_path=/branches/binary-support/credis.c&old=26

what do you think?

I'm not aware of an "official" Redis document that specifies which commands 
that 
support binary data... do you know? Otherwise it is time for me to dig into the 
Redis 
code.

Original comment by [email protected] on 20 May 2010 at 11:49

  • Changed state: Started

from credis.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
From my point, I will not care the time of memcpy since the bottleneck will 
never at 
the memory bandwidth. Even so, I think we could support the writev at 
cr_senddata 
level, because cr_sendvandreceive is just a protocol level function.

redis seems split the query command base on ' ', it means all the commands 
could 
support the binary key

http://github.com/antirez/redis/blob/master/redis.c#L2595

for the binary data, I think you could check it's cmdTable

http://github.com/antirez/redis/blob/master/redis.c#L744

Original comment by [email protected] on 21 May 2010 at 3:12

from credis.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
When would you add binary support? I need it!

Original comment by [email protected] on 21 Jul 2010 at 8:05

from credis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.