Many of the examples that I see have a single user entering commands in the redis-cli. There are no name spaces or other partiions. My question is when I create a variable using something like 'SET count 2' can another user connect with the same redis server and see this value and update it? If so at what point is the value available? When are the values persisted?Thank you.
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To view this discussion on the web visit https://groups.google.com/d/msg/redis-db/-/jaqqrroBJMYJ.
To post to this group, send email to redi...@googlegroups.com.
To unsubscribe from this group, send email to redis-db+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/redis-db?hl=en.
Many of the examples that I see have a single user entering commands in the redis-cli. There are no name spaces or other partiions. My question is when I create a variable using something like 'SET count 2' can another user connect with the same redis server and see this value and update it? If so at what point is the value available? When are the values persisted?Thank you.
--