tzongw
tzongw
https://github.com/michaelliao/awesome-python3-webapp/blob/ab1592b23d635f3ff8fd38ffd79ab3283c6739a2/www/handlers.py#L82
let json = JSON.init(parseJSON: "\\"aa\\"") print(json.stringValue) let json2 = JSON.init(parseJSON: "1") print(json2.numberValue) outputs: "" 0 expected: "aa" 1 How can I get expected values?
Hey, guys, I've created a module and would like to add to the community modules.😄 [redis-timer](https://github.com/tzongw/redis-timer)
```python class User(DynamicDocument): name = StringField() ``` `_id` is the shard key ```python user.modify(name='ok') ``` gets this error ` mongoengine.errors.OperationError: Update failed (Query for sharded findAndModify must contain the shard...
#2991 Supports Hash-field expiration commands, it will be useful to support that in Pipeline. Also Fix `HExpire` `HExpireWithArgs` expiration, convert it to seconds