methodRedisClient.zincrbyzincrby(key: KeyLike,increment: number,member: KeyLike): Promise<number>;Increment the score of a member in a sorted set@param keyThe sorted set key@param incrementThe increment value@param memberThe member to increment@returnsPromise that resolves with the new scoreReferenced typestype KeyLike = string | ArrayBufferView | Blob