#51 closed defect (fixed)
redis bug on set 'dict'
Reported by: | zhangjr | Owned by: | zhangjr |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | component1 | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Parent ID: | Parent Tickets: | ||
Estimated Number of Hours: | 0.0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Description
Invalid input of type: 'dict'. Convert to a bytes
Subtickets
Change History (3)
comment:1 Changed 5 years ago by zhangjr
Version 0, edited 5 years ago
by zhangjr
(next)
comment:2 Changed 5 years ago by zhangjr
- Owner changed from somebody to zhangjr
- Status changed from new to assigned
comment:3 Changed 5 years ago by zhangjr
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
The 'dict' is not supported in redis 3. So the json.dumps is used.