TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

An update on Redis and Lua

53 pointsby hanszeirabout 14 years ago

3 comments

ryanpetrichabout 14 years ago
&#62; My solution was to convert null (multi) bulk types into false, and the other way around, false returned from Ruby is turned as a null bulk reply.<p>should read:<p>&#62; My solution was to convert null (multi) bulk types into false, and the other way around, false returned from Lua is turned as a null bulk reply.
dewellerabout 14 years ago
This is an interesting turn for Redis.<p>In my mind, this is the lightweight, NoSQL analog to stored procedures.
评论 #2545379 未加载
andrewvcabout 14 years ago
That's cool, but not nuts about JSON. They should include at least one space-efficient format, like messagepack (which is 100% compatible with JSON after encoding / decoding). Of course, this opens the floodgates...<p>Also, is zlib available?
评论 #2546965 未加载
评论 #2545702 未加载