Revert "cv: add Redis flush command && command line tool to use it."

This reverts commit 16048b28756cfc79fb513b753d608ec36ea6bb24.

Reason for revert: Vadim implemented better general solution,
see crbug/1171229

Original change's description:
> cv: add Redis flush command && command line tool to use it.
>
> R=​yiwzhang
>
> Bug: 1171229
> Change-Id: I0919dc09ac28a640f0611f2564391797a721b59c
> Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2652572
> Commit-Queue: Andrii Shyshkalov <tandrii@google.com>
> Reviewed-by: Yiwei Zhang <yiwzhang@google.com>

TBR=tandrii@google.com,yiwzhang@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com

Change-Id: If82e0a8f56954bd525712c7bf1295001b37deccf
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 1171229
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2656196
Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
Commit-Queue: Andrii Shyshkalov <tandrii@google.com>
2 files changed
tree: 50bf4e1fbd7e707deaa1aeafbba57d6225a95977
  1. appengine/
  2. auth/
  3. buildbucket/
  4. casviewer/
  5. cipd/
  6. client/
  7. cmdrunner/
  8. common/
  9. config/
  10. cq/
  11. cv/
  12. dm/
  13. examples/
  14. gae/
  15. gce/
  16. grpc/
  17. hardcoded/
  18. led/
  19. logdog/
  20. luci_notify/
  21. lucicfg/
  22. lucictx/
  23. luciexe/
  24. machine-db/
  25. milo/
  26. mmutex/
  27. mp/
  28. resultdb/
  29. scheduler/
  30. server/
  31. starlark/
  32. swarming/
  33. tokenserver/
  34. tools/
  35. tumble/
  36. vpython/
  37. web/
  38. .gitallowed
  39. .gitattributes
  40. .gitignore
  41. AUTHORS
  42. codereview.settings
  43. CONTRIBUTING.md
  44. CONTRIBUTORS
  45. LICENSE
  46. OWNERS
  47. PRESUBMIT.py
  48. README.md
  49. WATCHLISTS
README.md

luci-go: LUCI services and tools in Go

GoDoc

Installing

LUCI Go code is meant to be worked on from an Chromium infra.git checkout, which enforces packages versions and Go toolchain version. First get fetch via depot_tools.git then run:

fetch infra
cd infra/go
eval `./env.py`
cd src/go.chromium.org/luci

Contributing

Contributing uses the same flow as Chromium contributions.