Fast GIS data store, spatial index, and realtime geofence. (Please contribute your use case to https://github.com/tidwall/tile38)
tidwall on 1.19.3
tidwall on master
Fix tile38-cli from freezing wi… 1.19.3 (compare)
Hi Josh, is it possible to remove a field (or set the value to null) in a SET command? To illustrate what I'm trying to do, I may send a command
SET users 100 FIELD locationId 20 POINT 33.637589 -84.428445
followed by
SET users 100 POINT 33.64 -84.43
however, after the second command the locationId field is still set to 20. This is not unexpected, but what I really want is to delete or reset that field value in the SET command. Is that possible, or are my only options to set it to some 0 or negative value? There isn't a FDEL command either to do this.
FSET locationID 0