Coder Social home page Coder Social logo

Comments (3)

mranney avatar mranney commented on May 26, 2024

node_redis has always returned buffer objects, even though it seems that most people don't put binary data into Redis.

The next major release of node_redis will probably have an option to return strings if you like. It should be faster that way as well.

I can't reproduce any test failures with node 0.3.0 or any other versions of node. I run the tests like this:

rv-mjr2:~/work/node_redis (master)$ node test.js 
- flushdb: 1 ms
- multi_1: 1 ms
- multi_2: 0 ms
- multi_3: 1 ms
- multi_4: 0 ms
- multi_5: 0 ms
- multi_6: 1 ms
- watch_multi:Skipping WATCH_MULTI because server version isn't new enough.
 0 ms
- hset: 1 ms
- hmget: 0 ms
- hincrby: 1 ms
- subscribe: 1 ms
- subscribe_quit: 0 ms
- exists: 1 ms
- del: 0 ms
- type: 1 ms
- keys: 0 ms
- multibulk_zero_length: 0 ms
- randomkey: 1 ms
- rename: 0 ms
- renamenx: 1 ms
- dbsize: 0 ms
- get: 0 ms
- set: 0 ms
- getset: 1 ms
- mget: 0 ms
- setnx: 1 ms
- setex: 0 ms
- msetnx: 0 ms
- hgetall: 1 ms
- hgetall_null: 0 ms
- utf8: 3 ms
- sadd: 1 ms
- sismember: 0 ms
- scard: 0 ms
- srem: 1 ms
- spop: 0 ms
- sdiff: 2 ms
- sdiffstore: 1 ms
- smembers: 0 ms
- smove: 1 ms
- sinter: 1 ms
- sinterstore: 1 ms
- sunion: 0 ms
- sunionstore: 0 ms
- sort: 2 ms
- blpop: 0 ms
- blpop_timeout: 1786 ms
- expire: 2001 ms
- ttl: 501 ms

  completed 50 tests in 4318 ms

from node-redis.

mranney avatar mranney commented on May 26, 2024

Can you give me more information on the failing tests? Nobody else has reported this, but I'd like to make sure that there isn't a code issue here.

from node-redis.

mranney avatar mranney commented on May 26, 2024

The latest version of node_redis returns JavaScript String objects by default.

from node-redis.

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.