queue
queue copied to clipboard
Make `identify` more friendly
Now queue.identify() (https://github.com/tarantool/queue#session-identify) takes uuid only in binary format, which is inconvenient in some cases.
My suggestions:
- Make
identifycapable of getting uuid in any format (binary, string, uuid_obj) - Return uuid_obj (breaks backward compatibility)