beginner-corp / begin-data

A durable and fast key/value store for Begin built on top of DynamoDB
79 stars 8 forks source link

keys with `-` hanging set #64

Closed brianleroux closed 3 years ago

brianleroux commented 3 years ago

steps to repro

await data.set({table: 'mytable', key: 'my-key'})

expected: should save the key with dashes or fail very loudly and clearly if thats not possible for some reason

brianleroux commented 3 years ago

odd. could not reproduce!