await redis.hsetnx("key", "id": 1)
Write a field to a hash but only if the field does not exist.
1
0
Was this page helpful?