Eugene Fidelin
Eugene Fidelin
On "Sorted set" edit page display values ordered by score not by value (to make it the same order as in redis-cli). Hint: AngularJS sorts object properties alphabetically, this should...
Now it is done in keys.js:editKey and search.js:editKeyTtll
When list or sorted sets is edited - its values could be displayed with pagination (100 values per page)
Major browsers (Chrome, FF, Safari, IE and Edge) have `event.which` for keyboard events that is equal to `event.keyCode`. For better compatibility this should be done in mock.
We have "Move" and "Move all" functionality for the keys. I think it would be nice to have drop-down with available databases here instead of plain text field ![phpredmin move...
This code was not updated for a long time and probably has very low usage - It duplicates functionality from `lib/mockRequests` - It is not documented
For now it is impossible to set cookie before visiting the page. The reason is that `ZombieDriver::setCookie()` uses `browser.window.location.hostname` which is undefined before you actually visit the page. My workaround...
`console.log` is synchronous and should be avoided in production - here is an explanation why: https://nodejs.org/docs/latest-v6.x/api/process.html#process_a_note_on_process_i_o Probably getting rid of console.log might help to fix unexpected slow-downs on Lambdas.