You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example,
PUT key edgex%2Fv4%2Fdevice%2Dmodbus123
curl -X PUT http://localhost:59890/api/v3/kvs/key/edgex%2Fv4%2Fdevice%2Dmodbus123 -d '{"value":"test"}'
GET key edgex%2Fv4%2Fdevice%2Dmodbus
curl -X GET http://localhost:59890/api/v3/kvs/key/edgex%2Fv4%2Fdevice%2Dmodbus
🔥 Exception or Error
Should only return results with the key edgex%2Fv4%2Fdevice%2Dmodbus, but currently it also returns the results with the key edgex%2Fv4%2Fdevice%2Dmodbus123
🌍 Your Environment
Deployment Environment:
EdgeX Version [REQUIRED]:
main
Anything else relevant?
The text was updated successfully, but these errors were encountered:
🐞 Bug Report
Affected Services [REQUIRED]
The issue is located in: core-keeperIs this a regression?
no
Description and Minimal Reproduction [REQUIRED]
For example,
PUT key
edgex%2Fv4%2Fdevice%2Dmodbus123
GET key
edgex%2Fv4%2Fdevice%2Dmodbus
🔥 Exception or Error
Should only return results with the key
edgex%2Fv4%2Fdevice%2Dmodbus
, but currently it also returns the results with the keyedgex%2Fv4%2Fdevice%2Dmodbus123
🌍 Your Environment
Deployment Environment:
EdgeX Version [REQUIRED]:
main
Anything else relevant?
The text was updated successfully, but these errors were encountered: