Eugene Fidelin

Results 18 issues of Eugene Fidelin

If after deleting key number is less than 20 then pagination is hidden, though it is needed to see keys on the other pages. The same goes for move action

bug
front-end

Error should be shown in following cases: - Creating new key - Renaming existing key

enhancement
front-end

Key name should be validated to contain at least one printable/visible character. Should it be trimmed as well?

enhancement
back-end

- Do not change ttl when editing string key - Make use of XX option to edit key only if it exists (http://redis.io/commands/SET)

bug
back-end

Using version in API urls will help making releases that breaks backward compatibility

enhancement
back-end

This is a known bug in Angular that routing breaks if URL contains encoded forward slash https://groups.google.com/forum/#!topic/angular/Gna-zWBJhIE Possible workaround is to double encode key names or base64 encode them.

bug
front-end

Predis PHP library https://github.com/nrk/predis is another way to work with Redis from PHP. Would be great to fallback to this library if PhpRedis PHP extension is not avaialble.

enhancement
back-end

Use SCAN if it is available http://redis.io/commands/scan.

enhancement
back-end

This could be done by modifying app/SymfonyRequirements.php file.

enhancement
back-end

Documentation could be automatically created using Swagger. For example NelmioApiDocBundle can be used https://github.com/nelmio/NelmioApiDocBundle/blob/master/Resources/doc/index.md

enhancement
back-end