Some quick questions about people's Redis use

23 views
Skip to first unread message

Sargun Dhillon

unread,
Jul 24, 2015, 3:57:12 AM7/24/15
to Redis DB
I have a couple questions about people's Redis use. I'm thinking about building a Redis clone with some slightly different semantics. 
  1. What's the size distribution of your values? For sets, and hashes, what's the size value of the individual items in your set?
  2. How do you use MULTI, and related tools? 

Josiah Carlson

unread,
Jul 24, 2015, 5:01:34 AM7/24/15
to redi...@googlegroups.com
I use MULTI occasionally, but mostly Lua. Which is why I have a partially-complete implementation of ROLLBACK after writes, in Lua. Could easily be applied to MULTI and EXEC as well, and I'll probably add it soon.

Right now my set and hash members are in the 32-64 character range.

 - Josiah


--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+u...@googlegroups.com.
To post to this group, send email to redi...@googlegroups.com.
Visit this group at http://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages