csync / csync-server

Apache License 2.0
14 stars 4 forks source link

Listening on path that does not exist should return a value with exists = false #77

Closed dfirsht closed 7 years ago

dfirsht commented 7 years ago

Server Version: 1.2.0 Client Version: Any Steps to Reproduce:

Expected Behavior: Return a value with the exists property equals false Actual Behavior: Nothing

kevinlai commented 7 years ago

This use case will be resolved by #71

mkistler commented 7 years ago

I don't believe that the expected behavior is a value with exists = false. Nothing is actually the correct behavior. Why? Because a listen on a key pattern (containing wildcards) cannot give a value with exists = false for every potentially matching key. Listen on concrete keys should not behave differently than listens on key patterns.

boopt2 commented 7 years ago

Closing this as this it not the functionality we want. Please see #71 for an alternative way of getting this data.