-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
The reason why I thought prefixing cached: was incorrect was because of this commen tmade in 2022 : #64 (comment)
The Issue:
Java REPL
The first line shows .getAtKeys() working (where it would ultimately use atKey.toString())
The second line shows a raw atProtocol scan where cached: is shown (because that is how the protocol behaves)
@jeremy_0@ /scan shared_key@smoothalligator
=> [@jeremy_0:shared_key@smoothalligator]
@jeremy_0@ scan shared_key@smoothalligator
=> data:["cached:@jeremy_0:shared_key@smoothalligator"]
Correct behaviour should be atKey.toString() should prefix cached: just like the raw scan.