[redis] add 1 overload to SET command#48732
[redis] add 1 overload to SET command#48732typescript-bot merged 1 commit intoDefinitelyTyped:masterfrom
Conversation
|
@1pete Thank you for submitting this PR! This is a live comment which I will keep updated. 1 package in this PRCode ReviewsBecause you edited one package and updated the tests (👏), I can help you merge this PR once someone else signs off on it. Status
All of the items on the list are green. To merge, you need to post a comment including the string "Ready to merge" to bring in your changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 48732,
"author": "1pete",
"owners": [
"soywiz",
"CodeAnimal",
"MugeSo",
"UppaJung",
"Rokt33r",
"43081j",
"barnski",
"1pete",
"blablapolicja",
"ferrantejake",
"OpesanyaAdebayo",
"nwtgck",
"tdebarochez",
"dwrss"
],
"dangerLevel": "ScopedAndTested",
"headCommitAbbrOid": "b17ead2",
"headCommitOid": "b17ead2a0af35f335e92caee09dd95ecafcd40f9",
"mergeIsRequested": true,
"stalenessInDays": 0,
"lastPushDate": "2020-10-13T03:18:10.000Z",
"lastCommentDate": "2020-10-13T14:44:28.000Z",
"maintainerBlessed": false,
"reviewLink": "https://github.com/DefinitelyTyped/DefinitelyTyped/pull/48732/files",
"hasMergeConflict": false,
"authorIsOwner": true,
"isFirstContribution": false,
"popularityLevel": "Popular",
"newPackages": [],
"packages": [
"redis"
],
"files": [
{
"path": "types/redis/index.d.ts",
"kind": "definition",
"package": "redis"
},
{
"path": "types/redis/redis-tests.ts",
"kind": "test",
"package": "redis"
}
],
"hasDismissedReview": false,
"ciResult": "pass",
"lastReviewDate": "2020-10-13T12:20:36.000Z",
"reviewersWithStaleReviews": [],
"approvalFlags": 2,
"isChangesRequested": false
} |
|
🔔 @soywiz @CodeAnimal @MugeSo @UppaJung @Rokt33r @43081j @barnski @blablapolicja @ferrantejake @OpesanyaAdebayo @nwtgck @tdebarochez @dwrss — please review this PR in the next few days. Be sure to explicitly select |
|
Inspecting the JavaScript source for this package found some properties that are not in the .d.ts files. redis (unpkg)was missing the following properties:
|
|
👋 Hi there! I’ve run some quick measurements against master and your PR. These metrics should help the humans reviewing this PR gauge whether it might negatively affect compile times or editor responsiveness for users who install these typings. Let’s review the numbers, shall we? Comparison details 📊
It looks like nothing changed too much. I won’t post performance data again unless it gets worse. |
|
@1pete Everything looks good here. Great job! I am ready to merge this PR on your behalf. If you'd like that to happen, please post a comment saying:
and I'll merge this PR almost instantly. Thanks for helping out! ❤️ (@soywiz, @CodeAnimal, @MugeSo, @UppaJung, @Rokt33r, @43081j, @barnski, @blablapolicja, @ferrantejake, @OpesanyaAdebayo, @nwtgck, @tdebarochez, @dwrss: you can do this too.) |
|
Ready to merge |
|
I just published |
adding support to redis SET command when sending arguments in this format
fixes #39051