You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Redis Application is a plugin for Grafana that provides application pages, custom panels, and dashboards for [Redis Data Source](https://grafana.com/grafana/plugins/redis-datasource).
'Pops one or more elements, that are member-score pairs, from the first non-empty sorted set in the provided list of key names.',
2324
+
since: '7.0.0',
2325
+
complexity:
2326
+
'O(K) + O(N*log(M)) where K is the number of provided keys, N being the number of elements in the sorted set, and M being the number of elements popped.',
summary: 'BZMPOP is the blocking variant of ZMPOP.',
2332
+
since: '7.0.0',
2333
+
complexity:
2334
+
'O(K) + O(N*log(M)) where K is the number of provided keys, N being the number of elements in the sorted set, and M being the number of elements popped.',
0 commit comments