mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
[PR #21] [MERGED] Avoiding fatalities when using RedisStorage
#54
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/KeyValueStore/pull/21
Author: @andreyvital
Created: 4/16/2015
Status: ✅ Merged
Merged: 4/16/2015
Merged by: @guilhermeblanco
Base:
master← Head:redis/improvements📝 Commits (2)
f164523Ensuring thatjson_decodewill return assoc66d7ba9Fixing docs/$id/$key(RedisStorage::getKeyName)📊 Changes
1 file changed (+5 additions, -4 deletions)
View changed files
📝
lib/Doctrine/KeyValueStore/Storage/RedisStorage.php(+5 -4)📄 Description
The main goal here is
json_decode(..., true);as UoW doesn't handle stdClass, it avoidsFatal error: Cannot use object of type stdClass as array.🍻
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.